]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.S
MdePkg/AArch64: use GCC_ASM_EXPORT to export functions
authorOlivier Martin <Olivier.Martin@arm.com>
Thu, 9 Jul 2015 10:43:27 +0000 (10:43 +0000)
committeroliviermartin <oliviermartin@Edk2>
Thu, 9 Jul 2015 10:43:27 +0000 (10:43 +0000)
commit0f895683da0613f27ac460a69745a15571d2a2a9
tree30cab766f4c9e8b1f9ffb1865f49aebbdab369af
parent1ca40fa9d979e3fe3b6c38a667456eff6c9d7efa
MdePkg/AArch64: use GCC_ASM_EXPORT to export functions

This ensures the .type directive is used to mark them as function symbols

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <Olivier.Martin@arm.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17904 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BaseCpuLib/AArch64/CpuFlushTlb.S
MdePkg/Library/BaseCpuLib/AArch64/CpuSleep.S
MdePkg/Library/BaseLib/AArch64/CpuBreakpoint.S
MdePkg/Library/BaseLib/AArch64/DisableInterrupts.S
MdePkg/Library/BaseLib/AArch64/EnableInterrupts.S
MdePkg/Library/BaseLib/AArch64/GetInterruptsState.S
MdePkg/Library/BaseLib/AArch64/SetJumpLongJump.S
MdePkg/Library/BaseLib/AArch64/SwitchStack.S