fix corrupt sysvipc timestamps on 32-bit archs with old kernels
[musl] / crt / arm / crtn.s
index 1b626c0..dc020f9 100644 (file)
@@ -1,11 +1,9 @@
+.syntax unified
+
 .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