diff options
author | Nick Clifton <nickc@redhat.com> | 2023-04-19 11:48:24 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-04-19 11:48:24 +0100 |
commit | 28ab94f51dcdee056d96e57ad04c27c22cf854ea (patch) | |
tree | 19131b005ebbe4be02293b279c00c449623cfb51 /binutils/ChangeLog | |
parent | ac164fa8540426238670184e0007e1d4261eaec8 (diff) | |
download | binutils-28ab94f51dcdee056d96e57ad04c27c22cf854ea.zip binutils-28ab94f51dcdee056d96e57ad04c27c22cf854ea.tar.gz binutils-28ab94f51dcdee056d96e57ad04c27c22cf854ea.tar.bz2 |
Fix: readelf: loc_offset XX too big
PR 30355
* dwarf.c (read_and_display_attr_value): Correctly handle DW_loclistx attributes that index a version 5 .debug_loclists section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f705b6c..22ca79c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,8 +1,15 @@ +2023-04-19 Nick Clifton <nickc@redhat.com> + + PR 30355 + * dwarf.c (read_and_display_attr_value): Correctly handle + DW_loclistx attributes that index a version 5 .debug_loclists + section. + 2023-04-17 Nick Clifton <nickc@redhat.com> PR 30142 * rescoff.c (write_coff_file): Add the SEC_READONLY flag to the - .rsrc section. + .rsrc section. 2023-04-11 Nick Clifton <nickc@redhat.com> |