]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/GenFw ARM: allow R_ARM_REL32 relocations
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 24 Nov 2015 08:40:33 +0000 (08:40 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Tue, 24 Nov 2015 08:40:33 +0000 (08:40 +0000)
commit3164361121526318f278a7c1b84bdcc475d4ad95
tree2aa270ffa4080035b7ea86f23fae839547d49d08
parent2cde2696f5cd252c48fe250d44590869dae7a1e9
BaseTools/GenFw ARM: allow R_ARM_REL32 relocations

R_ARM_REL32 are relative relocations, so we don't need to do anything
special when performing the ELF to PE/COFF conversion, since our memory
layout is identical between the two binary formats. So just allow them.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18931 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/C/GenFw/Elf32Convert.c