From a2580d67e402a511d0ffadc247db2fb172efbaee Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Jan 2006 05:39:53 +0000 Subject: remove unused symbols --- libc/sysdeps/linux/nios2/crt1.S | 3 --- 1 file changed, 3 deletions(-) (limited to 'libc/sysdeps/linux/nios2') 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) -- cgit v1.2.3