diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2009-09-22 18:29:06 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2009-09-22 18:29:06 +0000 |
commit | 46bc35a936e8372bc1ead7a843e582015212208f (patch) | |
tree | 92bf66bb80d9fa33bd1a9fb774d9c41c60a55b5e /binutils/ChangeLog | |
parent | 2fd0b40ba3678c19c057fcaae0ae5457cc5b0396 (diff) | |
download | gdb-46bc35a936e8372bc1ead7a843e582015212208f.zip gdb-46bc35a936e8372bc1ead7a843e582015212208f.tar.gz gdb-46bc35a936e8372bc1ead7a843e582015212208f.tar.bz2 |
binutils/
* objdump.c (disassemble_section): Use bfd_get_arch_size
instead of assuming that the address size is 32 bits.
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 e049c1d..a41b729 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2009-09-22 Richard Sandiford <rdsandiford@googlemail.com> + + * objdump.c (disassemble_section): Use bfd_get_arch_size + instead of assuming that the address size is 32 bits. + 2009-09-21 Alan Modra <amodra@bigpond.net.au> * readelf.c (get_ppc_dynamic_type): Add TLSOPT. |