X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FLibrary%2FGdbDebugAgent%2FArm%2FExceptionSupport.ARMv6.S;h=2682581ea9d2777f9ceb8f2901d0f8e1e10c9f20;hp=4b7b5c95c89353f6d93ac3c8d1d385d1c1ee584f;hb=63ca7402171de8a3f412ac1709d2423e25af7690;hpb=d9629029f246b01893c693e2b7dd00975475584f 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