arm: implement additional relocations generated by gcc 4.9 at -O3
authorLeif Lindholm <leif.lindholm@linaro.org>
Tue, 3 Feb 2015 21:16:36 +0000 (21:16 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Tue, 3 Feb 2015 22:50:08 +0000 (22:50 +0000)
commitc0f529ea679bdf48cbe1c4b3dd92fb552456a1fe
treee92581ff24f48896b75e83136fb148762152079b
parent016875dd52456c38c8dee55a8390c0f9fc092afe
arm: implement additional relocations generated by gcc 4.9 at -O3

GCC 4.9 also generates R_ARM_THM_MOVW_ABS_NC and R_ARM_THM_MOVT_ABS,
as an alternative to ABS32.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
grub-core/kern/arm/dl.c
grub-core/kern/arm/dl_helper.c
include/grub/arm/reloc.h