diff options
author | Vsevolod Alekseyev <sevaa@sprynet.com> | 2023-10-03 09:27:27 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-10-03 09:27:27 +0100 |
commit | 8c7125feaaa495b2aa0fed6cd077e35d0d90df43 (patch) | |
tree | ddaeb7d98ea828b8e22f46714bcd7d81d67bc80c /binutils/ChangeLog | |
parent | cc4455ec1e11d99980795342d1a3edcad500c8bf (diff) | |
download | binutils-8c7125feaaa495b2aa0fed6cd077e35d0d90df43.zip binutils-8c7125feaaa495b2aa0fed6cd077e35d0d90df43.tar.gz binutils-8c7125feaaa495b2aa0fed6cd077e35d0d90df43.tar.bz2 |
Fix: readelf..info misreports DW_FORM_loclistx, DW_FORM_rnglistx
PR 29267
* dwarf.c (fetch_indexed_value): Delete. (fetch_indexed_offset): Correct base address calculation. (read_and_display_attr_value): Replace uses of fetch_indexed_value with fetch_indexed_offset.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 07194aa..dbb5e8d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2023-10-02 Vsevolod Alekseyev <sevaa@sprynet.com> + + PR 29267 + * dwarf.c (fetch_indexed_value): Delete. + (fetch_indexed_offset): Correct base address calculation. + (read_and_display_attr_value): Replace uses of fetch_indexed_value + with fetch_indexed_offset. + 2023-09-28 Frederic Cambus <fred@statdns.com> * readelf.c (get_segment_type): Handle PT_OPENBSD_NOBTCFI segment |