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: Misaligned stack on 32-bit s390?


On 11/12/2014 08:09 AM, Siddhesh Poyarekar wrote:
> +	l     %r1,0(%r1)	# load _dl_skip_args\n\
> +	ltr   %r1,%r1\n\

	lt	%r1, 0(%r1)

> +	l     %r1,_dl_argv@GOT12(0,%r12)\n\

Why are you using got12?  Drop the indexed form and just use got.
Hmm.  I do see there's a mix in this file, but I don't know why...


r~


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