summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch22
1 files changed, 12 insertions, 10 deletions
diff --git a/meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch b/meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch
index 1737e0dbcc..c6d42e163a 100644
--- a/meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch
+++ b/meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch
@@ -1,23 +1,22 @@
1From 33da4b4347aacdfb8b1b42e06e29e68a4b882d96 Mon Sep 17 00:00:00 2001 1From 7bdc83296865cf2b2a5615dbdb7ac0d441fb1849 Mon Sep 17 00:00:00 2001
2From: Kurt Roeckx <kurt@roeckx.be> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Mon, 4 Mar 2019 09:45:00 +0000 3Date: Wed, 21 Aug 2019 16:55:01 +0800
4Subject: [PATCH] Make readelf -w output debug information on mips 4Subject: [PATCH] mips_readelf_w
5
6Upstreams wants a change where this is handled by a hook that needs
7to be filled in by the backend for the arch.
8 5
9Upstream-Status: Pending [from debian] 6Upstream-Status: Pending [from debian]
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11 7
8Rebase to 0.177
9
10Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
12--- 11---
13 src/readelf.c | 3 ++- 12 src/readelf.c | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-) 13 1 file changed, 2 insertions(+), 1 deletion(-)
15 14
16diff --git a/src/readelf.c b/src/readelf.c 15diff --git a/src/readelf.c b/src/readelf.c
17index 33706bd..ef13159 100644 16index 2084fb1..5c02a9b 100644
18--- a/src/readelf.c 17--- a/src/readelf.c
19+++ b/src/readelf.c 18+++ b/src/readelf.c
20@@ -11148,7 +11148,8 @@ print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr) 19@@ -11256,7 +11256,8 @@ print_debug (Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr)
21 GElf_Shdr shdr_mem; 20 GElf_Shdr shdr_mem;
22 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); 21 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem);
23 22
@@ -27,3 +26,6 @@ index 33706bd..ef13159 100644
27 { 26 {
28 static const struct 27 static const struct
29 { 28 {
29--
302.7.4
31