mirror of git://sourceware.org/git/glibc.git
[AArch64] End frame record chain correctly.
This commit is contained in:
parent
bd80507166
commit
80085defb8
|
@ -1,3 +1,8 @@
|
||||||
|
2014-11-10 Renlin Li <Renlin.Li@arm.com>
|
||||||
|
|
||||||
|
[BZ #17555]
|
||||||
|
* sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
|
||||||
|
|
||||||
2014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
|
2014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
|
||||||
|
|
||||||
* configure.ac: Updated check of minimal required version to
|
* configure.ac: Updated check of minimal required version to
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -10,7 +10,7 @@ Version 2.21
|
||||||
* The following bugs are resolved with this release:
|
* The following bugs are resolved with this release:
|
||||||
|
|
||||||
6652, 12926, 14132, 14138, 14171, 15215, 15884, 17266, 17344, 17363,
|
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
|
Version 2.20
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,6 @@ _start:
|
||||||
/* Create an initial frame with 0 LR and FP */
|
/* Create an initial frame with 0 LR and FP */
|
||||||
mov x29, #0
|
mov x29, #0
|
||||||
mov x30, #0
|
mov x30, #0
|
||||||
mov x29, sp
|
|
||||||
|
|
||||||
/* Setup rtld_fini in argument register */
|
/* Setup rtld_fini in argument register */
|
||||||
mov x5, x0
|
mov x5, x0
|
||||||
|
|
Loading…
Reference in New Issue