diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-04-10 12:11:54 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-04-10 13:02:41 -0700 |
commit | b46068fcf2e915d740dab7993253c0ec8f84fe5d (patch) | |
tree | 123c3b44b0b211712d5d0bbd8a506db4f2998cf5 /ChangeLog | |
parent | 73d65cc3784b1413b017fed31550ec11e717e45b (diff) | |
download | glibc-b46068fcf2e915d740dab7993253c0ec8f84fe5d.tar glibc-b46068fcf2e915d740dab7993253c0ec8f84fe5d.tar.gz glibc-b46068fcf2e915d740dab7993253c0ec8f84fe5d.tar.bz2 glibc-b46068fcf2e915d740dab7993253c0ec8f84fe5d.zip |
Use __builtin_bswap32/64 in x86_64 <bits/byteswap.h>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-04-10 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86_64/bits/byteswap.h: Include <features.h>. + (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2. + (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2. + 2012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com> * elf/dl-support.c (_dl_inhibit_cache): New variable. |