diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-07-02 13:57:09 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-04 00:02:16 +0100 |
| commit | 60857bd2d4c4f78e452f131fa763a86ed56fc22e (patch) | |
| tree | 2c70fbaa0a458cfc683cd1c39ef1786e3b6bc707 /meta/recipes-devtools/elfutils/files/debian/mips_readelf_w.patch | |
| parent | b07db23759b92d592a312e3472720212bb5a724e (diff) | |
| download | poky-60857bd2d4c4f78e452f131fa763a86ed56fc22e.tar.gz | |
elfutils: 0.170 -> 0.172
- Update debian 0.170 patches and rebase them for 0.172;
- Drop 0001-Use-fallthrough-attribute.patch which was
accepted by upstream;
- Drop 0001-Ensure-that-packed-structs-follow-the-gcc-memory-lay.patch
which was backported from upstream;
(From OE-Core rev: dbbe9c1d1f822cf13a4c16b79bccf6bf5c4b91e4)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | { | ||
