aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-04-10 12:11:54 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-04-10 13:02:41 -0700
commitb46068fcf2e915d740dab7993253c0ec8f84fe5d (patch)
tree123c3b44b0b211712d5d0bbd8a506db4f2998cf5 /ChangeLog
parent73d65cc3784b1413b017fed31550ec11e717e45b (diff)
downloadglibc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80b38fc2ac..d6c9964beb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.