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