]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Arm/SetJumpLongJump.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseLib / Arm / SetJumpLongJump.S
index 9c3de5e55f426487827dc574a3ee09a7ffdb3fd8..7864d377f3fab280677d332fca24cbfd3a25d0b1 100644 (file)
@@ -1,11 +1,11 @@
-#------------------------------------------------------------------------------ \r
+#------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006 - 2009, Intel Corporation<BR>\r
-# Portions copyright (c) 2008-2009 Apple Inc.<BR>\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
+# http://opensource.org/licenses/bsd-license.php.\r
 #\r
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -14,8 +14,8 @@
 .text\r
 .p2align 2\r
 \r
-.globl ASM_PFX(SetJump)\r
-.globl ASM_PFX(InternalLongJump)\r
+GCC_ASM_EXPORT(SetJump)\r
+GCC_ASM_EXPORT(InternalLongJump)\r
 \r
 #/**\r
 #  Saves the current CPU context that can be restored with a call to LongJump() and returns 0.#\r
@@ -67,4 +67,4 @@ ASM_PFX(InternalLongJump):
   mov    r0, r1\r
   bx     lr\r
 \r
-ASM_FUNCTION_REMOVE_IF_UNREFERENCED()\r
+ASM_FUNCTION_REMOVE_IF_UNREFERENCED\r