From 80085defb83e4f2ce098c8bc00c82d1e14998c71 Mon Sep 17 00:00:00 2001 From: Renlin Li Date: Tue, 11 Nov 2014 15:02:02 +0000 Subject: [AArch64] End frame record chain correctly. --- ChangeLog | 5 +++++ NEWS | 2 +- sysdeps/aarch64/start.S | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f65700a1a..3fc61cc3f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-10 Renlin Li + + [BZ #17555] + * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment. + 2014-11-10 Andrew Senkevich * configure.ac: Updated check of minimal required version to diff --git a/NEWS b/NEWS index 8c3302c980..071347fa11 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ Version 2.21 * The following bugs are resolved with this release: 6652, 12926, 14132, 14138, 14171, 15215, 15884, 17266, 17344, 17363, - 17370, 17371, 17411, 17460, 17485, 17501, 17508, 17522. + 17370, 17371, 17411, 17460, 17485, 17501, 17508, 17522, 17555. Version 2.20 diff --git a/sysdeps/aarch64/start.S b/sysdeps/aarch64/start.S index 35d603ae9e..69b45eac44 100644 --- a/sysdeps/aarch64/start.S +++ b/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 v1.2.3-70-g09d2