Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / shelf_vxworks.sh
CommitLineData
55e6e397
RS
1# If you change this file, please also look at files which source this one:
2# shlelf_vxworks.sh
3
4SCRIPT_NAME=elf
485cf679 5NO_REL_RELOCS=yes
55e6e397
RS
6BIG_OUTPUT_FORMAT="elf32-sh-vxworks"
7LITTLE_OUTPUT_FORMAT="elf32-shl-vxworks"
8OUTPUT_FORMAT="$BIG_OUTPUT_FORMAT"
9TEXT_START_ADDR=0x1000
10MAXPAGESIZE='CONSTANT (MAXPAGESIZE)'
11ARCH=sh
12MACHINE=
075a2b89 13TEMPLATE_NAME=elf
55e6e397
RS
14GENERATE_SHLIB_SCRIPT=yes
15ENTRY=__start
16SYMPREFIX=_
a94d834c 17
55e6e397 18GOT=".got ${RELOCATING-0} : {
2bf2bf23
AM
19 ${RELOCATING+PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
20 *(.got.plt) }*(.got) }"
c40e31a1 21source_sh ${srcdir}/emulparams/vxworks.sh
This page took 0.616475 seconds and 4 git commands to generate.