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

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