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

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