mark mips crt code as code
[musl] / crt / mips / crt1.s
index 093d7d5..794b6f7 100644 (file)
@@ -4,6 +4,8 @@
 .weak  _fini
 .global __start
 .global _start
+.type __start,@function
+.type _start,@function
 __start:
 _start:
        subu    $fp, $fp, $fp            # Zero the frame pointer.