aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-15 06:23:52 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-15 06:23:52 +0000
commit58101473df84b017e23c11ce0ccfb74a0766eb7a (patch)
tree35590aff653f149e5ad62851c5dba2773107ef5b /ChangeLog
parentb3e09193c5d405ed48ad92a3a96afe0007fcefec (diff)
downloadglibc-58101473df84b017e23c11ce0ccfb74a0766eb7a.tar
glibc-58101473df84b017e23c11ce0ccfb74a0766eb7a.tar.gz
glibc-58101473df84b017e23c11ce0ccfb74a0766eb7a.tar.bz2
glibc-58101473df84b017e23c11ce0ccfb74a0766eb7a.zip
Update.
2004-03-13 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add const. (handle_amd): New function. (__sysconf): Handle _SC_LEVEL4_CACHE_LINESIZE here, not in linux_sysconf. Call handle_amd on AuthenticAMD. * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a8f7fe78e..71f7fb52a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-13 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Add const.
+ (handle_amd): New function.
+ (__sysconf): Handle _SC_LEVEL4_CACHE_LINESIZE here, not in
+ linux_sysconf. Call handle_amd on AuthenticAMD.
+ * sysdeps/unix/sysv/linux/x86_64/sysconf.c: Likewise.
+
2004-03-14 Ulrich Drepper <drepper@redhat.com>
* wcsmbs/mbsrtowcs.c: Just a wrapper around __mbsrtowcs_l.