diff options
author | Alan Modra <amodra@gmail.com> | 2021-10-17 17:34:46 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-10-17 20:01:34 +1030 |
commit | e7f024765a48fba4452535a5fc006a7e858730fd (patch) | |
tree | 7c67d8be7dd3ce334e4c9886521fa1adb327c1a5 /gdb/objfiles.h | |
parent | 31629daee5f896c94cccf0a11b6ff34d0a756eba (diff) | |
download | gdb-e7f024765a48fba4452535a5fc006a7e858730fd.zip gdb-e7f024765a48fba4452535a5fc006a7e858730fd.tar.gz gdb-e7f024765a48fba4452535a5fc006a7e858730fd.tar.bz2 |
PR28459, readelf issues bogus warning
I'd missed the fact that the .debug_rnglists dump doesn't exactly
display the contents of the section. Instead readelf rummages through
.debug_info looking for DW_AT_ranges entries, then displays the
entries in .debug_rnglists pointed at, sorted. A simpler dump of the
actual section contents might be more useful and robust, but it was
likely done that way to detect overlap and holes.
Anyway, the headers in .debug_rnglists besides the first are ignored,
and limiting to the unit length of the first header fails if there is
more than one unit.
PR 28459
* dwarf.c (display_debug_ranges): Don't constrain data to length
in header.
Diffstat (limited to 'gdb/objfiles.h')
0 files changed, 0 insertions, 0 deletions