diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-21 12:07:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-21 12:07:56 +0000 |
commit | 87ccc1b08d2b8dd682d8d82b3bf3eea405474f60 (patch) | |
tree | bbed6a69514f94b39629ae766d7feebca44302bc /gas/config.in | |
parent | 7ed2c8b0264cbcdcd2b8222bf444e960a9690bce (diff) | |
download | gdb-87ccc1b08d2b8dd682d8d82b3bf3eea405474f60.zip gdb-87ccc1b08d2b8dd682d8d82b3bf3eea405474f60.tar.gz gdb-87ccc1b08d2b8dd682d8d82b3bf3eea405474f60.tar.bz2 |
Move .file and .loc pseudo ops into obj-elf.c
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config.in b/gas/config.in index bd43c81..fe2bc3f 100644 --- a/gas/config.in +++ b/gas/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 @@ -130,9 +127,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 |