patch-2.4.19 linux-2.4.19/arch/ppc/vmlinux.lds

Next file: linux-2.4.19/arch/ppc/xmon/start.c
Previous file: linux-2.4.19/arch/ppc/mm/ppc_mmu.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/ppc/vmlinux.lds linux-2.4.19/arch/ppc/vmlinux.lds
@@ -33,6 +33,9 @@
     *(.text)
     *(.fixup)
     *(.got1)
+    __got2_start = .;
+    *(.got2)
+    __got2_end = .;
   }
   _etext = .;
   PROVIDE (etext = .);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)