From 262365511f6fafa4e15090fe16a295c03c6f6c5e Mon Sep 17 00:00:00 2001 From: Renlin Li Date: Tue, 11 Nov 2014 15:50:07 +0000 Subject: [AArch64] End frame record chain correctly. --- ChangeLog | 6 ++++++ NEWS | 2 +- ports/sysdeps/aarch64/start.S | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2df8e44f4e..cecd6ecb71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-11-11 Renlin Li + + [BZ #17555] + * ports/sysdeps/aarch64/start.S (_start): Delete x29 overwritten + assignment. + 2014-09-03 Florian Weimer [BZ #17325] diff --git a/NEWS b/NEWS index 4e722f738e..d74f4a6d58 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ Version 2.19.1 * The following bugs are resolved with this release: 15946, 16545, 16574, 16623, 16695, 16878, 16882, 16885, 16916, 16932, - 16943, 16958, 17048, 17069, 17137, 17263, 17325. + 16943, 16958, 17048, 17069, 17137, 17263, 17325, 17555. * Reverted change of ABI data structures for s390 and s390x: On s390 and s390x the size of struct ucontext and jmp_buf was increased in diff --git a/ports/sysdeps/aarch64/start.S b/ports/sysdeps/aarch64/start.S index 35d603ae9e..69b45eac44 100644 --- a/ports/sysdeps/aarch64/start.S +++ b/ports/sysdeps/aarch64/start.S @@ -47,7 +47,6 @@ _start: /* Create an initial frame with 0 LR and FP */ mov x29, #0 mov x30, #0 - mov x29, sp /* Setup rtld_fini in argument register */ mov x5, x0 -- cgit 1.4.1