Fri Mar 28 15:29:23 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
[deliverable/binutils-gdb.git] / ld / emulparams / shelf.sh
CommitLineData
efd48a6a
ILT
1SCRIPT_NAME=elf
2OUTPUT_FORMAT="elf32-sh"
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.038075 seconds and 4 git commands to generate.