summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-03-06 08:26:03 +0000
committerRoland McGrath <roland@gnu.org>2006-03-06 08:26:03 +0000
commit6f920003899406055edfeb403989ce9215b34068 (patch)
treea803f99632a06227e26a56c4edfb80b81a5fcdce /ChangeLog
parent16a10468376803c5e48ac9c14cfa1a1dd2f7ec8f (diff)
* sysdeps/unix/sysv/linux/x86_64/sysconf.c
(handle_intel, handle_amd): Add __attribute__ ((noinline)). * sysdeps/unix/sysv/linux/i386/sysconf.c (handle_i486, handle_intel, handle_amd): Likewise. * sysdeps/unix/sysv/linux/i386/sysconf.c (__sysconf): Don't handle _SC_CPUTIME and _SC_THREAD_CPUTIME here. * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70083ec7c9..a588dd5468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-03-06 Roland McGrath <roland@redhat.com>
+
+ * sysdeps/unix/sysv/linux/x86_64/sysconf.c
+ (handle_intel, handle_amd): Add __attribute__ ((noinline)).
+ * sysdeps/unix/sysv/linux/i386/sysconf.c
+ (handle_i486, handle_intel, handle_amd): Likewise.
+
+ * sysdeps/unix/sysv/linux/i386/sysconf.c (__sysconf): Don't handle
+ _SC_CPUTIME and _SC_THREAD_CPUTIME here.
+ * sysdeps/unix/sysv/linux/x86_64/sysconf.c (__sysconf): Likewise.
+
2006-03-05 Roland McGrath <roland@redhat.com>
* malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value.