add function types to arm crt assembly
[musl] / crt / arm / crt1.s
index ed2a57a..90ef59f 100644 (file)
@@ -1,6 +1,7 @@
 .weak _init
 .weak _fini
 .global _start
+.type _start,%function
 _start:
        mov fp,#0
        mov lr,#0