2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>

* config/tc-mips.c (mips_elf_final_processing): Set
	EF_MIPS_FP64 for -mgp32 -mfp64, removing old FIXME.
This commit is contained in:
Steve Ellcey 2013-09-17 21:08:30 +00:00
parent 5baf5e34cf
commit f1c38003e7
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
* config/tc-mips.c (mips_elf_final_processing): Set
EF_MIPS_FP64 for -mgp32 -mfp64, removing old FIXME.
2013-09-16 Will Newton <will.newton@linaro.org>
* config/tc-arm.c (do_neon_ld_st_interleave): Add constraint

View File

@ -17211,11 +17211,9 @@ mips_elf_final_processing (void)
if (mips_flag_nan2008)
elf_elfheader (stdoutput)->e_flags |= EF_MIPS_NAN2008;
#if 0 /* XXX FIXME */
/* 32 bit code with 64 bit FP registers. */
if (!file_mips_fp32 && ABI_NEEDS_32BIT_REGS (mips_abi))
elf_elfheader (stdoutput)->e_flags |= ???;
#endif
elf_elfheader (stdoutput)->e_flags |= EF_MIPS_FP64;
}
typedef struct proc {