diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-04 00:25:46 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-04 00:25:46 -0700 |
commit | 22f4f44b6727887957aa1d4039eba290b064da63 (patch) | |
tree | d62b43c58263a6e0093ae5fc75f15c312181b0dc /ChangeLog | |
parent | 1a81139728494810f65aaa0d0c538ff8c2783dd5 (diff) | |
download | glibc-22f4f44b6727887957aa1d4039eba290b064da63.zip glibc-22f4f44b6727887957aa1d4039eba290b064da63.tar.gz glibc-22f4f44b6727887957aa1d4039eba290b064da63.tar.bz2 |
Fix concurrent handling of __cpu_features.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2010-04-04 H.J. Lu <hongjiu.lu@intel.com> + Ulrich Drepper <drepper@redhat.com> + + [BZ #11292] + * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Allow + concurrent initialization and use of __cpu_features. + +2010-04-04 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/x86_64/multiarch/init-arch.h (cpu_features): Add tag to + the enum. + 2010-04-03 Ulrich Drepper <drepper@redhat.com> [BZ #11333] |