update lm32 with "Switch to -fPIC" changes.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 28 Jul 2015 09:11:11 +0000 (11:11 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 28 Jul 2015 09:11:11 +0000 (11:11 +0200)
software/libbase/crt0-lm32.S

index c0194b97fd022aa185e483b5cdaa134d4c337b0a..e0cd7153756ded8e44a4952ea1ab2f6360930946 100644 (file)
@@ -111,8 +111,6 @@ _crt0:
        /* Setup stack and global pointer */
        mvhi    sp, hi(_fstack)
        ori     sp, sp, lo(_fstack)
-       mvhi    gp, hi(_gp)
-       ori     gp, gp, lo(_gp)
 
        /* Clear BSS */
        mvhi    r1, hi(_fbss)