]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/CompilerIntrinsicsLib/Arm/udivdi3.S
Remove tabs from all text files in the package.
[mirror_edk2.git] / ArmPkg / Library / CompilerIntrinsicsLib / Arm / udivdi3.S
index 0b1cf63367984d6f95365cab92e6038c35f23d54..36e2a11cd72f5f49e0c50a396df740251bd294d8 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 ASM_PFX(__udivdi3)
+\s\s.text
+\s\s.align 2
+\s\sGCC_ASM_EXPORT(__udivdi3)
 
 ASM_PFX(__udivdi3):
-       stmfd   sp!, {r7, lr}
-       add     r7, sp, #0
-       sub     sp, sp, #8
-       mov     ip, #0
-       str     ip, [sp, #0]
-       bl      ASM_PFX(__udivmoddi4)
-       sub     sp, r7, #0
-       ldmfd   sp!, {r7, pc}
+\s\sstmfd\s\ssp!, {r7, lr}
+\s\sadd\s\sr7, sp, #0
+\s\ssub\s\ssp, sp, #8
+\s\smov\s\sip, #0
+\s\sstr\s\sip, [sp, #0]
+\s\sbl\s\sASM_PFX(__udivmoddi4)
+\s\ssub\s\ssp, r7, #0
+\s\sldmfd\s\ssp!, {r7, pc}