patch-2.1.101 linux/arch/ppc/vmlinux.lds
Next file: linux/arch/sparc/Makefile
Previous file: linux/arch/ppc/prep_defconfig
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Fri May 8 00:18:23 1998
- Orig file:
v2.1.100/linux/arch/ppc/vmlinux.lds
- Orig date:
Thu Sep 4 12:54:48 1997
diff -u --recursive --new-file v2.1.100/linux/arch/ppc/vmlinux.lds linux/arch/ppc/vmlinux.lds
@@ -71,6 +71,27 @@
. = ALIGN(4096);
__init_end = .;
+ . = ALIGN(4096);
+ __pmac_begin = .;
+ .text.pmac : { *(.text.pmac) }
+ .data.pmac : { *(.data.pmac) }
+ . = ALIGN(4096);
+ __pmac_end = .;
+
+ . = ALIGN(4096);
+ __prep_begin = .;
+ .text.prep : { *(.text.prep) }
+ .data.prep : { *(.data.prep) }
+ . = ALIGN(4096);
+ __prep_end = .;
+
+ . = ALIGN(4096);
+ __openfirmware_begin = .;
+ .text.openfirmware : { *(.text.openfirmware) }
+ .data.openfirmware : { *(.data.openfirmware) }
+ . = ALIGN(4096);
+ __openfirmware_end = .;
+
__bss_start = .;
.bss :
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov