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.
(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
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