From 8b1e6df337acf62900dda4e8aad874b999563510 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 9 Jan 2001 20:25:31 +0000 Subject: Add OBJDUMP_DEFS to configure and makefile Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set. --- binutils/configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binutils/configure') diff --git a/binutils/configure b/binutils/configure index 3f6021b..bf0043e 100755 --- a/binutils/configure +++ b/binutils/configure @@ -5371,6 +5371,7 @@ DLLTOOL_DEFS= BUILD_WINDRES= BUILD_DLLWRAP= BUILD_MISC= +OBJDUMP_DEFS= for targ in $target $canon_targets do @@ -5417,6 +5418,9 @@ do DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM" BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' ;; + arm-* | xscale-* | strongarm-* | d10v-*) + OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS" + ;; i[3-6]86-*pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32*) BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" @@ -5464,6 +5468,7 @@ done + cat >> confdefs.h <