aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2010-09-02 22:35:18 +0000
committerRichard Henderson <rth@redhat.com>2010-09-02 22:35:18 +0000
commitb129eb0e566d53a2500d505cbb80e8ad4ad6f981 (patch)
tree1d33547e73ecddee2f3bb9cd32f41f158a5c9478 /binutils/ChangeLog
parent09fc85f6cf38328f30243107776dde8e3fece450 (diff)
downloadgdb-b129eb0e566d53a2500d505cbb80e8ad4ad6f981.zip
gdb-b129eb0e566d53a2500d505cbb80e8ad4ad6f981.tar.gz
gdb-b129eb0e566d53a2500d505cbb80e8ad4ad6f981.tar.bz2
* dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
(init_dwarf_regnames): Use them. * dwarf.h: Declare them. * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up the regnames, rather than using elf_machine_code.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index ed4030a..c3f1278 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,4 +1,12 @@
-2010-08-23 Richard Henderson <rth@redhat.com>
+2010-09-02 Richard Henderson <rth@redhat.com>
+
+ * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
+ (init_dwarf_regnames): Use them.
+ * dwarf.h: Declare them.
+ * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
+ the regnames, rather than using elf_machine_code.
+
+2010-09-02 Richard Henderson <rth@redhat.com>
* objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.