Home
last modified time | relevance | path

Searched refs:file_mips_opts (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c280 static struct mips_set_options file_mips_opts = variable
3510 if (! bfd_set_arch_mach (stdoutput, bfd_arch_mips, file_mips_opts.arch)) in md_begin()
3786 if (file_mips_opts.soft_float) in check_fpabi()
3788 else if (file_mips_opts.single_float) in check_fpabi()
3790 if (file_mips_opts.gp == 64 && file_mips_opts.fp == 32) in check_fpabi()
3792 else if (file_mips_opts.gp == 32 && file_mips_opts.fp == 64) in check_fpabi()
3799 else if (file_mips_opts.soft_float) in check_fpabi()
3801 else if (file_mips_opts.single_float) in check_fpabi()
3803 else if (file_mips_opts.fp != 0) in check_fpabi()
3811 else if (file_mips_opts.soft_float) in check_fpabi()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog589 (file_mips_opts, mips_opts): Initialize oddspreg.
956 (md_parse_option): Update to use file_mips_opts instead of mips_opts.
959 file_mips_opts first and then copies the final state to mips_opts.
966 mips_check_options with file_mips_opts. Updates BFD arch based on
981 (mips_elf_final_processing): Update file_ase to file_mips_opts.ase.
1064 (file_mips_opts): Here. New static global. Update throughout.