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 1/6] aarch64: Merge rtld_errno offset with memory reference


On 05/23/2014 01:31 PM, Roland McGrath wrote:
>> -	add	x1, x1, #:lo12:C_SYMBOL_NAME(rtld_errno);	\
>>  	neg     w0, w0;						\
>> -	str     w0, [x1];					\
>> +	str     w0, [x1, :lo12:C_SYMBOL_NAME(rtld_errno)];	\
> 
> Can we stay consistent about whether we use the # or not?
> 

It's required in the context of the add, and not required (but accepted) in the
context of an address operand.

Personally, I prefer not using # in an address; which form do the AArch64
maintainers prefer?


r~


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