Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / ppclynx.sh
... / ...
CommitLineData
1SCRIPT_NAME=elf
2OUTPUT_FORMAT="elf32-powerpc"
3NO_REL_RELOCS=yes
4TEXT_BASE=0x00002000
5DYN_TEXT_BASE=0x00400000
6TEXT_START_ADDR="(DEFINED(_DYNAMIC) ? ${DYN_TEXT_BASE} : ${TEXT_BASE})"
7MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
8case ${LD_FLAG} in
9 n|N) TEXT_START_ADDR=0x1000 ;;
10esac
11ARCH=powerpc
12MACHINE=
13TEMPLATE_NAME=elf32
14GENERATE_SHLIB_SCRIPT=yes
15ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
16
17# Leave room of SIZEOF_HEADERS before text.
18EMBEDDED=
19# PLT on PowerPC is generated at run-time.
20BSS_PLT=
21OTHER_READWRITE_SECTIONS="
22 .got1 ${RELOCATING-0} : { *(.got1) }
23 .got2 ${RELOCATING-0} : { *(.got2) }"
This page took 0.036243 seconds and 4 git commands to generate.