summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-08-24 07:09:54 +0000
committerUlrich Drepper <drepper@redhat.com>2006-08-24 07:09:54 +0000
commit542a6f62afe483fe282adaf60f5c0a185c12e824 (patch)
tree32abf6b50745014c2758fbe86eb989d62dd3bcf2 /ChangeLog
parent249827982118008f75888dba968922f47deaa5db (diff)
[BZ #2734]
2006-08-24 Ulrich Drepper <drepper@redhat.com> [BZ #2734] * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions as in the x86-64 code to use bswap.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf6c657177..4e9bd87c44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-24 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #2734]
+ * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions
+ as in the x86-64 code to use bswap.
+
2006-05-21 Joseph S. Myers <joseph@codesourcery.com>
[BZ #2680]