diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:17:30 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-15 10:17:30 -0700 |
commit | 890d8bd8547e7342e65b39aabcedf8398ee51e05 (patch) | |
tree | 9a026d776531080bcde3e620ecb1aab0f74b9f11 /ChangeLog | |
parent | f6ee66232293f1bc0c83d04ffcb7b1d669dc15d0 (diff) | |
download | glibc-890d8bd8547e7342e65b39aabcedf8398ee51e05.tar.gz |
Replace 8-byte data alignment with LP_SIZE alignment
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-05-15 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace + 8-byte data alignment with LP_SIZE alignment. + +2012-05-15 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID into R10_LP. |