Apply patch from Mumit Khan to fix bugs generating dll names.
[deliverable/binutils-gdb.git] / ld / emulparams / shelf.sh
CommitLineData
252b5132
RH
1SCRIPT_NAME=elf
2OUTPUT_FORMAT="elf32-sh"
3TEXT_START_ADDR=0x1000
4MAXPAGESIZE=128
5ARCH=sh
6MACHINE=
7TEMPLATE_NAME=elf32
8GENERATE_SHLIB_SCRIPT=yes
9EMBEDDED=yes
10
11# These are for compatibility with the COFF toolchain.
12ENTRY=start
13CTOR_START='___ctors = .;'
14CTOR_END='___ctors_end = .;'
15DTOR_START='___dtors = .;'
16DTOR_END='___dtors_end = .;'
17OTHER_RELOCATING_SECTIONS='.stack 0x30000 : { _stack = .; *(.stack) }'
This page took 0.03529 seconds and 4 git commands to generate.