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


> -	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?


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