vax decoding of indexed addressing mode
[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
8a46e447 12GENERATE_SHLIB_SCRIPT=yes
252b5132 13EMBEDDED=yes
252b5132
RH
14# These are for compatibility with the COFF toolchain.
15ENTRY=start
16CTOR_START='___ctors = .;'
17CTOR_END='___ctors_end = .;'
18DTOR_START='___dtors = .;'
19DTOR_END='___dtors_end = .;'
74dc9032
AM
20STACK_ADDR="(DEFINED(_stack) ? _stack : 0x3FFFFF00)"
21STACK_SENTINEL="LONG(0xdeaddead)"
8a1cb159 22# We do not need .stack for shared library.
74dc9032 23test -n "$CREATE_SHLIB" && unset STACK_ADDR
This page took 0.961647 seconds and 4 git commands to generate.