* configure.in: Fix help string for --enable-targets option.
[deliverable/binutils-gdb.git] / ld / emulparams / elf32iq2000.sh
CommitLineData
e09a7106
SC
1MACHINE=
2SCRIPT_NAME=iq2000
3OUTPUT_FORMAT="elf32-iq2000"
4DATA_ADDR=0x1000
5TEXT_START_ADDR=0x80000000
6ARCH=iq2000
7MAXPAGESIZE=256
8ENTRY=_start
9EMBEDDED=yes
10CTOR_START='__ctors = .;'
11CTOR_END='__ctors_end = .;'
12DTOR_START='__dtors = .;'
13DTOR_END='__dtors_end = .;'
14OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x1800);'
This page took 0.19247 seconds and 4 git commands to generate.