Retro68/binutils/ld/emulparams/shelf_vxworks.sh

25 lines
688 B
Bash
Raw Normal View History

2012-03-26 19:18:29 +00:00
# If you change this file, please also look at files which source this one:
# shlelf_vxworks.sh
SCRIPT_NAME=elf
NO_REL_RELOCS=yes
BIG_OUTPUT_FORMAT="elf32-sh-vxworks"
LITTLE_OUTPUT_FORMAT="elf32-shl-vxworks"
OUTPUT_FORMAT="$BIG_OUTPUT_FORMAT"
TEXT_START_ADDR=0x1000
MAXPAGESIZE='CONSTANT (MAXPAGESIZE)'
ARCH=sh
MACHINE=
TEMPLATE_NAME=elf32
GENERATE_SHLIB_SCRIPT=yes
ENTRY=__start
SYMPREFIX=_
2017-04-10 11:32:00 +00:00
# PR 17739. Delay checking relocs until after all files have
# been opened and linker garbage collection has taken place.
CHECK_RELOCS_AFTER_OPEN_INPUT=yes
2012-03-26 19:18:29 +00:00
GOT=".got ${RELOCATING-0} : {
PROVIDE(__GLOBAL_OFFSET_TABLE_ = .);
*(.got.plt) *(.got) }"
. ${srcdir}/emulparams/vxworks.sh