]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: remove redundant handling of EFI_IMAGE_REL_BASED_DIR64 relocations
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 25 Sep 2015 21:49:09 +0000 (21:49 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Fri, 25 Sep 2015 21:49:09 +0000 (21:49 +0000)
commit7a0ce8c572dff07cef82d7699da39ef52adbf523
tree6fe0a0a8a896457ad15afcc771ef8aa76d681b1f
parent5236e09cdef9256f0933a455b4c2493b1fa7ab47
MdePkg: remove redundant handling of EFI_IMAGE_REL_BASED_DIR64 relocations

There is AARCH64 specific code in the PE/COFF loader to handle relocations
of type EFI_IMAGE_REL_BASED_DIR64 which is dead code since this type is
handled by generic code and never handed to the AARCH64 specific routine.
So remove it.

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@18556 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BasePeCoffLib/AArch64/PeCoffLoaderEx.c [deleted file]
MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c