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 /elfcpp/ChangeLog | |
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 'elfcpp/ChangeLog')
-rw-r--r-- | elfcpp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index c4bd716..5674d15 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,10 @@ +2009-03-01 Ian Lance Taylor <iant@google.com> + + * 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. + 2009-01-06 H.J. Lu <hongjiu.lu@intel.com> * elfcpp.h (enum STT): Remove STT_IFUNC. |