update lm32 with "Switch to -fPIC" changes.

This commit is contained in:
Florent Kermarrec 2015-07-28 11:11:11 +02:00
parent 50cf70140b
commit 405efc5560
1 changed files with 0 additions and 2 deletions

View 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)