]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/binutils/ld/emulparams/shelf_vxworks.sh
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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