diff options
author | Nick Clifton <nickc@redhat.com> | 2001-01-09 20:25:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-01-09 20:25:31 +0000 |
commit | 8b1e6df337acf62900dda4e8aad874b999563510 (patch) | |
tree | 09b817ba0eba8acb0858f9833f998dce9fd0b5b6 /binutils/ChangeLog | |
parent | 8c1f9e76d2e75bd32925048a0ee9871aec6e81fe (diff) | |
download | gdb-8b1e6df337acf62900dda4e8aad874b999563510.zip gdb-8b1e6df337acf62900dda4e8aad874b999563510.tar.gz gdb-8b1e6df337acf62900dda4e8aad874b999563510.tar.bz2 |
Add OBJDUMP_DEFS to configure and makefile
Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a2967db..2c9367e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +2001-01-09 Nick Clifton <nickc@redhat.com> + + * Makefile.am: Add rule to build objdump.o from objdump.c and + using OBJDUMP_DEFS. + * Makefile.in: Regenerate. + + * configure.in: Define OBJDUMP_DEFS. Default to empty. + (arm, xscale, d10v): For these targets define OBJDUMP_DEFS to + -DDISASSEMBLER_NEEDS_RELOCS. + * confgiure: Regenerate. + + * objdump.c (disassemble_bytes): If DISASSEMBLER_NEEDS_RELOCS + is defined read in the relocs even if dump_reloc_info is + false. + 2001-01-07 Philip Blundell <philb@gnu.org> * binutils.texi (Bug Reporting): Replace `bug-gnu-utils' with |