2 OUTPUT_FORMAT
="elf32-sh"
8 GENERATE_SHLIB_SCRIPT
=yes
11 # These are for compatibility with the COFF toolchain.
13 CTOR_START
='___ctors = .;'
14 CTOR_END
='___ctors_end = .;'
15 DTOR_START
='___dtors = .;'
16 DTOR_END
='___dtors_end = .;'
17 OTHER_RELOCATING_SECTIONS
='.stack 0x30000 : { _stack = .; *(.stack) }'