diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-31 23:46:42 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-31 23:46:42 -0700 |
commit | 8ea237293664aed37ab77d53604b01e01bb7ec6f (patch) | |
tree | 45d1cccc9697f6edd6b1a0ec0cc37483c4009562 /ChangeLog | |
parent | 74414708355a922a514d5c76183eca6931c4488a (diff) | |
download | glibc-8ea237293664aed37ab77d53604b01e01bb7ec6f.tar glibc-8ea237293664aed37ab77d53604b01e01bb7ec6f.tar.gz glibc-8ea237293664aed37ab77d53604b01e01bb7ec6f.tar.bz2 glibc-8ea237293664aed37ab77d53604b01e01bb7ec6f.zip |
Fix up sched_cpucount in x86-64.
Now that static executables can handle IFUNC functions don't exclude
optimization for sched_cpucount for !SHARED.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-05-31 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/multiarch/sched_cpucount.c: Also use optimized code + for !SHARED. + 2009-05-29 H.J. Lu <hongjiu.lu@intel.com> * csu/elf-init.c: Include <link.h> and <dl-irel.h> if LIBC_NONSHARED |