1# If you change this file, please also look at files which source this one: 2# mn10300.sh 3 4SCRIPT_NAME=elf 5TEMPLATE_NAME=generic 6EXTRA_EM_FILE=genelf 7OUTPUT_FORMAT="elf32-mn10200" 8TEXT_START_ADDR=0x0 9ARCH=mn10200 10MACHINE= 11MAXPAGESIZE=1 12ENTRY=_start 13EMBEDDED=yes 14 15# This sets the stack to the top of the simulator memory (2^19 bytes). 16STACK_ADDR=0x80000 17 18# These are for compatibility with the COFF toolchain. 19# XXX These should definitely disappear. 20CTOR_START='___ctors = .;' 21CTOR_END='___ctors_end = .;' 22DTOR_START='___dtors = .;' 23DTOR_END='___dtors_end = .;' 24