aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-10-06 16:27:35 +0000
committerNick Clifton <nickc@redhat.com>2008-10-06 16:27:35 +0000
commit80c35038cb89902c4e4a1d4f33c5cd1d0268807d (patch)
tree0f62145b20cfbff11db43a1b0924fa1dfec1db4f /binutils/ChangeLog
parent7592cfd75db08f5ccbd4403ca80047c2f4540401 (diff)
downloadgdb-80c35038cb89902c4e4a1d4f33c5cd1d0268807d.zip
gdb-80c35038cb89902c4e4a1d4f33c5cd1d0268807d.tar.gz
gdb-80c35038cb89902c4e4a1d4f33c5cd1d0268807d.tar.bz2
* dwarf.c (display_debug_frames): Change text for uniformity.
(process_debug_info): Likewise. (display_debug_aranges): Likewise. Indent address output. (display_debug_pubnames): Print offset in hex. * binutils-all/objdump.W: Update. * gas/cfi/cfi-alpha-1.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-arm-1.d, gas/cfi/cfi-common-1.d, gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d, gas/cfi/cfi-common-4.d, gas/cfi/cfi-common-5.d, gas/cfi/cfi-common-6.d, gas/cfi/cfi-hppa-1.d, gas/cfi/cfi-i386-2.d, gas/cfi/cfi-i386.d, gas/cfi/cfi-m68k.d, gas/cfi/cfi-mips-1.d, gas/cfi/cfi-ppc-1.d, gas/cfi/cfi-s390-1.d, gas/cfi/cfi-s390x-1.d, gas/cfi/cfi-sh-1.d, gas/cfi/cfi-sparc-1.d, gas/cfi/cfi-sparc64-1.d, gas/cfi/cfi-x86_64.d: Update for readelf change. * ld-elf/eh1.d, ld-elf/eh2.d, ld-elf/eh3.d, ld-elf/eh4.d, ld-elf/eh5.d, ld-elf/eh6.d, ld-mips-elf/eh-frame1-n32.d, ld-mips-elf/eh-frame1-n64.d, ld-mips-elf/eh-frame2-n32.d, ld-mips-elf/eh-frame2-n64.d, ld-mips-elf/eh-frame3.d, ld-mips-elf/eh-frame4.d: Update for readelf change.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 6801b88..2733543 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-06 Tom Tromey <tromey@redhat.com>
+
+ * dwarf.c (display_debug_frames): Change text for uniformity.
+ (process_debug_info): Likewise.
+ (display_debug_aranges): Likewise. Indent address output.
+ (display_debug_pubnames): Print offset in hex.
+
2008-10-02 Andrew Paprocki <andrew@ishiboo.com>
PR 6934