Skip to content
Snippets Groups Projects
Commit 0d69d918 authored by Zhi-zhou Zhang's avatar Zhi-zhou Zhang Committed by Daniel Schwierzeck
Browse files

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: default avatarZhi-zhou Zhang <zhizhou.zh@gmail.com>
Signed-off-by: default avatarDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
parent fd4d564b
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment