From: Florent Kermarrec Date: Tue, 28 Jul 2015 09:11:11 +0000 (+0200) Subject: update lm32 with "Switch to -fPIC" changes. X-Git-Tag: 24jan2021_ls180~2178 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=405efc55600fb47a161ff280227223f3883a24c5;p=litex.git update lm32 with "Switch to -fPIC" changes. --- diff --git a/software/libbase/crt0-lm32.S b/software/libbase/crt0-lm32.S index c0194b97..e0cd7153 100644 --- a/software/libbase/crt0-lm32.S +++ b/software/libbase/crt0-lm32.S @@ -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)