summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-01 05:01:35 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2011-02-01 05:01:35 +0000
commit4c8a6e069c908c65b60ee5b89db6cc3c5981f9a1 (patch)
treeb3abb08135e33021e4da6843919215879541e23b /MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
parentd6bf79a7f52ee90fa3d81b60d360beae0dc88e55 (diff)
downloadedk2-4c8a6e069c908c65b60ee5b89db6cc3c5981f9a1.tar.gz
edk2-4c8a6e069c908c65b60ee5b89db6cc3c5981f9a1.tar.bz2
edk2-4c8a6e069c908c65b60ee5b89db6cc3c5981f9a1.zip
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
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S')
-rw-r--r--MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S b/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
index ec2061a4b3..44160d4c32 100644
--- a/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
+++ b/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S
@@ -16,8 +16,7 @@
.text
.p2align 2
-.globl ASM_PFX(CpuSleep)
-INTERWORK_FUNC(CpuSleep)
+GCC_ASM_EXPORT(CpuSleep)
#/**
# Places the CPU in a sleep state until an interrupt is received.