select: fix 64-bit timeout truncation on pre-time64 kernels
[musl] / crt / arm / crti.s
index 2eb23ed..18dc1e4 100644 (file)
@@ -1,7 +1,13 @@
+.syntax unified
+
 .section .init
 .global _init
+.type _init,%function
 _init:
+       push {r0,lr}
 
 .section .fini
 .global _fini
+.type _fini,%function
 _fini:
+       push {r0,lr}