This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [COMMITTED] AArch64 ensure getcontext initializes pstate.


On 4 June 2013 13:43, Richard Henderson <rth@twiddle.net> wrote:
> On 06/04/2013 02:10 AM, Marcus Shawcroft wrote:
>>       mov     x2, sp
>>       str     x2, [x0, oSP]
>>
>> +     /* Initialize the pstate.  */
>> +     mov     x3, #0
>> +     str     x3, [x0, oPSTATE]
>
> Surely you can store XZR directly?

Yes... I'll push another patch shortly.
/Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]