summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/PrePeiCore/Arm/Exception.asm
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-08-10 15:50:25 +0200
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-08-11 12:29:31 +0200
commit66edb631f8a284a9a0884eb6a41a603112dbff52 (patch)
tree3cc71ef6a0c7b39c63cbd0cde490cb1bf70e0f9c /ArmPlatformPkg/PrePeiCore/Arm/Exception.asm
parent874883a49d0e85cd5494ab880776c4d103bce80a (diff)
downloadedk2-66edb631f8a284a9a0884eb6a41a603112dbff52.zip
edk2-66edb631f8a284a9a0884eb6a41a603112dbff52.tar.gz
edk2-66edb631f8a284a9a0884eb6a41a603112dbff52.tar.bz2
ArmPlatformPkg RVCT: drop dependency on GCC macro library
The RVCT .asm files include AsmMacroIoLib.h only for the definition of LoadConstantToReg (), which makes it tedious to make change to that file without the risk of making the RVCT assembler unhappy. So simply replace LoadConstantToReg() with mov32, which does the right thing in all cases. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPlatformPkg/PrePeiCore/Arm/Exception.asm')
-rw-r--r--ArmPlatformPkg/PrePeiCore/Arm/Exception.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/ArmPlatformPkg/PrePeiCore/Arm/Exception.asm b/ArmPlatformPkg/PrePeiCore/Arm/Exception.asm
index de438f9..4ffe258 100644
--- a/ArmPlatformPkg/PrePeiCore/Arm/Exception.asm
+++ b/ArmPlatformPkg/PrePeiCore/Arm/Exception.asm
@@ -11,8 +11,6 @@
//
//
-#include <AsmMacroIoLib.h>
-#include <Base.h>
#include <AutoGen.h>
IMPORT PeiCommonExceptionEntry