[patch] modify crt0.S for 64-bit address targets

cgd@broadcom.com cgd@broadcom.com
Wed Apr 6 18:51:00 GMT 2005


> Assuredly this is the case. I think the problem might be from using the
> ori instead of addi for the address.

Perhaps.  For a 32-bit address, I'd expect the address generation to be
simply lui/addiu, or similar.  (in fact, for this, you only need the
lui.)

The only time i'd expect gas would be bothering with shifts at all
is for 64-bit addresses.  (but that's intuition speaking, rather than
code examination.)


cgd



More information about the Binutils mailing list