Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-02 | elfcpp:/ | Ian Lance Taylor | 1 | -3/+55 | |
* 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. | |||||
2008-04-03 | * elfcpp_swap.h (Swap_unaligned<64, true>::writeval): Correct | Ian Lance Taylor | 1 | -8/+8 | |
byte order. | |||||
2007-10-01 | Add Signed_valtype and use it for sign extension. Fix names of rela8. | Ian Lance Taylor | 1 | -3/+7 | |
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+29 | |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -17/+17 | |
2006-11-06 | Rework swapping code. | Ian Lance Taylor | 1 | -0/+350 | |