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