ldscript and crt0.S: remove useless _gp
The global pointer is used by some special assembly instructions
that we are not using (i.e., the compiler is not generating them
for us, because we don't use PIC or other "strange" stuff.
So, we'd better remove an assignement in the linker script that makes
little sense (it must be a typo of some kind, in the dark ages of this
code base).
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
Showing
- arch/lm32/crt0.S 0 additions, 2 deletionsarch/lm32/crt0.S
- arch/lm32/ram-wrs.ld 0 additions, 1 deletionarch/lm32/ram-wrs.ld
- arch/lm32/ram.ld.S 0 additions, 1 deletionarch/lm32/ram.ld.S
- tools/trivial-init/ram.ld 0 additions, 1 deletiontools/trivial-init/ram.ld
- tools/trivial-init/startup.S 0 additions, 2 deletionstools/trivial-init/startup.S
Please register or sign in to comment