From 58101473df84b017e23c11ce0ccfb74a0766eb7a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 15 Mar 2004 06:23:52 +0000 Subject: Update. 2004-03-13 Jakub Jelinek * 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a8f7fe78e..71f7fb52a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-03-13 Jakub Jelinek + + * 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 * wcsmbs/mbsrtowcs.c: Just a wrapper around __mbsrtowcs_l. -- cgit 1.4.1