[uClibc-cvs] svn commit: trunk/uClibc/libc/sysdeps/linux/mips
andersen at uclibc.org
andersen at uclibc.org
Fri May 27 05:53:52 UTC 2005
Author: andersen
Date: 2005-05-26 23:53:52 -0600 (Thu, 26 May 2005)
New Revision: 10421
Log:
erik 0, stupid 1
Modified:
trunk/uClibc/libc/sysdeps/linux/mips/crt1.S
Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/mips/crt1.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/mips/crt1.S 2005-05-27 03:29:03 UTC (rev 10420)
+++ trunk/uClibc/libc/sysdeps/linux/mips/crt1.S 2005-05-27 05:53:52 UTC (rev 10421)
@@ -71,8 +71,8 @@
*/
.text
- .global _start
- .type _start,%function
+ .global __start
+ .type __start,%function
.type _init,%function
.type _fini,%function
.type main,%function
More information about the uClibc-cvs
mailing list