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~