diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-07-12 14:41:20 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-05 08:36:27 -0700 |
commit | 72354ab5e1d61dec7606a8851f0eb1bb016f7af7 (patch) | |
tree | b38c5c886dcc21eeb4c8cd31c27f5a1b0bf67f99 /NEWS | |
parent | b4425b95ad64e5945ea9674f888561d725747128 (diff) | |
download | glibc-72354ab5e1d61dec7606a8851f0eb1bb016f7af7.tar glibc-72354ab5e1d61dec7606a8851f0eb1bb016f7af7.tar.gz glibc-72354ab5e1d61dec7606a8851f0eb1bb016f7af7.tar.bz2 glibc-72354ab5e1d61dec7606a8851f0eb1bb016f7af7.zip |
Align stack to 16 bytes when calling __errno_location
We should align stack to 16 bytes when calling __errno_location.
[BZ #18661]
* sysdeps/x86_64/fpu/s_cosf.S (__cosf): Align stack to 16 bytes
when calling __errno_location.
* sysdeps/x86_64/fpu/s_sincosf.S (__sincosf): Likewise.
* sysdeps/x86_64/fpu/s_sinf.S (__sinf): Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ using `glibc' in the "product" field. Version 2.23 * The following bugs are resolved with this release: - 18265, 18525, 18647. + 18265, 18525, 18647, 18661. Version 2.22 |