vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / ppclynx.sh
1 source_sh ${srcdir}/emulparams/elf32ppc.sh
2
3 TEXT_BASE=0x00002000
4 DYN_TEXT_BASE=0x00400000
5 TEXT_START_ADDR="(DEFINED(_DYNAMIC) ? ${DYN_TEXT_BASE} : ${TEXT_BASE})"
6 case ${LD_FLAG} in
7 n|N) TEXT_START_ADDR=0x1000 ;;
8 esac
9 ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
10
11 # Leave room of SIZEOF_HEADERS before text.
12 EMBEDDED=
This page took 0.032062 seconds and 4 git commands to generate.