* configure.in (powerpc-*-elf*): New target; use ppc-elf32.
[deliverable/binutils-gdb.git] / ld / emulparams / elf32ppc.sh
1 TEMPLATE_NAME=ppc
2 SCRIPT_NAME=elf
3 OUTPUT_FORMAT="elf32-powerpc"
4 TEXT_START_ADDR=0x0400000
5 DATA_ADDR=0x10000000
6 MAXPAGESIZE=0x40000
7 NONPAGED_TEXT_START_ADDR=0x0400000
8 OTHER_READWRITE_SECTIONS='
9 .toc . : { *(.toc) }
10 '
11 ARCH=powerpc
This page took 0.031163 seconds and 5 git commands to generate.