diff options
author | Alan Modra <amodra@gmail.com> | 2012-05-17 10:00:37 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-05-17 10:00:37 +0000 |
commit | 7282333f3d1bab51b3c1d35a65d05aeb261e20a7 (patch) | |
tree | 4fc5bd4698837076be2495781cddde021da50f8a /binutils/ChangeLog | |
parent | a2ff7a4bb45f6c1be62554c82ff9d688f056b876 (diff) | |
download | gdb-7282333f3d1bab51b3c1d35a65d05aeb261e20a7.zip gdb-7282333f3d1bab51b3c1d35a65d05aeb261e20a7.tar.gz gdb-7282333f3d1bab51b3c1d35a65d05aeb261e20a7.tar.bz2 |
binutils/
* dwarf.c (process_debug_info): Display abbrev offset in hex.
(display_debug_abbrev): Show offset of abbrev.
binutils/testsuite/
* binutils-all/objdump.W: Update.
* binutils-all/readelf.wa: Update.
* binutils-all/i386/compressed-1a.d: Update.
* binutils-all/x86-64/compressed-1a.d: Update.
gas/testsuite/
* gas/elf/dwarf2-1.d: Update.
* gas/elf/dwarf2-2.d: Update.
* gas/i386/dw2-compress-1.d: Update.
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 1469e21..17c194c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2012-05-17 Alan Modra <amodra@gmail.com> + * dwarf.c (process_debug_info): Display abbrev offset in hex. + (display_debug_abbrev): Show offset of abbrev. + +2012-05-17 Alan Modra <amodra@gmail.com> + * dwarf.c (display_debug_ranges): Don't report more than one use of the same range set as an overlap. |