diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-08-08 11:17:46 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-08-08 11:17:46 +0000 |
commit | c0e047e0e5090fe5148f5230e7e4abb3ff2c50ee (patch) | |
tree | 6497eb6e2dd1c4d04d42aad53d23f2569a67f447 /binutils/ChangeLog | |
parent | f2363ce55b29c5c6aa37be2b5e6f4de9aa685203 (diff) | |
download | gdb-c0e047e0e5090fe5148f5230e7e4abb3ff2c50ee.zip gdb-c0e047e0e5090fe5148f5230e7e4abb3ff2c50ee.tar.gz gdb-c0e047e0e5090fe5148f5230e7e4abb3ff2c50ee.tar.bz2 |
* readelf.c (display_debug_info): Add to abbrev_offset the addend
of any RELA relocation for the abbrev_offset memory location that
refers to the .debug_abbrev section symbol.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 51e5e01..41bc735 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2001-08-08 Alexandre Oliva <aoliva@redhat.com> + + * readelf.c (display_debug_info): Add to abbrev_offset the addend + of any RELA relocation for the abbrev_offset memory location that + refers to the .debug_abbrev section symbol. + 2001-08-07 H.J. Lu <hjl@gnu.org> * readelf.c (process_file): Return 0 if OK, otherwise return 1. |