diff options
author | Ian Lance Taylor <ian@airs.com> | 2012-07-10 14:54:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2012-07-10 14:54:29 +0000 |
commit | 81c82a68dc3bb09bd3b5b4101ed9737814023f1a (patch) | |
tree | 31f433029323c903f3cb215064e5f10ed627dc2b /gold/config.in | |
parent | 686f09d02169f2e74f4465ed61f5be6f6664749b (diff) | |
download | gdb-81c82a68dc3bb09bd3b5b4101ed9737814023f1a.zip gdb-81c82a68dc3bb09bd3b5b4101ed9737814023f1a.tar.gz gdb-81c82a68dc3bb09bd3b5b4101ed9737814023f1a.tar.bz2 |
PR gold/14309
* configure.ac: Test whether std::tr1::hash<off_t> works.
* gold.h: Add a specialization for std::tr1::hash<off_t> if
needed.
* output.h (class Output_fill): Add virtual destructor.
* configure, config.in: Rebuild.
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 ff4d5ee..3edc0d6 100644 --- a/gold/config.in +++ b/gold/config.in @@ -169,6 +169,9 @@ /* Define to 1 if you have the `times' function. */ #undef HAVE_TIMES +/* Define if std::tr1::hash<off_t> is usable */ +#undef HAVE_TR1_HASH_OFF_T + /* Define to 1 if you have the <tr1/unordered_map> header file. */ #undef HAVE_TR1_UNORDERED_MAP |