diff options
author | Alan Modra <amodra@gmail.com> | 2002-10-21 02:18:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-10-21 02:18:58 +0000 |
commit | 8ab56b6f54e474d5dc034f89b3f6fc7b90b40ed6 (patch) | |
tree | b24e16533eb956e2a3a9d36bb6090e683c059852 /binutils/ChangeLog | |
parent | 5fe39caef5ecbd0f21eee87f406cfb44a159c65e (diff) | |
download | gdb-8ab56b6f54e474d5dc034f89b3f6fc7b90b40ed6.zip gdb-8ab56b6f54e474d5dc034f89b3f6fc7b90b40ed6.tar.gz gdb-8ab56b6f54e474d5dc034f89b3f6fc7b90b40ed6.tar.bz2 |
* objdump.c (dump_data): Correct addr_offset for opb != 1.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d1823c3..622ac84 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2002-10-21 Svein E. Seldal <Svein.Seldal@solidas.com> + + * objdump.c (dump_data): Correct addr_offset for opb != 1. + 2002-10-15 Alan Modra <amodra@bigpond.net.au> * bucomm.c (list_supported_targets): Use bfd_target_list. @@ -20,7 +24,7 @@ * readelf.c (display_debug_info): Ignore empty .rela.debug_info sections. Allow relocations against the absolute symbol. Don't use the value in compunit.cu_abbrev_offset if we found a RELA - relocation. + relocation. 2002-10-07 Gordon Chaffee <chaffee@netvmg.com> |