patch-2.4.0-test3 linux/arch/mips64/ld.script.elf64
Next file: linux/arch/mips64/lib/dump_tlb.c
Previous file: linux/arch/mips64/ld.script.elf32
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
Sun Jul 9 22:18:16 2000
- Orig file:
v2.4.0-test2/linux/arch/mips64/ld.script.elf64
- Orig date:
Sat Feb 26 22:31:41 2000
diff -u --recursive --new-file v2.4.0-test2/linux/arch/mips64/ld.script.elf64 linux/arch/mips64/ld.script.elf64
@@ -16,7 +16,6 @@
/* . = 0xa800000000300000; */
. = 0xffffffff80300000;
.text : {
- _ftext = . ;
*(.text)
*(.rodata)
*(.rodata1)
@@ -24,7 +23,6 @@
*(.gnu.warning)
} = 0
_etext = .;
- PROVIDE (etext = .);
. = ALIGN(16384);
.data.init_task : { *(.data.init_task) }
@@ -74,7 +72,6 @@
CONSTRUCTORS
}
.data1 : { *(.data1) }
- _gp = . + 0x8000;
.lit8 : { *(.lit8) }
.lit4 : { *(.lit4) }
.ctors : { *(.ctors) }
@@ -86,10 +83,7 @@
we can shorten the on-disk segment size. */
.sdata : { *(.sdata) }
_edata = .;
- PROVIDE (edata = .);
- __bss_start = .;
- _fbss = .;
.sbss : { *(.sbss) *(.scommon) }
.bss :
{
@@ -97,7 +91,6 @@
*(.bss)
*(COMMON)
_end = . ;
- PROVIDE (end = .);
}
/* These are needed for ELF backends which have not yet been
converted to the new style linker. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)