Browse Source

remove unused symbols

Mike Frysinger 19 years ago
parent
commit
a2580d67e4
1 changed files with 0 additions and 3 deletions
  1. 0 3
      libc/sysdeps/linux/nios2/crt1.S

+ 0 - 3
libc/sysdeps/linux/nios2/crt1.S

@@ -29,9 +29,6 @@
 _start:
 _start:
     nop
     nop
     br 0f
     br 0f
-	.long _stext	/* start address of .text + 4 */
-	.long _etext	/* start address of .data */
-	.long _edata	/* start address of .bss */
 0:
 0:
     /* load gp */
     /* load gp */
     movhi gp, %hiadj(_gp)
     movhi gp, %hiadj(_gp)