Blame SOURCES/ltrace-0.7.91-x86-unused_label.patch

c25f0b
From e16a28f1b6e5a15368f8ed98dc29a6da714dc5fa Mon Sep 17 00:00:00 2001
c25f0b
From: Petr Machata <pmachata@redhat.com>
c25f0b
Date: Tue, 9 Dec 2014 17:44:30 +0100
c25f0b
Subject: [PATCH] Drop unused label in x86 backend
c25f0b
c25f0b
---
c25f0b
 sysdeps/linux-gnu/x86/plt.c | 3 +--
c25f0b
 1 file changed, 1 insertion(+), 2 deletions(-)
c25f0b
c25f0b
diff --git a/sysdeps/linux-gnu/x86/plt.c b/sysdeps/linux-gnu/x86/plt.c
c25f0b
index 97f6c3e..44ea260 100644
c25f0b
--- a/sysdeps/linux-gnu/x86/plt.c
c25f0b
+++ b/sysdeps/linux-gnu/x86/plt.c
c25f0b
@@ -1,6 +1,6 @@
c25f0b
 /*
c25f0b
  * This file is part of ltrace.
c25f0b
- * Copyright (C) 2013 Petr Machata, Red Hat Inc.
c25f0b
+ * Copyright (C) 2013,2014 Petr Machata, Red Hat Inc.
c25f0b
  * Copyright (C) 2004,2008,2009 Juan Cespedes
c25f0b
  *
c25f0b
  * This program is free software; you can redistribute it and/or
c25f0b
@@ -78,7 +78,6 @@ arch_elf_init(struct ltelf *lte, struct library *lib)
c25f0b
 	VECT_INIT(&lte->arch.plt_map, unsigned int);
c25f0b
 
c25f0b
 	if (vect_reserve(&lte->arch.plt_map, vect_size(&lte->plt_relocs)) < 0) {
c25f0b
-	fail:
c25f0b
 		arch_elf_destroy(lte);
c25f0b
 		return -1;
c25f0b
 	}
c25f0b
-- 
c25f0b
2.1.0
c25f0b