diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-12-04 03:58:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-12-04 03:58:56 +0000 |
commit | 1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (patch) | |
tree | 357efc7b93f8f5102110d20d293f41360ec212fc /arch/ppc/vmlinux.lds | |
parent | aea27b2e18d69af87e673972246e66657b4fa274 (diff) |
Merge with Linux 2.3.21.
Diffstat (limited to 'arch/ppc/vmlinux.lds')
-rw-r--r-- | arch/ppc/vmlinux.lds | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ppc/vmlinux.lds b/arch/ppc/vmlinux.lds index c1b89ef98..707c4ad2f 100644 --- a/arch/ppc/vmlinux.lds +++ b/arch/ppc/vmlinux.lds @@ -88,6 +88,7 @@ SECTIONS __initcall_end = .; . = ALIGN(4096); __init_end = .; + . = ALIGN(4096); __pmac_begin = .; .text.pmac : { *(.text.pmac) } @@ -110,6 +111,13 @@ SECTIONS __apus_end = .; . = ALIGN(4096); + __apus_begin = .; + .text.apus : { *(.text.apus) } + .data.apus : { *(.data.apus) } + . = ALIGN(4096); + __apus_end = .; + + . = ALIGN(4096); __openfirmware_begin = .; .text.openfirmware : { *(.text.openfirmware) } .data.openfirmware : { *(.data.openfirmware) } |