Perform on-demand global register allocation from
[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"
6TEXT_START_ADDR=0x1000
7MAXPAGESIZE=128
8ARCH=sh
9MACHINE=
10TEMPLATE_NAME=elf32
11GENERATE_SHLIB_SCRIPT=yes
12EMBEDDED=yes
13
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 = .;'
465bc359 20STACK_ADDR=0x30000
This page took 0.094876 seconds and 4 git commands to generate.