summaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2005-01-10 09:54:50 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2005-01-10 09:54:50 +0000
commit3e41d7b0634f8a0f58d7ef6109bc67bc121560c2 (patch)
tree88342dcdddb4c94e35e443452cddbd815d06a6e7 /binutils/configure.in
parentcaa315bd2f1d5491ed3f39e295dc1f5f348751a6 (diff)
downloadbinutils-redhat-3e41d7b0634f8a0f58d7ef6109bc67bc121560c2.tar.gz
binutils/:
* configure.in: Don't define SKIP_ZEROES. * configure: Regenerate. * objdump.c (disassemble_data): Set skip_zeroes and skip_zeroes_at_end in disasm_info to defaults. (DEFAULT_SKIP_ZEROES): Rename from SKIP_ZEROES and always define. (DEFAULT_SKIP_ZEROES_AT_END): Rename from SKIP_ZEROES_AT_END and always define. (disassemble_bytes): Use skip_zeroes and skip_zeroes_at_end from objdump_disasm_info. include/: * dis-asm.h (struct disassemble_info): Add skip_zeroes and skip_zeroes_at_end. opcodes/: * disassemble.c (disassemble_init_for_target) <case bfd_arch_ia64>: Set skip_zeroes to 16. <case bfd_arch_tic4x>: Set skip_zeroes to 32.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index 3eaa825164..53e2db0bf3 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -310,12 +310,6 @@ changequote([,])dnl
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
;;
- c4x-*-* | tic4x-*-*)
- OBJDUMP_DEFS="$OBJDUMP_DEFS -DSKIP_ZEROES=32"
- ;;
- ia64-*-*)
- OBJDUMP_DEFS="$OBJDUMP_DEFS -DSKIP_ZEROES=16"
- ;;
esac
fi
done