summaryrefslogtreecommitdiffstats
path: root/arch/ppc/vmlinux.lds
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-06-15 01:55:58 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-06-15 01:55:58 +0000
commit53b3988d474435254a3b053a68bb24ce9e439295 (patch)
treef8da8e40f01f4ad02bbd76b8c9920749b118235f /arch/ppc/vmlinux.lds
parentb0cb48abe83d1a4389ea938bf624f8baa82c5047 (diff)
Merge with 2.3.99-pre9.
Diffstat (limited to 'arch/ppc/vmlinux.lds')
-rw-r--r--arch/ppc/vmlinux.lds8
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/ppc/vmlinux.lds b/arch/ppc/vmlinux.lds
index 707c4ad2f..7bfdc4efb 100644
--- a/arch/ppc/vmlinux.lds
+++ b/arch/ppc/vmlinux.lds
@@ -104,6 +104,13 @@ SECTIONS
__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 @@ SECTIONS
_end = . ;
PROVIDE (end = .);
}
-