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

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