2 OUTPUT_FORMAT="elf32-mcore-big"
3 BIG_OUTPUT_FORMAT="elf32-mcore-big"
4 LITTLE_OUTPUT_FORMAT="elf32-mcore-little"
9 NONPAGED_TEXT_START_ADDR=0
15 OTHER_BSS_SYMBOLS="__bss_start__ = . ;"
16 OTHER_BSS_END_SYMBOLS="__bss_end__ = . ;"
18 # Hmmm, there's got to be a better way. This sets the stack to the
19 # top of the simulator memory (2^19 bytes).
20 OTHER_RELOCATING_SECTIONS='.stack 0x80000 : { _stack = .; *(.stack) }'