elf32ebmipvxworks.sh 649 B

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