]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/BaseMemoryLibStm/Arm/CopyMem.S
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib...
[mirror_edk2.git] / ArmPkg / Library / BaseMemoryLibStm / Arm / CopyMem.S
index 91a4dfcfe580a6978fb932905f328d0086e8d07b..8339a101957d75e2aaee0f63de75b0a3091e9e14 100755 (executable)
@@ -6,8 +6,8 @@
 # 32-bit aligned, else it does a byte copy. It also does a byte copy for\r
 # any trailing bytes. It was updated to do 32-byte copies using stm/ldm. \r
 #\r
-# Copyright (c) 2008-2010 Apple Inc. All rights reserved.<BR>\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2008 - 2010, 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
@@ -39,7 +39,7 @@ InternalMemCopyMem (
 **/\r
 .text\r
 .align 2\r
-.globl ASM_PFX(InternalMemCopyMem)\r
+GCC_ASM_EXPORT(InternalMemCopyMem)\r
 \r
 ASM_PFX(InternalMemCopyMem):\r
        stmfd   sp!, {r4-r11, lr}\r