ARM Packages: 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: Brendan Jackman <brendan.jackman@arm.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15506 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Brendan Jackman
2014-05-08 14:55:52 +00:00
committed by oliviermartin
parent 45440744c4
commit 919a3a026c
9 changed files with 40 additions and 40 deletions

View File

@@ -95,11 +95,11 @@
UINT64 Padding;0x328 // Required for stack alignment
*/
ASM_GLOBAL ASM_PFX(ExceptionHandlersStart)
ASM_GLOBAL ASM_PFX(ExceptionHandlersEnd)
ASM_GLOBAL ASM_PFX(CommonExceptionEntry)
ASM_GLOBAL ASM_PFX(AsmCommonExceptionEntry)
ASM_GLOBAL ASM_PFX(CommonCExceptionHandler)
GCC_ASM_EXPORT(ExceptionHandlersStart)
GCC_ASM_EXPORT(ExceptionHandlersEnd)
GCC_ASM_EXPORT(CommonExceptionEntry)
GCC_ASM_EXPORT(AsmCommonExceptionEntry)
GCC_ASM_EXPORT(CommonCExceptionHandler)
.text
.align 11