]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/lshrdi3.S
ARM: move #ifdef to match the error handling code
[u-boot] / arch / arm / lib / lshrdi3.S
index f710ccbf4f85896450f819e920720a5ead32a5e7..ead33e53c78af828fe1877e5ea7b2cb4c3ee3502 100644 (file)
@@ -15,9 +15,9 @@
 #define ah r1
 #endif
 
+.pushsection .text.__lshldi3, "ax"
 ENTRY(__lshrdi3)
 ENTRY(__aeabi_llsr)
-.pushsection .text.__lshldi3, "ax"
 
        subs    r3, r2, #32
        rsb     ip, r2, #32
@@ -29,6 +29,6 @@ ENTRY(__aeabi_llsr)
        mov     ah, ah, lsr r2
        ret     lr
 
-.popsection
 ENDPROC(__lshrdi3)
 ENDPROC(__aeabi_llsr)
+.popsection