[Bug libelf/23916] [bisected] elifutils-0.175 broke kernel's objtool (elifutils-0.173 works)
https://sourceware.org/bugzilla/show_bug.cgi?id=23916 Mark Wielaard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #8 from Mark Wielaard --- Thanks for testing. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug binutils/23919] bfd doesn't handle ELF compressed data alignment
https://sourceware.org/bugzilla/show_bug.cgi?id=23919 Bug 23919 depends on bug 23916, which changed state. Bug 23916 Summary: [bisected] elifutils-0.175 broke kernel's objtool (elifutils-0.173 works) https://sourceware.org/bugzilla/show_bug.cgi?id=23916 What|Removed |Added Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug.
Re: [PATCH] libebl: Fix reading GNU_PROPERTY_STACK_SIZE reading from 32bit notes.
On Mon, 2018-12-03 at 00:15 +0100, Mark Wielaard wrote: > When reading a GNU_PROPERTY_STACK_SIZE we need to use the proper data > type. GElf_Addr is 64bit always and when reading a 32bit size part of > it would not be initialized. Use either Elf32_Addr or Elf64_Addr to > read and print the data. > > Add 32bit and 64bit, little and big endian testcases. Pushed to master.