diff options
author | Nick Clifton <nickc@redhat.com> | 2022-06-28 12:30:19 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-06-28 12:30:19 +0100 |
commit | dbcbf67ca565ec29f13a2302dcdf9b01ef7832ca (patch) | |
tree | f6a722c2ab37987c7e093ed3bd20269a43ba3c60 /binutils/ChangeLog | |
parent | d0e0f9c87a3eb141f2036c3ca1569ce7ba2d9ff3 (diff) | |
download | gdb-dbcbf67ca565ec29f13a2302dcdf9b01ef7832ca.zip gdb-dbcbf67ca565ec29f13a2302dcdf9b01ef7832ca.tar.gz gdb-dbcbf67ca565ec29f13a2302dcdf9b01ef7832ca.tar.bz2 |
Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx. Correct the display of .debug.loclists sections.
PR 29267
* dwarf.c (display_debug_rnglists): New function, broken out of..
(display_debug_ranges): ... here.
(read_and_display_attr_value): Correct calculation of index
displayed for DW_FORM_loclistx and DW_FORM_rnglistx.
* testsuite/binutils-all/x86-64/pr26808.dump: Update expected
output.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c543e5b..17c2353 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2022-06-28 Nick Clifton <nickc@redhat.com> + + PR 29267 + * dwarf.c (display_debug_rnglists): New function, broken out of.. + (display_debug_ranges): ... here. + (read_and_display_attr_value): Correct calculation of index + displayed for DW_FORM_loclistx and DW_FORM_rnglistx. + * testsuite/binutils-all/x86-64/pr26808.dump: Update expected + output. + 2022-06-27 Nick Clifton <nickc@redhat.com> PR 29289 |