diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-25 00:18:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-25 00:18:05 +0000 |
commit | 9d6cde3dd555b7501037332842879001cf66091b (patch) | |
tree | 36626a86d3e1a2c54bf16e7c00457c12c537a29b /ChangeLog | |
parent | c1f0486aa07e29c79de14a5b43519355302a20f8 (diff) | |
download | glibc-9d6cde3dd555b7501037332842879001cf66091b.tar glibc-9d6cde3dd555b7501037332842879001cf66091b.tar.gz glibc-9d6cde3dd555b7501037332842879001cf66091b.tar.bz2 glibc-9d6cde3dd555b7501037332842879001cf66091b.zip |
* sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__
and __geode__ to the list of i486+ CPUs.
* sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-01-24 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/i386/bits/byteswap.h (__bswap_32): Add __nocona__, __core2__ + and __geode__ to the list of i486+ CPUs. + * sysdeps/x86_64/bits/byteswap.h (__bswap_32): Likewise. + 2007-01-23 Ulrich Drepper <drepper@redhat.com> * stdio-common/_itoa.c: Include <limits.h>. |