add function types to arm crt assembly
[musl] / arch / arm / crt_arch.h
index 979fb08..bed99c2 100644 (file)
@@ -1,5 +1,6 @@
 __asm__("\
 .global _start \n\
+.type _start,%function \n\
 _start: \n\
        mov fp, #0 \n\
        mov lr, #0 \n\