u-boot/arch/mips/cpu/mips64
Zhi-zhou Zhang 0d69d918ab MIPS: fix a latent bug on initialize $gp
If bal is 8 bytes aligned, the _gp will not be 8 bytes aligned.
then the following ld insntrustion generates a Adel exception.
So here make _gp be always aligned in 8 bytes.

Signed-off-by: Zhi-zhou Zhang <zhizhou.zh@gmail.com>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2012-12-08 21:33:07 +01:00
..
Makefile MIPS: add board qemu-mips64 support 2012-10-16 15:02:08 +02:00
cache.S MIPS: add board qemu-mips64 support 2012-10-16 15:02:08 +02:00
config.mk MIPS: add board qemu-mips64 support 2012-10-16 15:02:08 +02:00
cpu.c MIPS: add board qemu-mips64 support 2012-10-16 15:02:08 +02:00
interrupts.c MIPS: add board qemu-mips64 support 2012-10-16 15:02:08 +02:00
start.S MIPS: fix a latent bug on initialize $gp 2012-12-08 21:33:07 +01:00
time.c MIPS: do not initialize timestamp variable before relocate_code 2012-11-25 21:50:43 +01:00