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

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

Advertisement

Kernel v2.4.19 /arch/ppc/vmlinux.lds

Filename:/arch/ppc/vmlinux.lds
Lines Added:3
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.19-rc1  2.4.19-pre10 
(Following) 2.4.21-bk13  2.4.21-bk14  2.4.21-bk15  2.4.21-bk16  2.4.21-bk17  2.4.21-bk18 

Location
[  2.4.19
  [  arch
    [  ppc
       o  vmlinux.lds

Patch

diff -urN linux-2.4.18/arch/ppc/vmlinux.lds linux-2.4.19/arch/ppc/vmlinux.lds
--- linux-2.4.18/arch/ppc/vmlinux.lds   Tue Aug 28 06:58:33 2001
+++ linux-2.4.19/arch/ppc/vmlinux.lds   Fri Aug  2 17:39:43 2002
@@ -33,6 +33,9 @@
     *(.text)
     *(.fixup)
     *(.got1)
+    __got2_start = .;
+    *(.got2)
+    __got2_end = .;
   }
   _etext = .;
   PROVIDE (etext = .);


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