aboutsummaryrefslogtreecommitdiff
path: root/ports/ChangeLog.aarch64
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2014-01-20 12:58:03 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2014-01-20 15:44:05 +0000
commit3a3acb6afc753475675b5724f206e619d0c9590d (patch)
tree17c565f3ad7d09d9890e42495ab3fc9cf20229b9 /ports/ChangeLog.aarch64
parentb67e7fe0f9f9b0f6c4386a0eccba83178098438c (diff)
downloadglibc-3a3acb6afc753475675b5724f206e619d0c9590d.tar
glibc-3a3acb6afc753475675b5724f206e619d0c9590d.tar.gz
glibc-3a3acb6afc753475675b5724f206e619d0c9590d.tar.bz2
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 'ports/ChangeLog.aarch64')
-rw-r--r--ports/ChangeLog.aarch646
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64
index 19d8fe13a0..f11a086536 100644
--- a/ports/ChangeLog.aarch64
+++ b/ports/ChangeLog.aarch64
@@ -1,3 +1,9 @@
+2014-01-20 Tom Tromey <tromey@redhat.com>
+
+ [BZ #16169]
+ * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Add CFI
+ directives; Zero x29.
+
2014-01-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
* sysdeps/aarch64/configure.ac: New file.