This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] powerpc: add crt files


On Wed, Feb 8, 2012 at 12:12 PM, Roland McGrath <roland@hack.frob.com> wrote:
>> + Â Â .section .init,"ax",@progbits
>> + Â Â .align Â2
>
> Let's stick to .p2align or .balign to make things clearer.
>
>> +_init:
>> + Â Â stwu r1, -16(r1)
>> + Â Â mflr r0
>> + Â Â stw r0, 20(r1)
>> + Â Â stw r30, 8(r1)
>
> I don't really know ppc code, but this looks like it's setting up a frame
> pointer. ÂIs that really necessary?
>
>
> Thanks,
> Roland

We're taking a look at this exact thing right now.

Ryan


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