MdePkg/AArch64: use GCC_ASM_EXPORT to export functions

This ensures the .type directive is used to mark them as function symbols

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17904 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Olivier Martin
2015-07-09 10:43:27 +00:00
committed by oliviermartin
parent 1ca40fa9d9
commit 0f895683da
8 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
.text
.p2align 2
ASM_GLOBAL ASM_PFX(GetInterruptState)
GCC_ASM_EXPORT(GetInterruptState)
#/**
# Retrieves the current CPU interrupt state.