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
- Lines: 10
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/ppc/vmlinux.lds
- Orig date:
Tue Aug 28 06:58:33 2001
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)