Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.19 /arch/mips64/ld.script.elf64

Filename:/arch/mips64/ld.script.elf64
Lines Added:5
Lines Deleted:0
Also changed in: (Previous) 2.4.19-rc5  2.4.19-rc4  2.4.19-rc3  2.4.19-rc2  2.4.6  2.4.6-pre9 
(Following) 2.4.20-pre7  2.4.20-pre8  2.4.20-pre9  2.4.20-pre10  2.4.20-pre11  2.4.20-rc1 

Location
[  2.4.19
  [  arch
    [  mips64
       o  ld.script.elf64

Patch

diff -urN linux-2.4.18/arch/mips64/ld.script.elf64 linux-2.4.19/arch/mips64/ld.script.elf64
--- linux-2.4.18/arch/mips64/ld.script.elf64   Mon Jul  2 14:40:58 2001
+++ linux-2.4.19/arch/mips64/ld.script.elf64   Fri Aug  2 17:39:43 2002
@@ -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);


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.