diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-24 07:09:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-24 07:09:54 +0000 |
commit | 542a6f62afe483fe282adaf60f5c0a185c12e824 (patch) | |
tree | 32abf6b50745014c2758fbe86eb989d62dd3bcf2 /ChangeLog | |
parent | 249827982118008f75888dba968922f47deaa5db (diff) | |
download | glibc-542a6f62afe483fe282adaf60f5c0a185c12e824.tar glibc-542a6f62afe483fe282adaf60f5c0a185c12e824.tar.gz glibc-542a6f62afe483fe282adaf60f5c0a185c12e824.tar.bz2 glibc-542a6f62afe483fe282adaf60f5c0a185c12e824.zip |
[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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |