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
20 .
${srcdir}/emulparams
/vxworks.sh