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

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