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