patch-2.3.99-pre9 linux/arch/ppc/vmlinux.lds
Next file: linux/arch/sh/config.in
Previous file: linux/arch/ppc/treeboot/mkirimg
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon May 15 14:53:30 2000
- Orig file:
v2.3.99-pre8/linux/arch/ppc/vmlinux.lds
- Orig date:
Sat Oct 9 11:47:50 1999
diff -u --recursive --new-file v2.3.99-pre8/linux/arch/ppc/vmlinux.lds linux/arch/ppc/vmlinux.lds
@@ -104,6 +104,13 @@
__prep_end = .;
. = ALIGN(4096);
+ __chrp_begin = .;
+ .text.chrp : { *(.text.chrp) }
+ .data.chrp : { *(.data.chrp) }
+ . = ALIGN(4096);
+ __chrp_end = .;
+
+ . = ALIGN(4096);
__apus_begin = .;
.text.apus : { *(.text.apus) }
.data.apus : { *(.data.apus) }
@@ -135,4 +142,3 @@
_end = . ;
PROVIDE (end = .);
}
-
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)