patch-2.4.19 linux-2.4.19/arch/mips64/ld.script.elf64
Next file: linux-2.4.19/arch/mips64/lib/Makefile
Previous file: linux-2.4.19/arch/mips64/ld.script.elf32.S
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips64/ld.script.elf64
- Orig date:
Mon Jul 2 14:40:58 2001
diff -urN linux-2.4.18/arch/mips64/ld.script.elf64 linux-2.4.19/arch/mips64/ld.script.elf64
@@ -16,6 +16,7 @@
/* . = 0xa800000000300000; */
. = 0xffffffff80300000;
.text : {
+ _ftext = .;
*(.text)
*(.rodata)
*(.rodata.*)
@@ -34,6 +35,10 @@
__dbe_table : { *(__dbe_table) }
__stop___dbe_table = .;
+ __start___ksymtab = .; /* Kernel symbol table */
+ __ksymtab : { *(__ksymtab) }
+ __stop___ksymtab = .;
+
_etext = .;
. = ALIGN(16384);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)