diff options
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) |