]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/CompilerIntrinsicsLib/Arm/lshrdi3.S
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib...
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / lshrdi3.S
index 2257deef97781a41a37ed7b98377980f338fba6c..5800ae12a1189c755ff25d5cb052f2916d9e8131 100644 (file)
@@ -1,8 +1,8 @@
 #------------------------------------------------------------------------------ 
 #
-# Copyright (c) 2008-2009 Apple Inc. All rights reserved.
+# Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
 #
-# All rights reserved. This program and the accompanying materials
+# This program and the accompanying materials
 # are licensed and made available under the terms and conditions of the BSD License
 # which accompanies this distribution.  The full text of the license may be found at
 # http://opensource.org/licenses/bsd-license.php
 
        .text
        .align 2
-       .globl ___lshrdi3
-___lshrdi3:
-       @ args = 0, pretend = 0, frame = 0
-       @ frame_needed = 0, uses_anonymous_args = 0
-       @ link register save eliminated.
+       GCC_ASM_EXPORT(__lshrdi3)
+       
+ASM_PFX(__lshrdi3):
        cmp     r2, #31
-       @ lr needed for prologue
        bls     L2
        cmp     r2, #63
        subls   r2, r2, #32