From 63ca7402171de8a3f412ac1709d2423e25af7690 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Wed, 15 Dec 2010 01:06:20 +0000 Subject: Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half of check-in 11167. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11169 6f19259b-4bc3-4df7-8a09-765794883524 --- EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'EmbeddedPkg') diff --git a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S index 4b7b5c95c8..2682581ea9 100755 --- a/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S +++ b/EmbeddedPkg/Library/GdbDebugAgent/Arm/ExceptionSupport.ARMv6.S @@ -51,10 +51,15 @@ This is the stack constructed by the exception handler (low address to high addr .globl ASM_PFX(ExceptionHandlersStart) +INTERWORK_FUNC(ExceptionHandlersStart) .globl ASM_PFX(ExceptionHandlersEnd) +INTERWORK_FUNC(ExceptionHandlersEnd) .globl ASM_PFX(CommonExceptionEntry) +INTERWORK_FUNC(CommonExceptionEntry) .globl ASM_PFX(AsmCommonExceptionEntry) +INTERWORK_FUNC(AsmCommonExceptionEntry) .globl ASM_PFX(GdbExceptionHandler) +INTERWORK_FUNC(GdbExceptionHandler) .text .align 3 -- cgit v1.2.3