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