buildtools/binutils/ld/emulparams/elf32iq2000.sh
Oliver Tappe 0d415dc8a4 Initial revision
git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9568 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-10-28 17:57:26 +00:00

15 lines
319 B
Bash
Executable File

MACHINE=
SCRIPT_NAME=iq2000
OUTPUT_FORMAT="elf32-iq2000"
DATA_ADDR=0x1000
TEXT_START_ADDR=0x80000000
ARCH=iq2000
MAXPAGESIZE=256
ENTRY=_start
EMBEDDED=yes
CTOR_START='__ctors = .;'
CTOR_END='__ctors_end = .;'
DTOR_START='__dtors = .;'
DTOR_END='__dtors_end = .;'
OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x1800);'