diff options
author | Ian Lance Taylor <ian@airs.com> | 2009-03-02 02:45:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2009-03-02 02:45:29 +0000 |
commit | 15d5fa160781daaf2e5c2b1d130f996a502016ea (patch) | |
tree | b746bde2e4e7c6e1e2878ac6465ed2140d9185d7 /gold/config.in | |
parent | 3c54f1401bfc577f557a2a482647b19612b324ff (diff) | |
download | gdb-15d5fa160781daaf2e5c2b1d130f996a502016ea.zip gdb-15d5fa160781daaf2e5c2b1d130f996a502016ea.tar.gz gdb-15d5fa160781daaf2e5c2b1d130f996a502016ea.tar.bz2 |
elfcpp:/
* elfcpp_swap.h: #include "config.h". Only #include <byteswap.h>
if HAVE_BYTESWAP_H is defined; if not, provide definitions for
bswap_{16,32,64}. For gcc 4.3 and later, use the builtin bswap
functions. Check WORDS_BIGENDIAN rather than __BYTE_ORDER.
gold:/
* configure.ac: Check for byteswap.h.
* configure: Rebuild.
* 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 309f84b6..01aac90 100644 --- a/gold/config.in +++ b/gold/config.in @@ -19,6 +19,9 @@ /* Default size (32 or 64) */ #undef GOLD_DEFAULT_SIZE +/* Define to 1 if you have the <byteswap.h> header file. */ +#undef HAVE_BYTESWAP_H + /* Define to 1 if you have the <ext/hash_map> header file. */ #undef HAVE_EXT_HASH_MAP |