diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-11-02 18:43:27 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-11-02 18:43:27 -0700 |
commit | f62c8abcfbf0d2e7f0a6c6c1dde53158e6fc4e59 (patch) | |
tree | ab3bc4ef52bcf81e57b10d0f72e614af61d3fa58 /nptl/ChangeLog | |
parent | a68d0680f89b5f3639b30ec7955671d97e101e87 (diff) | |
download | glibc-f62c8abcfbf0d2e7f0a6c6c1dde53158e6fc4e59.tar.gz glibc-f62c8abcfbf0d2e7f0a6c6c1dde53158e6fc4e59.tar.xz glibc-f62c8abcfbf0d2e7f0a6c6c1dde53158e6fc4e59.zip |
Compile x86 rtld with -mno-sse -mno-mmx
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 1c0595be4a..4db686cacd 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2012-11-02 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86_64/tls.h: Don't include <xmmintrin.h>. + (__128bits): New struct typedef. + (tcbhead_t): Replace __m128 with __128bits. + 2012-10-30 Aurelien Jarno <aurelien@aurel32.net> Joseph Myers <joseph@codesourcery.com> |