update lm32 with "Switch to -fPIC" changes.
This commit is contained in:
parent
50cf70140b
commit
405efc5560
|
@ -111,8 +111,6 @@ _crt0:
|
||||||
/* Setup stack and global pointer */
|
/* Setup stack and global pointer */
|
||||||
mvhi sp, hi(_fstack)
|
mvhi sp, hi(_fstack)
|
||||||
ori sp, sp, lo(_fstack)
|
ori sp, sp, lo(_fstack)
|
||||||
mvhi gp, hi(_gp)
|
|
||||||
ori gp, gp, lo(_gp)
|
|
||||||
|
|
||||||
/* Clear BSS */
|
/* Clear BSS */
|
||||||
mvhi r1, hi(_fbss)
|
mvhi r1, hi(_fbss)
|
||||||
|
|
Loading…
Reference in New Issue