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

@@ -16,8 +16,8 @@
.text
.align 5
ASM_GLOBAL ASM_PFX(InternalSwitchStackAsm)
ASM_GLOBAL ASM_PFX(CpuPause)
GCC_ASM_EXPORT(InternalSwitchStackAsm)
GCC_ASM_EXPORT(CpuPause)
/**
//