summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/nios2/crt1.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-10 05:39:53 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-10 05:39:53 +0000
commita2580d67e402a511d0ffadc247db2fb172efbaee (patch)
treec9a280e1b678e67ed4e60368f188cb4465ce1fb1 /libc/sysdeps/linux/nios2/crt1.S
parentb9b124c1d28e31177c6349c89fd514c0b27b6713 (diff)
remove unused symbols
Diffstat (limited to 'libc/sysdeps/linux/nios2/crt1.S')
-rw-r--r--libc/sysdeps/linux/nios2/crt1.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/nios2/crt1.S b/libc/sysdeps/linux/nios2/crt1.S
index bcb8a26db..d5e1bd7c2 100644
--- a/libc/sysdeps/linux/nios2/crt1.S
+++ b/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)