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