# If you change this file, please also look at files which source this one: # h8300helf.sh h8300self.sh setglobal SCRIPT_NAME = 'elf' setglobal OUTPUT_FORMAT = '"elf32-h8300-linux'" setglobal NO_REL_RELOCS = 'yes' setglobal TEXT_START_ADDR = '0x100' setglobal MAXPAGESIZE = '2' setglobal TARGET_PAGE_SIZE = '128' setglobal ARCH = 'h8300' setglobal TEMPLATE_NAME = 'elf32' setglobal EMBEDDED = 'yes' setglobal STACK_ADDR = '0xfefc' setglobal TINY_READONLY_SECTION = '".tinyrodata : { *(.tinyrodata) } =0'" setglobal TINY_DATA_SECTION = "".tinydata $(RELOCATING+0xff8000) : { *(.tinydata) $(RELOCATING+ _tinydata = .; ) }"" setglobal TINY_BSS_SECTION = "".tinybss : $(RELOCATING+AT (_tinydata)) { *(.tinybss) }""