diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 05:39:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 05:39:53 +0000 |
commit | a2580d67e402a511d0ffadc247db2fb172efbaee (patch) | |
tree | c9a280e1b678e67ed4e60368f188cb4465ce1fb1 /libc | |
parent | b9b124c1d28e31177c6349c89fd514c0b27b6713 (diff) | |
download | uClibc-alpine-a2580d67e402a511d0ffadc247db2fb172efbaee.tar.bz2 uClibc-alpine-a2580d67e402a511d0ffadc247db2fb172efbaee.tar.xz |
remove unused symbols
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/nios2/crt1.S | 3 |
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) |