xref: /netbsd-src/external/gpl3/binutils.old/dist/ld/emulparams/elf32iq2000.sh (revision 75fd0b742a7e4a64301bc6c44e9bc5240c58bb92)
1MACHINE=
2SCRIPT_NAME=iq2000
3TEMPLATE_NAME=generic
4EXTRA_EM_FILE=genelf
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);'
17