fix clash between sys/user.h and kernel ptrace.h on powerpc[64], sh
[musl] / crt / arm / crtn.s
index 5d5d645..dc020f9 100644 (file)
@@ -1,11 +1,9 @@
+.syntax unified
+
 .section .init
-       pop {lr}
-       tst lr,#1
-       moveq pc,lr
+       pop {r0,lr}
        bx lr
 
 .section .fini
-       pop {lr}
-       tst lr,#1
-       moveq pc,lr
+       pop {r0,lr}
        bx lr