Re: [PATCH, AArch64] Add support for wsp register

2013-07-23 Thread Marcus Shawcroft
On 4 July 2013 08:07, Yufeng Zhang yufeng.zh...@arm.com wrote: Hi, This patch adds support for the register wsp; in ILP32, this is necessary in order to support the global register variable associated the stack pointer with the syntax asm (wsp); it is used in libgloss to get the stack

[PATCH, AArch64] Add support for wsp register

2013-07-04 Thread Yufeng Zhang
Hi, This patch adds support for the register wsp; in ILP32, this is necessary in order to support the global register variable associated the stack pointer with the syntax asm (wsp); it is used in libgloss to get the stack pointer. OK for the trunk? Thanks, Yufeng gcc/ *