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
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
|
||||
.text
|
||||
.p2align 2
|
||||
.globl ASM_PFX(CpuBreakpoint)
|
||||
INTERWORK_FUNC(CpuBreakpoint)
|
||||
GCC_ASM_EXPORT(CpuBreakpoint)
|
||||
|
||||
#/**
|
||||
# Generates a breakpoint on the CPU.
|
||||
|
Reference in New Issue
Block a user