| Kernel v2.4.19 /arch/ppc/vmlinux.lds |
|---|
 2.4.19
 arch
 ppc
 vmlinux.lds
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 = .);
|