From 4c8a6e069c908c65b60ee5b89db6cc3c5981f9a1 Mon Sep 17 00:00:00 2001 From: andrewfish Date: Tue, 1 Feb 2011 05:01:35 +0000 Subject: Replace INTERWORK_FUNC, with GCC_ASM_EXPORT() and GCC_ASM_IMPORT() and update the rest of the MdePkg ARM assembler to use the macro. Leave the old INTERWORK_FUNC macro in place until we can make sure all the other packages have been updated and then it can be removed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11289 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S') diff --git a/MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S b/MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S index 8ba3a439bd..b6b80a1326 100644 --- a/MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S +++ b/MdePkg/Library/BaseLib/Arm/CpuBreakpoint.S @@ -16,8 +16,7 @@ .text .p2align 2 -.globl ASM_PFX(CpuBreakpoint) -INTERWORK_FUNC(CpuBreakpoint) +GCC_ASM_EXPORT(CpuBreakpoint) #/** # Generates a breakpoint on the CPU. -- cgit v1.2.3