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/config.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/config.in')
-rw-r--r-- | binutils/config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/binutils/config.in b/binutils/config.in index 2a5770d4..f2bd049 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -28,9 +28,6 @@ /* Define to `long' if <sys/types.h> doesn't define. */ #undef off_t -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - /* Define to `unsigned' if <sys/types.h> doesn't define. */ #undef size_t @@ -136,12 +133,6 @@ /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H -/* Define if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - -/* Define if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |