1 MACHINE= 2 SCRIPT_NAME=iq2000 3 TEMPLATE_NAME=generic 4 EXTRA_EM_FILE=genelf 5 OUTPUT_FORMAT="elf32-iq2000" 6 DATA_ADDR=0x1000 7 TEXT_START_ADDR=0x80000000 8 ARCH=iq2000 9 MAXPAGESIZE=256 10 ENTRY=_start 11 EMBEDDED=yes 12 CTOR_START='__ctors = .;' 13 CTOR_END='__ctors_end = .;' 14 DTOR_START='__dtors = .;' 15 DTOR_END='__dtors_end = .;' 16 OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x1800);' 17