Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / elf32iq2000.sh
CommitLineData
e09a7106
SC
1MACHINE=
2SCRIPT_NAME=iq2000
8ded5a0f
AM
3TEMPLATE_NAME=generic
4EXTRA_EM_FILE=genelf
e09a7106
SC
5OUTPUT_FORMAT="elf32-iq2000"
6DATA_ADDR=0x1000
7TEXT_START_ADDR=0x80000000
8ARCH=iq2000
9MAXPAGESIZE=256
10ENTRY=_start
11EMBEDDED=yes
12CTOR_START='__ctors = .;'
13CTOR_END='__ctors_end = .;'
14DTOR_START='__dtors = .;'
15DTOR_END='__dtors_end = .;'
16OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x1800);'
This page took 0.807606 seconds and 4 git commands to generate.