diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2020-11-11 14:31:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-11-11 14:31:46 +0000 |
commit | 4d93271533473d65165022ee9f82c368511ce82a (patch) | |
tree | bdeccec40b560199b5c7f38fb2ba3911bc762798 /binutils/ChangeLog | |
parent | 0dd7428d895b35121db434dd0432d810ef6eecbe (diff) | |
download | gdb-4d93271533473d65165022ee9f82c368511ce82a.zip gdb-4d93271533473d65165022ee9f82c368511ce82a.tar.gz gdb-4d93271533473d65165022ee9f82c368511ce82a.tar.bz2 |
readelf: Fix output of rnglists section
* dwarf.c (display_debug_rnglists_list): Only bias the
DW_RLS_offset_pair with the base address.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 09b7daf..4419246 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-11-11 Bernd Edlinger <bernd.edlinger@hotmail.de> + + * dwarf.c (display_debug_rnglists_list): Only bias the + DW_RLS_offset_pair with the base address. + 2020-11-10 Nick Clifton <nickc@redhat.com> * dwarf.c (skip_attr_bytes): Correctly handle DW_FORM_ref8. |