1 # If you change this file, please also look at files which source this one:
7 OUTPUT_FORMAT
="elf32-mn10200"
16 # This sets the stack to the top of the simulator memory (2^19 bytes).
19 # These are for compatibility with the COFF toolchain.
20 # XXX These should definitely disappear.
21 CTOR_START
='___ctors = .;'
22 CTOR_END
='___ctors_end = .;'
23 DTOR_START
='___dtors = .;'
24 DTOR_END
='___dtors_end = .;'