aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.