diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-11 14:35:56 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-11 14:35:56 -0700 |
commit | 4822a2a5207d0aa43160a7a95cb1ac244a350511 (patch) | |
tree | 9c57fb8d37fac8ac5cd6293e6ffbd6d125890014 /ChangeLog | |
parent | 60d45b36a5cf5befde06d44424c720edf1f88244 (diff) | |
download | glibc-4822a2a5207d0aa43160a7a95cb1ac244a350511.zip glibc-4822a2a5207d0aa43160a7a95cb1ac244a350511.tar.gz glibc-4822a2a5207d0aa43160a7a95cb1ac244a350511.tar.bz2 |
Add x32 support to TLS_LE/TLS_IE/TLS_GD
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-05-11 H.J. Lu <hongjiu.lu@intel.com> + + * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load + thread pointer. + (TLS_IE): Use mov/add instead of movq/addq to load thread + pointer. + (TLS_GD_PREFIX): New. + (TLS_GD): Use it. + 2012-05-11 David S. Miller <davem@davemloft.net> * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__. |