Searched hist:"0 df01fd3d71481b5cc7aeea6a741b9fc3be15178" (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/doc/ |
H A D | README.standalone | diff 0df01fd3d71481b5cc7aeea6a741b9fc3be15178 Thu May 20 22:08:03 CDT 2010 Thomas Chou <thomas@wytron.com.tw> 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>
|
/openbmc/u-boot/arch/nios2/ |
H A D | config.mk | diff 0df01fd3d71481b5cc7aeea6a741b9fc3be15178 Thu May 20 22:08:03 CDT 2010 Thomas Chou <thomas@wytron.com.tw> 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>
|
/openbmc/u-boot/arch/nios2/cpu/ |
H A D | start.S | diff 0df01fd3d71481b5cc7aeea6a741b9fc3be15178 Thu May 20 22:08:03 CDT 2010 Thomas Chou <thomas@wytron.com.tw> 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>
|
/openbmc/u-boot/arch/nios2/include/asm/ |
H A D | global_data.h | diff 0df01fd3d71481b5cc7aeea6a741b9fc3be15178 Thu May 20 22:08:03 CDT 2010 Thomas Chou <thomas@wytron.com.tw> 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>
|
/openbmc/u-boot/examples/standalone/ |
H A D | stubs.c | diff 0df01fd3d71481b5cc7aeea6a741b9fc3be15178 Thu May 20 22:08:03 CDT 2010 Thomas Chou <thomas@wytron.com.tw> 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>
|
/openbmc/u-boot/ |
H A D | README | diff 0df01fd3d71481b5cc7aeea6a741b9fc3be15178 Thu May 20 22:08:03 CDT 2010 Thomas Chou <thomas@wytron.com.tw> 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>
|