[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"
[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=
13TEMPLATE_NAME=elf32
14GENERATE_SHLIB_SCRIPT=yes
15ENTRY=__start
16SYMPREFIX=_
a94d834c
NC
17# PR 17739. Delay checking relocs until after all files have
18# been opened and linker garbage collection has taken place.
19CHECK_RELOCS_AFTER_OPEN_INPUT=yes
20
55e6e397
RS
21GOT=".got ${RELOCATING-0} : {
22 PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
23 *(.got.plt) *(.got) }"
24. ${srcdir}/emulparams/vxworks.sh
This page took 0.416716 seconds and 4 git commands to generate.