* lib/sim-defs.exp (sim_version): Simplify.
[deliverable/binutils-gdb.git] / ld / emulparams / shlelf.sh
CommitLineData
efd48a6a
ILT
1SCRIPT_NAME=elf
2OUTPUT_FORMAT="elf32-shl"
3TEXT_START_ADDR=0x1000
4MAXPAGESIZE=128
5ARCH=sh
6TEMPLATE_NAME=elf32
7GENERATE_SHLIB_SCRIPT=yes
8EMBEDDED=yes
9
10# These are for compatibility with the COFF toolchain.
11ENTRY=start
12CTOR_START='___ctors = .;'
13CTOR_END='___ctors_end = .;'
14DTOR_START='___dtors = .;'
15DTOR_END='___dtors_end = .;'
16OTHER_RELOCATING_SECTIONS='.stack 0x30000 : { _stack = .; *(.stack) }'
This page took 0.072317 seconds and 4 git commands to generate.