Parcourir la source

remove unused symbols

Mike Frysinger il y a 20 ans
Parent
commit
a2580d67e4
1 fichiers modifiés avec 0 ajouts et 3 suppressions
  1. 0 3
      libc/sysdeps/linux/nios2/crt1.S

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

@@ -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)