vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / 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 NO_REL_RELOCS=yes
6 BIG_OUTPUT_FORMAT="elf32-sh-vxworks"
7 LITTLE_OUTPUT_FORMAT="elf32-shl-vxworks"
8 OUTPUT_FORMAT="$BIG_OUTPUT_FORMAT"
9 TEXT_START_ADDR=0x1000
10 MAXPAGESIZE='CONSTANT (MAXPAGESIZE)'
11 ARCH=sh
12 MACHINE=
13 TEMPLATE_NAME=elf
14 GENERATE_SHLIB_SCRIPT=yes
15 ENTRY=__start
16 SYMPREFIX=_
17
18 GOT=".got ${RELOCATING-0} : {
19 ${RELOCATING+PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
20 *(.got.plt) }*(.got) }"
21 source_sh ${srcdir}/emulparams/vxworks.sh
This page took 0.030323 seconds and 4 git commands to generate.