]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_arm/_ashrdi3.S
cmd_nand: Remove duplicate include
[karo-tx-uboot.git] / lib_arm / _ashrdi3.S
index c3284133fd1ab1ee5749ab489f604840cae7a9f3..671ac87a2b5245492854da586d90426dd7d31fc9 100644 (file)
@@ -35,7 +35,9 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 .globl __ashrdi3
+.globl __aeabi_lasr
 __ashrdi3:
+__aeabi_lasr:
 
        subs    r3, r2, #32
        rsb     ip, r2, #32
@@ -44,4 +46,3 @@ __ashrdi3:
        orrmi   al, al, ah, lsl ip
        mov     ah, ah, asr r2
        mov     pc, lr
-