This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: PATCH: Fix config/i386/morestack.S for x32


"H.J. Lu" <hjl.tools@gmail.com> writes:

> On Thu, Jul 28, 2011 at 1:07 PM, Richard Henderson <rth@redhat.com> wrote:
>> On 07/28/2011 12:42 PM, H.J. Lu wrote:
>>> +#ifdef __LP64__
>>>    movq  Â%rax,%fs:0x70      # Save the new stack boundary.
>>> +#else
>>> +   movl  Â%eax,%fs:0x40      # Save the new stack boundary.
>>> +#endif
>>
>> Please macro-ize this.
>>
>>
>
> Here is is the updated patch.  OK for trunk?

This is OK.

Thanks.

Ian


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