]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/AArch64/Helper.S
ARM Packages: use GCC_ASM_EXPORT to export functions
[mirror_edk2.git] / ArmPlatformPkg / Sec / AArch64 / Helper.S
index 490d3df12d765cb54cc001b9e804a96bb4f7fcb2..259aca485634899b365e00c575a053039e6bfcb7 100644 (file)
 .text\r
 .align 3\r
 \r
-ASM_GLOBAL ASM_PFX(SwitchToNSExceptionLevel1)\r
-ASM_GLOBAL ASM_PFX(enter_monitor_mode)\r
-ASM_GLOBAL ASM_PFX(return_from_exception)\r
-ASM_GLOBAL ASM_PFX(copy_cpsr_into_spsr)\r
-ASM_GLOBAL ASM_PFX(set_non_secure_mode)\r
+GCC_ASM_EXPORT(SwitchToNSExceptionLevel1)\r
+GCC_ASM_EXPORT(enter_monitor_mode)\r
+GCC_ASM_EXPORT(return_from_exception)\r
+GCC_ASM_EXPORT(copy_cpsr_into_spsr)\r
+GCC_ASM_EXPORT(set_non_secure_mode)\r
 \r
 // Switch from EL3 to NS-EL1\r
 ASM_PFX(SwitchToNSExceptionLevel1):\r