daily update
[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
5BIG_OUTPUT_FORMAT="elf32-sh-vxworks"
6LITTLE_OUTPUT_FORMAT="elf32-shl-vxworks"
7OUTPUT_FORMAT="$BIG_OUTPUT_FORMAT"
8TEXT_START_ADDR=0x1000
9MAXPAGESIZE='CONSTANT (MAXPAGESIZE)'
10ARCH=sh
11MACHINE=
12TEMPLATE_NAME=elf32
13GENERATE_SHLIB_SCRIPT=yes
14ENTRY=__start
15SYMPREFIX=_
16GOT=".got ${RELOCATING-0} : {
17 PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
18 *(.got.plt) *(.got) }"
19. ${srcdir}/emulparams/vxworks.sh
This page took 0.132034 seconds and 4 git commands to generate.