3 OUTPUT_FORMAT
="elf32-mn10200"
11 # Hmmm, there's got to be a better way. This sets the stack to the
12 # top of the simulator memory (2^19 bytes).
13 OTHER_RELOCATING_SECTIONS
='.stack 0x80000 : { _stack = .; *(.stack) }'
15 # These are for compatibility with the COFF toolchain.
16 # XXX These should definitely disappear.
17 CTOR_START
='___ctors = .;'
18 CTOR_END
='___ctors_end = .;'
19 DTOR_START
='___dtors = .;'
20 DTOR_END
='___dtors_end = .;'