diff options
author | Tom Tromey <tromey@redhat.com> | 2014-01-20 12:58:03 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-01-21 12:42:06 +0000 |
commit | c616775d2c6df31786b71b4e135fba90b4a63f89 (patch) | |
tree | 8bca2817e63ac3ab118b84db1b274cca70a8f4b7 /NEWS | |
parent | 2a8396b962b8c57a2581023b62766a3ac44c3ba4 (diff) | |
download | glibc-c616775d2c6df31786b71b4e135fba90b4a63f89.zip glibc-c616775d2c6df31786b71b4e135fba90b4a63f89.tar.gz glibc-c616775d2c6df31786b71b4e135fba90b4a63f89.tar.bz2 |
[AArch64] BZ #16169 Add CFI directives to clone.S
[BZ #16169] Add CFI directives to the AArch64 clone.S implementation
and ensure that the FP in the child is zero'd in order to comply with
AAPCS.
(cherry picked from commit 3a3acb6afc753475675b5724f206e619d0c9590d)
Conflicts:
NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Version 2.18.1 * The following bugs are resolved with this release: - 15073, 15128, 15909, 15996, 16150, 16387. + 15073, 15128, 15909, 15996, 16150, 16169, 16387. Version 2.18 |