Commit 3b00017b by Richard Sandiford Committed by Richard Sandiford

target-supports.exp (check_effective_target_mips_soft_float): Return true for MIPS16 targets.

gcc/testsuite/
	* lib/target-supports.exp (check_effective_target_mips_soft_float):
	Return true for MIPS16 targets.

From-SVN: r130433
parent c388ce34
2007-11-26 Richard Sandiford <rsandifo@nildram.co.uk>
* lib/target-supports.exp (check_effective_target_mips_soft_float):
Return true for MIPS16 targets.
2007-11-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/33152
......@@ -615,11 +615,12 @@ proc check_effective_target_mpaired_single { } {
} "-mpaired-single"]
}
# Return true if we're testing a soft-float MIPS target.
# Return true if we're testing a MIPS target that does not have access
# to FPU instructions.
proc check_effective_target_mips_soft_float { } {
return [check_no_compiler_messages mips_soft_float assembly {
#ifndef __mips_soft_float
#if !defined (__mips_soft_float) && !defined (__mips16)
#error FOO
#endif
}]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment