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