Add support for DragonFlyBSD target.
[binutils.git] / ld / emulparams / elf32ebmipvxworks.sh
blob6d1cc3c96ca19f0889375e5e2dc51dea1ff059f9
1 . ${srcdir}/emulparams/elf32bmip.sh
3 OUTPUT_FORMAT="elf32-bigmips-vxworks"
4 BIG_OUTPUT_FORMAT="elf32-bigmips-vxworks"
5 LITTLE_OUTPUT_FORMAT="elf32-littlemips-vxworks"
6 # VxWorks .rdata sections are normally read-only, but one of the objects
7 # in libdl.a (the dynamic loader) is actually read-write. Explicitly
8 # place the section in the appropriate segment for its flags.
9 OTHER_READONLY_SECTIONS="
10 .rdata ${RELOCATING-0} : ONLY_IF_RO { *(.rdata) }
12 OTHER_READWRITE_SECTIONS="
13 .rdata ${RELOCATING-0} : ONLY_IF_RW { *(.rdata) }
15 unset OTHER_GOT_SYMBOLS
16 SHLIB_TEXT_START_ADDR=0
17 unset TEXT_DYNAMIC
18 unset DATA_ADDR
20 . ${srcdir}/emulparams/vxworks.sh