diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-11-06 15:47:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-11-06 15:47:06 +0000 |
commit | 5d329b7db9afec533616070131d7bde5fe4b71fa (patch) | |
tree | bd5989a99f82204242b7612863579103c332f219 /gold/config.in | |
parent | dec397b2dec7738549bcb998dd64df8946bbd0d1 (diff) | |
download | gdb-5d329b7db9afec533616070131d7bde5fe4b71fa.zip gdb-5d329b7db9afec533616070131d7bde5fe4b71fa.tar.gz gdb-5d329b7db9afec533616070131d7bde5fe4b71fa.tar.bz2 |
* configure.ac: Check for (struct stat)::st_mtim
* fileread.cc (File_read::get_mtime): Use st_mtim if available.
* config.in: Regenerate.
* configure: Regenerate.
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 93d7517..745510b 100644 --- a/gold/config.in +++ b/gold/config.in @@ -102,6 +102,9 @@ /* Define to 1 if you have the `readv' function. */ #undef HAVE_READV +/* Define if struct stat has a field st_mtim with timespec for mtime */ +#undef HAVE_STAT_ST_MTIM + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |