u-boot-brain/arch/nios2/cpu
Thomas Chou 0df01fd3d7 nios2: fix r15 issue for gcc4
The "-ffixed-r15" option doesn't work well for gcc4. Since we
don't use gp for small data with option "-G0", we can use gp
as global data pointer. This allows compiler to use r15. It
is necessary for gcc4 to work properly.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2010-05-28 10:56:03 -04:00
..
config.mk nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
cpu.c nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
epcs.c nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
exceptions.S nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
interrupts.c nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
Makefile nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
start.S nios2: fix r15 issue for gcc4 2010-05-28 10:56:03 -04:00
sysid.c nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
traps.c nios2: Move cpu/nios2/* to arch/nios2/cpu/* 2010-04-13 09:13:27 +02:00
u-boot.lds nios2: Move individual board linker scripts to common script in cpu tree. 2010-04-16 16:12:39 -04:00