diff options
author | Tom Tromey <tromey@redhat.com> | 2014-01-20 12:58:03 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2014-01-20 15:44:05 +0000 |
commit | 3a3acb6afc753475675b5724f206e619d0c9590d (patch) | |
tree | 17c565f3ad7d09d9890e42495ab3fc9cf20229b9 /NEWS | |
parent | b67e7fe0f9f9b0f6c4386a0eccba83178098438c (diff) | |
download | glibc-3a3acb6afc753475675b5724f206e619d0c9590d.tar.gz glibc-3a3acb6afc753475675b5724f206e619d0c9590d.tar.xz glibc-3a3acb6afc753475675b5724f206e619d0c9590d.zip |
[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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS index da86ee502e..87ab0485fd 100644 --- a/NEWS +++ b/NEWS @@ -22,10 +22,10 @@ Version 2.19 15919, 15921, 15923, 15939, 15941, 15948, 15963, 15966, 15985, 15988, 15997, 16032, 16034, 16036, 16037, 16038, 16041, 16055, 16071, 16072, 16074, 16077, 16078, 16103, 16112, 16133, 16143, 16144, 16146, 16150, - 16151, 16153, 16167, 16172, 16195, 16214, 16245, 16271, 16274, 16283, - 16289, 16293, 16314, 16316, 16330, 16337, 16338, 16356, 16365, 16366, - 16369, 16372, 16375, 16379, 16384, 16385, 16386, 16387, 16390, 16394, - 16400, 16407, 16408, 16414, 16430, 16453. + 16151, 16153, 16167, 16169, 16172, 16195, 16214, 16245, 16271, 16274, + 16283, 16289, 16293, 16314, 16316, 16330, 16337, 16338, 16356, 16365, + 16366, 16369, 16372, 16375, 16379, 16384, 16385, 16386, 16387, 16390, + 16394, 16400, 16407, 16408, 16414, 16430, 16453. * Slovenian translations for glibc messages have been contributed by the Translation Project's Slovenian team of translators. |