A restored build has been detected on builder elfutils-opensusetw-x86_64 while
building elfutils.
Full details are available at:
https://builder.sourceware.org/buildbot/#builders/88/builds/96
Build state: build successful
Revision: 61c6accb64ba7424f92d617680a6a61fbb562b57
Worker: bbo1-1
Buil
Hi,
On Tue, 2023-01-10 at 18:44 +0100, Mark Wielaard wrote:
> The various print_debug_*_section functions didn't get the section
> data in the same way. Add a new get_debug_elf_data function that
> gets the (possibly relocated) section data and that checks (and
> warns) if the data might still be
https://sourceware.org/bugzilla/show_bug.cgi?id=28873
--- Comment #6 from Di Chen ---
[Follow the last comment]
For a binary with SYMTAB STRTAB having different order, like upside down, or
having other section in between. eg.
```
$ readelf -Dd /usr/local/go/bin/go
Dynamic section at offset 0x9
https://sourceware.org/bugzilla/show_bug.cgi?id=28873
--- Comment #5 from Di Chen ---
Created attachment 14600
--> https://sourceware.org/bugzilla/attachment.cgi?id=14600&action=edit
readelf: display dynamic symtab without section headers
```
# failed to print symtab of a binary which has sect
https://sourceware.org/bugzilla/show_bug.cgi?id=28608
Martin Liska changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW