mips.exp (setup_mips_tests): Treat -mfp* as an ABI option.
gcc/testsuite/ * gcc.target/mips/mips.exp (setup_mips_tests): Treat -mfp* as an ABI option. From-SVN: r126223
This commit is contained in:
parent
f8b041959a
commit
83cc1ba13d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-07-02 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* gcc.target/mips/mips.exp (setup_mips_tests): Treat -mfp* as
|
||||
an ABI option.
|
||||
|
||||
2007-07-02 Daniel Berlin <dberlin@dberlin.org>
|
||||
|
||||
* gfortran.fortran-torture/compile/pr32583.f: New.
|
||||
|
|
|
@ -79,7 +79,7 @@ proc setup_mips_tests {} {
|
|||
regexp {float = "([^"]*)} $output dummy mips_float
|
||||
|
||||
set mips_forced_isa [regexp -- {(-mips|-march)} $compiler_flags]
|
||||
set mips_forced_abi [regexp -- {(-mgp|-mabi)} $compiler_flags]
|
||||
set mips_forced_abi [regexp -- {(-mgp|-mfp|-mabi)} $compiler_flags]
|
||||
set mips_forced_float [regexp -- {-m(hard|soft)-float} $compiler_flags]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue