From 15d5fa160781daaf2e5c2b1d130f996a502016ea Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 2 Mar 2009 02:45:29 +0000 Subject: elfcpp:/ * elfcpp_swap.h: #include "config.h". Only #include 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. --- elfcpp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'elfcpp/ChangeLog') diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index c4bd716519..5674d1573b 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,10 @@ +2009-03-01 Ian Lance Taylor + + * elfcpp_swap.h: #include "config.h". Only #include + 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 * elfcpp.h (enum STT): Remove STT_IFUNC. -- cgit v1.2.3