]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/binutils/ld/emulparams/shelf_vxworks.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / binutils / ld / emulparams / shelf_vxworks.sh
1 # If you change this file, please also look at files which source this one:
2 # shlelf_vxworks.sh
3
4 SCRIPT_NAME=elf
5 BIG_OUTPUT_FORMAT="elf32-sh-vxworks"
6 LITTLE_OUTPUT_FORMAT="elf32-shl-vxworks"
7 OUTPUT_FORMAT="$BIG_OUTPUT_FORMAT"
8 TEXT_START_ADDR=0x1000
9 MAXPAGESIZE='CONSTANT (MAXPAGESIZE)'
10 ARCH=sh
11 MACHINE=
12 TEMPLATE_NAME=elf32
13 GENERATE_SHLIB_SCRIPT=yes
14 ENTRY=__start
15 SYMPREFIX=_
16 GOT=".got          ${RELOCATING-0} : {
17   PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
18   *(.got.plt) *(.got) }"
19 . ${srcdir}/emulparams/vxworks.sh