diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-05-27 05:53:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-05-27 05:53:52 +0000 |
commit | 16d10b9a837d067e8eac0bef1c9469cc0372c358 (patch) | |
tree | 957f6ed7459f6184d4cf3c2cfb901324245e3ed3 | |
parent | 36d82c7f83799ec321c8d313dfe5174e646f379d (diff) |
erik 0, stupid 1
-rw-r--r-- | libc/sysdeps/linux/mips/crt1.S | 4 |
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 |