[Bug binutils/32809] readelf doesn't dump .debug_loclists section correctly for 64-bit target and mixed dwarf4/5 content

2025-04-05 Thread lynda.rowe at ericsson dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32809 --- Comment #3 from Lynda Rowe --- That patch definitely seems like it resolves the problem. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/32809] New: readelf doesn't dump .debug_loclists section correctly for 64-bit target and mixed dwarf4/5 content

2025-04-05 Thread lynda.rowe at ericsson dot com
(HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: lynda.rowe at ericsson dot com Target Milestone: --- Readelf seems to get stuck in an infinite loop or erroneously dumps too

[Bug binutils/32809] readelf doesn't dump .debug_loclists section correctly for 64-bit target and mixed dwarf4/5 content

2025-03-20 Thread lynda.rowe at ericsson dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32809 --- Comment #1 from Lynda Rowe --- If I was to build the same mixed dwarf4/5 source example with gcc v. 14.2.0 and ld 2.43 as I used to build readelf like this: rm -f dwarf4.o dwarf5.o && gcc -c -g -O1 -gdwarf-4 -o dwarf4.o dwarf4.c && gcc -c