diff options
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.patch | 25 |
1 files changed, 0 insertions, 25 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 deleted file mode 100644 index 790930cf35..0000000000 --- a/meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | From: Kurt Roeckx <kurt@roeckx.be> | ||
| 2 | Subject: Make readelf -w output debug information on mips | ||
| 3 | Bug-Debian: http://bugs.debian.org/662041 | ||
| 4 | Forwarded: not-needed | ||
| 5 | |||
| 6 | Upstreams wants a change where this is handled by a hook that needs | ||
| 7 | to be filled in by the backend for the arch. | ||
| 8 | |||
| 9 | Upstream-Status: Backport [from debian] | ||
| 10 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
| 11 | |||
| 12 | Index: b/src/readelf.c | ||
| 13 | =================================================================== | ||
| 14 | --- a/src/readelf.c | ||
| 15 | +++ b/src/readelf.c | ||
| 16 | @@ -8343,7 +8343,8 @@ print_debug (Dwfl_Module *dwflmod, Ebl * | ||
| 17 | GElf_Shdr shdr_mem; | ||
| 18 | GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); | ||
| 19 | |||
| 20 | - if (shdr != NULL && shdr->sh_type == SHT_PROGBITS) | ||
| 21 | + if (shdr != NULL && ( | ||
| 22 | + (shdr->sh_type == SHT_PROGBITS) || (shdr->sh_type == SHT_MIPS_DWARF))) | ||
| 23 | { | ||
| 24 | static const struct | ||
| 25 | { | ||
