From 16d10b9a837d067e8eac0bef1c9469cc0372c358 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 May 2005 05:53:52 +0000 Subject: erik 0, stupid 1 --- libc/sysdeps/linux/mips/crt1.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/mips') 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 -- cgit v1.2.3