[ltrace-commits] 04/04: Drop unused label in x86 backend

Petr Machata pmachata-guest at moszumanska.debian.org
Tue Dec 9 16:45:52 UTC 2014


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a commit to branch master
in repository ltrace.

commit e16a28f1b6e5a15368f8ed98dc29a6da714dc5fa
Author: Petr Machata <pmachata at redhat.com>
Date:   Tue Dec 9 17:44:30 2014 +0100

    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(&lte->arch.plt_map, unsigned int);
 
 	if (vect_reserve(&lte->arch.plt_map, vect_size(&lte->plt_relocs)) < 0) {
-	fail:
 		arch_elf_destroy(lte);
 		return -1;
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list