diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-11 10:13:54 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-11 10:13:54 -0700 |
commit | 512ec530c7b6f29767bac4ff4c410a9b6390ce1b (patch) | |
tree | 7091782b004484faae44e05e57bf364e035487e7 /nptl/ChangeLog | |
parent | c0d2c8538a89c7a3de158ab60fe35fe1f9960803 (diff) | |
download | glibc-512ec530c7b6f29767bac4ff4c410a9b6390ce1b.tar glibc-512ec530c7b6f29767bac4ff4c410a9b6390ce1b.tar.gz glibc-512ec530c7b6f29767bac4ff4c410a9b6390ce1b.tar.bz2 glibc-512ec530c7b6f29767bac4ff4c410a9b6390ce1b.zip |
Replace movq/%q0 with mov/%0 in THREAD_SELF
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a135ce02cb..752cde97f8 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,10 @@ 2012-05-11 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/x86_64/tls.h (THREAD_SELF): Replace movq/%q0 with + mov/%0. + +2012-05-11 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h (__cleanup_fct_attribute): Check __x86_64__ instead of __x86_64__. |