summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/crt1.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-05-27 05:53:52 +0000
committerEric Andersen <andersen@codepoet.org>2005-05-27 05:53:52 +0000
commit16d10b9a837d067e8eac0bef1c9469cc0372c358 (patch)
tree957f6ed7459f6184d4cf3c2cfb901324245e3ed3 /libc/sysdeps/linux/mips/crt1.S
parent36d82c7f83799ec321c8d313dfe5174e646f379d (diff)
erik 0, stupid 1
Diffstat (limited to 'libc/sysdeps/linux/mips/crt1.S')
-rw-r--r--libc/sysdeps/linux/mips/crt1.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/mips/crt1.S b/libc/sysdeps/linux/mips/crt1.S
index b9a206e01..502a2ae9f 100644
--- a/libc/sysdeps/linux/mips/crt1.S
+++ b/libc/sysdeps/linux/mips/crt1.S
@@ -71,8 +71,8 @@
*/
.text
- .global _start
- .type _start,%function
+ .global __start
+ .type __start,%function
.type _init,%function
.type _fini,%function
.type main,%function