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

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