PR25172, Wrong description of --stop-address=ADDR switch
[deliverable/binutils-gdb.git] / ld / emulparams / shelf.sh
CommitLineData
465bc359 1# If you change this file, please also look at files which source this one:
8d05742f 2# shlelf.sh, shelf_nbsd.sh
465bc359 3
252b5132
RH
4SCRIPT_NAME=elf
5OUTPUT_FORMAT="elf32-sh"
485cf679 6NO_REL_RELOCS=yes
252b5132
RH
7TEXT_START_ADDR=0x1000
8MAXPAGESIZE=128
9ARCH=sh
10MACHINE=
075a2b89 11TEMPLATE_NAME=elf
252b5132 12EMBEDDED=yes
252b5132
RH
13# These are for compatibility with the COFF toolchain.
14ENTRY=start
15CTOR_START='___ctors = .;'
16CTOR_END='___ctors_end = .;'
17DTOR_START='___dtors = .;'
18DTOR_END='___dtors_end = .;'
74dc9032
AM
19STACK_ADDR="(DEFINED(_stack) ? _stack : 0x3FFFFF00)"
20STACK_SENTINEL="LONG(0xdeaddead)"
8a1cb159 21# We do not need .stack for shared library.
74dc9032 22test -n "$CREATE_SHLIB" && unset STACK_ADDR
This page took 1.259783 seconds and 4 git commands to generate.