public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH][AARCH64][2.19] Backporting "End frame record chain correctly"
@ 2014-11-11 14:07 Renlin Li
  2014-11-11 14:48 ` Allan McRae
  2014-11-11 15:50 ` Marcus Shawcroft
  0 siblings, 2 replies; 3+ messages in thread
From: Renlin Li @ 2014-11-11 14:07 UTC (permalink / raw)
  To: GNU C Library; +Cc: marcus Shawcroft

[-- Attachment #1: Type: text/plain, Size: 446 bytes --]

Hi all,

This is a backport for branch/release/2.19/master of the patch "End 
frame record chain correctly"  posted in: 
https://sourceware.org/ml/libc-alpha/2014-11/msg00167.html

aarch64-none-linux-gnu target has been tested on the model. No new issues.

Okay to commit?

ChangeLog:

2014-11-11  Renlin Li <Renlin.Li@arm.com>

     [BZ #17555]
     * ports/sysdeps/aarch64/start.S (_start): Delete x29 overwritten 
assignment.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 2-19.diff --]
[-- Type: text/x-patch; name=2-19.diff, Size: 869 bytes --]

diff --git a/NEWS b/NEWS
index 4e722f7..d74f4a6 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 35d603a..69b45ea 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][AARCH64][2.19] Backporting "End frame record chain correctly"
  2014-11-11 14:07 [PATCH][AARCH64][2.19] Backporting "End frame record chain correctly" Renlin Li
@ 2014-11-11 14:48 ` Allan McRae
  2014-11-11 15:50 ` Marcus Shawcroft
  1 sibling, 0 replies; 3+ messages in thread
From: Allan McRae @ 2014-11-11 14:48 UTC (permalink / raw)
  To: Renlin Li, GNU C Library; +Cc: marcus Shawcroft

On 12/11/14 00:07, Renlin Li wrote:
> Hi all,
> 
> This is a backport for branch/release/2.19/master of the patch "End
> frame record chain correctly"  posted in:
> https://sourceware.org/ml/libc-alpha/2014-11/msg00167.html
> 
> aarch64-none-linux-gnu target has been tested on the model. No new issues.
> 
> Okay to commit?
> 
> ChangeLog:
> 
> 2014-11-11  Renlin Li <Renlin.Li@arm.com>
> 
>     [BZ #17555]
>     * ports/sysdeps/aarch64/start.S (_start): Delete x29 overwritten
> assignment.

OK

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][AARCH64][2.19] Backporting "End frame record chain correctly"
  2014-11-11 14:07 [PATCH][AARCH64][2.19] Backporting "End frame record chain correctly" Renlin Li
  2014-11-11 14:48 ` Allan McRae
@ 2014-11-11 15:50 ` Marcus Shawcroft
  1 sibling, 0 replies; 3+ messages in thread
From: Marcus Shawcroft @ 2014-11-11 15:50 UTC (permalink / raw)
  To: Renlin Li; +Cc: GNU C Library

On 11 November 2014 14:07, Renlin Li <renlin.li@arm.com> wrote:
> Hi all,
>
> This is a backport for branch/release/2.19/master of the patch "End frame
> record chain correctly"  posted in:
> https://sourceware.org/ml/libc-alpha/2014-11/msg00167.html
>
> aarch64-none-linux-gnu target has been tested on the model. No new issues.
>
> Okay to commit?
>
> ChangeLog:
>
> 2014-11-11  Renlin Li <Renlin.Li@arm.com>
>
>     [BZ #17555]
>     * ports/sysdeps/aarch64/start.S (_start): Delete x29 overwritten
> assignment.

Committed.  /Marcus

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-11 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11 14:07 [PATCH][AARCH64][2.19] Backporting "End frame record chain correctly" Renlin Li
2014-11-11 14:48 ` Allan McRae
2014-11-11 15:50 ` Marcus Shawcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).