svn commit: trunk/uClibc/libc/sysdeps/linux/nios2

vapier at uclibc.org vapier at uclibc.org
Tue Jan 10 05:39:53 UTC 2006


Author: vapier
Date: 2006-01-09 21:39:53 -0800 (Mon, 09 Jan 2006)
New Revision: 13219

Log:
remove unused symbols

Modified:
   trunk/uClibc/libc/sysdeps/linux/nios2/crt1.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/nios2/crt1.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/nios2/crt1.S	2006-01-10 05:38:32 UTC (rev 13218)
+++ trunk/uClibc/libc/sysdeps/linux/nios2/crt1.S	2006-01-10 05:39:53 UTC (rev 13219)
@@ -29,9 +29,6 @@
 _start:
     nop
     br 0f
-	.long _stext	/* start address of .text + 4 */
-	.long _etext	/* start address of .data */
-	.long _edata	/* start address of .bss */
 0:
     /* load gp */
     movhi gp, %hiadj(_gp)




More information about the uClibc-cvs mailing list