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 v3 6/9] aarch64: Use tpidr_el0 rather than __errno_location in librt


On 2014/11/12 11:45, Pinski, Andrew wrote:
> ldr     x1, [x1, :gottprel_lo12:errno]; 
> Needs to change to be:
> ldr PTR_REG(1), [x1, :gottprel_lo12:errno]; 
> 
> Thanks,
> Andrew Pinski
> ________________________________________
It works.

Thanks!



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