[uClibc-cvs] svn commit: trunk/uClibc/libc/sysdeps/linux/mips

jocke at uclibc.org jocke at uclibc.org
Sat May 28 16:36:52 UTC 2005


Author: jocke
Date: 2005-05-28 10:36:52 -0600 (Sat, 28 May 2005)
New Revision: 10427

Log:
Add back .size for __start


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-28 16:30:11 UTC (rev 10426)
+++ trunk/uClibc/libc/sysdeps/linux/mips/crt1.S	2005-05-28 16:36:52 UTC (rev 10427)
@@ -112,6 +112,7 @@
 hlt:
 	/* Crash if somehow `__uClibc_start_main' returns anyway.  */
 	b   hlt
+.size __start,.-__start
 
 /* Define a symbol for the first piece of initialized data.  */
 	.data




More information about the uClibc-cvs mailing list