diff options
author | Nick Clifton <nickc@redhat.com> | 2002-10-23 14:49:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-10-23 14:49:08 +0000 |
commit | 1a09a22c0664ef6e97568ad8d737d86b7e5a7486 (patch) | |
tree | 382871f4f73f3b5f40ad271dc107565e0c38ed80 /binutils/configure.in | |
parent | c254c557e7db88f4b831c2f365e0e0d71ca41987 (diff) | |
download | gdb-1a09a22c0664ef6e97568ad8d737d86b7e5a7486.zip gdb-1a09a22c0664ef6e97568ad8d737d86b7e5a7486.tar.gz gdb-1a09a22c0664ef6e97568ad8d737d86b7e5a7486.tar.bz2 |
Define SKIP_ZEROES as 32 for tic4x target in order to ensure proper
disassembly of the valid 0-value opcode.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r-- | binutils/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/configure.in b/binutils/configure.in index 6f6cbd0..362837a 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -284,6 +284,9 @@ changequote([,])dnl BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF" ;; + c4x-*-* | tic4x-*-*) + OBJDUMP_DEFS="$OBJDUMP_DEFS -DSKIP_ZEROES=32" + ;; esac fi done |