commit | 26dd82b4ed0f1b3f03a2b614c3e819b145966953 | [log] [tgz] |
---|---|---|
author | Zhi-zhou Zhang <zhizhou.zh@gmail.com> | Sat Nov 24 05:07:12 2012 +0000 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat Dec 08 21:33:07 2012 +0100 |
tree | 24a6ae635e0cb483a2de93e25bb9729224fcf975 | |
parent | b8d71e37cbffde4a81d526ce3bdf6fd8652af430 [diff] |
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>