math: remove *_WORD64 macros from libm.h
[musl] / crt / arm / crti.s
index 0d479cd..1ba165c 100644 (file)
@@ -1,9 +1,11 @@
 .section .init
 .global _init
+.type _init,%function
 _init:
        push {r0,lr}
 
 .section .fini
 .global _fini
+.type _fini,%function
 _fini:
        push {r0,lr}