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

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