diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-03 16:24:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-03 16:24:06 +0000 |
commit | e30ddb24b30b2c4e6d1d7d44c7d1bc18da6c4aae (patch) | |
tree | 06d7fefe31049cd7b24aea7730c4a9b9e5ac3117 /bfd/config.in | |
parent | 9aab5aa3a012943e4edacebcdf68a0da7835bce8 (diff) | |
download | gdb-e30ddb24b30b2c4e6d1d7d44c7d1bc18da6c4aae.zip gdb-e30ddb24b30b2c4e6d1d7d44c7d1bc18da6c4aae.tar.gz gdb-e30ddb24b30b2c4e6d1d7d44c7d1bc18da6c4aae.tar.bz2 |
Add pc-relative 32-bit reloc to v850 port. Fixes ld-elf/merge test failure.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bfd/config.in b/bfd/config.in index 222096e..9a73c73 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -25,9 +25,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 @@ -160,15 +157,9 @@ /* Define if you have the <sys/procfs.h> header file. */ #undef HAVE_SYS_PROCFS_H -/* Define if you have the <sys/stat.h> header file. */ -#undef HAVE_SYS_STAT_H - /* Define if you have the <sys/time.h> header file. */ #undef HAVE_SYS_TIME_H -/* Define if you have the <sys/types.h> header file. */ -#undef HAVE_SYS_TYPES_H - /* Define if you have the <time.h> header file. */ #undef HAVE_TIME_H |