patch-2.4.19 linux-2.4.19/arch/mips64/ld.script.elf32.S

Next file: linux-2.4.19/arch/mips64/ld.script.elf64
Previous file: linux-2.4.19/arch/mips64/kernel/unaligned.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips64/ld.script.elf32.S linux-2.4.19/arch/mips64/ld.script.elf32.S
@@ -6,6 +6,7 @@
   .init          : { *(.init)		} =0
   .text      :
   {
+    _ftext = .;
     *(.text)
     *(.rodata)
     *(.rodata.*)
@@ -24,6 +25,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)