diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-02-04 00:11:07 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-02-04 00:11:07 +0000 |
commit | 236857e50ce47c67e98725a907d391ff6fec87ef (patch) | |
tree | f37ab24210b359419a817d6bfd21221da3157172 /binutils/ChangeLog | |
parent | dd025a4973582dfc1257fe19a306695f3bee20e1 (diff) | |
download | gdb-236857e50ce47c67e98725a907d391ff6fec87ef.zip gdb-236857e50ce47c67e98725a907d391ff6fec87ef.tar.gz gdb-236857e50ce47c67e98725a907d391ff6fec87ef.tar.bz2 |
* objdump.c (disassemble_data): Pass section offset, not absolute address, to
bfd_find_nearest_line.
* nlmconv.c (powerpc_mangle_relocs): Don't use const with reloc_howto_type.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e444e6f..d99493c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,19 @@ +Wed Feb 1 15:04:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * objdump.c (disassemble_data): Pass section offset, not absolute + address, to bfd_find_nearest_line. + + * nlmconv.c (powerpc_mangle_relocs): Don't use const with + reloc_howto_type. + +Thu Jan 26 18:50:06 1995 Ian Lance Taylor <ian@cygnus.com> + + * objdump.c (compare_symbols): Use bfd_asymbol_value (VAR) rather + than VAR->value. + (objdump_print_address): Likewise. + (disassemble_data): Don't change the symbol values. It can + confuse bfd_canonicalize_reloc. + Thu Jan 26 12:03:56 1995 Michael Meissner <meissner@tiktok.cygnus.com> * configure.in: Add support for powerpc-*-ebai. |