elf32btsmip.sh 584 B

1234567891011121314151617
  1. # If you change this file, please also look at files which source this one:
  2. # elf32ltsmip.sh
  3. source_sh ${srcdir}/emulparams/elf32bmip.sh
  4. OUTPUT_FORMAT="elf32-tradbigmips"
  5. BIG_OUTPUT_FORMAT="elf32-tradbigmips"
  6. LITTLE_OUTPUT_FORMAT="elf32-tradlittlemips"
  7. unset DATA_ADDR
  8. SHLIB_TEXT_START_ADDR=0
  9. ENTRY=__start
  10. # Place .got.plt as close to .plt as possible so that the former can be
  11. # referred to from the latter with the microMIPS ADDIUPC instruction
  12. # that only has a span of +/-16MB.
  13. PLT_NEXT_DATA=
  14. INITIAL_READWRITE_SECTIONS=$OTHER_READWRITE_SECTIONS
  15. unset OTHER_READWRITE_SECTIONS