patch-2.3.20 linux/arch/ppc/vmlinux.lds
Next file: linux/arch/ppc/xmon/start.c
Previous file: linux/arch/ppc/mm/init.c
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Thu Oct  7 10:17:09 1999
-  Orig file: 
v2.3.19/linux/arch/ppc/vmlinux.lds
-  Orig date: 
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.19/linux/arch/ppc/vmlinux.lds linux/arch/ppc/vmlinux.lds
@@ -88,6 +88,7 @@
   __initcall_end = .;
   . = ALIGN(4096);
   __init_end = .;
+
   . = ALIGN(4096);
   __pmac_begin = .;
   .text.pmac : { *(.text.pmac) }
@@ -101,6 +102,13 @@
   .data.prep : { *(.data.prep) }
   . = ALIGN(4096);
   __prep_end = .;
+
+  . = ALIGN(4096);
+  __apus_begin = .;
+  .text.apus : { *(.text.apus) }
+  .data.apus : { *(.data.apus) }
+  . = ALIGN(4096);
+  __apus_end = .;
 
   . = ALIGN(4096);
   __apus_begin = .;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)