diff options
author | Roland McGrath <roland@gnu.org> | 2006-03-06 08:26:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-03-06 08:26:03 +0000 |
commit | 6f920003899406055edfeb403989ce9215b34068 (patch) | |
tree | a803f99632a06227e26a56c4edfb80b81a5fcdce /ChangeLog | |
parent | 16a10468376803c5e48ac9c14cfa1a1dd2f7ec8f (diff) | |
download | glibc-6f920003899406055edfeb403989ce9215b34068.tar.gz glibc-6f920003899406055edfeb403989ce9215b34068.tar.xz glibc-6f920003899406055edfeb403989ce9215b34068.zip |
* 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-- | ChangeLog | 11 |
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. |