summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/ArmHvcLib
diff options
context:
space:
mode:
authorEugene Cohen <eugene@hp.com>2015-12-03 20:28:02 +0000
committerabiesheuvel <abiesheuvel@Edk2>2015-12-03 20:28:02 +0000
commitefda17751344965c7f51cbd0660ed6a59e2de855 (patch)
treea2d80f66fe6494c0971e484fe24454ee6db36840 /ArmPkg/Library/ArmHvcLib
parente04671e81a7fe842f640a926171048e5524b46e0 (diff)
downloadedk2-efda17751344965c7f51cbd0660ed6a59e2de855.tar.gz
edk2-efda17751344965c7f51cbd0660ed6a59e2de855.tar.bz2
edk2-efda17751344965c7f51cbd0660ed6a59e2de855.zip
ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macro
This has the effect of splitting assembly functions into their own sections so the linker can remove unused ones to save space. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eugene Cohen <eugene@hp.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@gmail.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19109 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg/Library/ArmHvcLib')
-rw-r--r--ArmPkg/Library/ArmHvcLib/Arm/ArmHvc.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/ArmPkg/Library/ArmHvcLib/Arm/ArmHvc.asm b/ArmPkg/Library/ArmHvcLib/Arm/ArmHvc.asm
index bac26fbe28..fe4b174c75 100644
--- a/ArmPkg/Library/ArmHvcLib/Arm/ArmHvc.asm
+++ b/ArmPkg/Library/ArmHvcLib/Arm/ArmHvc.asm
@@ -12,11 +12,10 @@
//
//
- EXPORT ArmCallHvc
- AREA ArmHvc, CODE, READONLY
+ INCLUDE AsmMacroExport.inc
-ArmCallHvc
+ RVCT_ASM_EXPORT ArmCallHvc
push {r4-r8}
// r0 will be popped just after the HVC call
push {r0}