X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=lib_arm%2F_ashrdi3.S;h=671ac87a2b5245492854da586d90426dd7d31fc9;hb=89f39e177e7b0152aa1d3152baa25d986e36cdcf;hp=c3284133fd1ab1ee5749ab489f604840cae7a9f3;hpb=ba94a1bba3600d387edba7eb451990d9891e1c2f;p=u-boot diff --git a/lib_arm/_ashrdi3.S b/lib_arm/_ashrdi3.S index c3284133fd..671ac87a2b 100644 --- a/lib_arm/_ashrdi3.S +++ b/lib_arm/_ashrdi3.S @@ -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 -