Sfoglia il codice sorgente

remove unused symbols

Mike Frysinger 20 anni fa
parent
commit
a2580d67e4
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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)