diff options
author | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-12-18 10:00:07 +0000 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@linaro.org> | 2013-12-18 12:07:05 +0000 |
commit | 9dbebe1a67bbedfcb39c6b739f15bc639e8d40a2 (patch) | |
tree | 9a930c9e11202ce957474f74347e3d6837505d32 /ports/ChangeLog.aarch64 | |
parent | 5953eb3ad70bb1a75a9ff419798ef7034c85baed (diff) | |
download | glibc-9dbebe1a67bbedfcb39c6b739f15bc639e8d40a2.tar.gz glibc-9dbebe1a67bbedfcb39c6b739f15bc639e8d40a2.tar.xz glibc-9dbebe1a67bbedfcb39c6b739f15bc639e8d40a2.zip |
[AArch64] Save and restore q0-q7 on entry to dynamic linker.
[BZ #15128] Ensure all argument passing registers are saved and restored on entry to dynamic linker.
Diffstat (limited to 'ports/ChangeLog.aarch64')
-rw-r--r-- | ports/ChangeLog.aarch64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ChangeLog.aarch64 b/ports/ChangeLog.aarch64 index b1f6729386..279a2272c1 100644 --- a/ports/ChangeLog.aarch64 +++ b/ports/ChangeLog.aarch64 @@ -1,3 +1,9 @@ +2013-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org> + + [BZ #15128] + * sysdeps/aarch64/dl-trampoline.S (_dl_runtime_resolve): Save and + restore q0-q7. + 2013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org> * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h |