summaryrefslogtreecommitdiff
path: root/crt/mips/crt1.s
diff options
context:
space:
mode:
Diffstat (limited to 'crt/mips/crt1.s')
-rw-r--r--crt/mips/crt1.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/crt/mips/crt1.s b/crt/mips/crt1.s
index 093d7d56..794b6f71 100644
--- a/crt/mips/crt1.s
+++ b/crt/mips/crt1.s
@@ -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.