about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-01-25 00:18:05 +0000
committerUlrich Drepper <drepper@redhat.com>2007-01-25 00:18:05 +0000
commit9d6cde3dd555b7501037332842879001cf66091b (patch)
tree36626a86d3e1a2c54bf16e7c00457c12c537a29b /ChangeLog
parentc1f0486aa07e29c79de14a5b43519355302a20f8 (diff)
downloadglibc-9d6cde3dd555b7501037332842879001cf66091b.tar.gz
glibc-9d6cde3dd555b7501037332842879001cf66091b.tar.xz
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc4a7f7634..7a335177ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.