remove non-working pre-armv4t support from arm asm
[musl] / crt / arm / crtn.s
index 1b626c0..b3eca85 100644 (file)
@@ -1,11 +1,7 @@
 .section .init
        pop {r0,lr}
-       tst lr,#1
-       moveq pc,lr
        bx lr
 
 .section .fini
        pop {r0,lr}
-       tst lr,#1
-       moveq pc,lr
        bx lr