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