diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-26 11:27:02 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-26 11:27:02 +0000 |
commit | 8ace442d5a834ce60eadc624b2584b7d01be5eca (patch) | |
tree | e5ffd5cbe7dba283b3f1b38b96c96d22aac7f612 /gas | |
parent | 6c2beb07151eaa2c64e90e438ca21d3087c1e48f (diff) | |
download | gdb-8ace442d5a834ce60eadc624b2584b7d01be5eca.zip gdb-8ace442d5a834ce60eadc624b2584b7d01be5eca.tar.gz gdb-8ace442d5a834ce60eadc624b2584b7d01be5eca.tar.bz2 |
* gas/ieee-fp/x930509a.exp: Run the test but xfail. Add c80 to xfails.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/ieee-fp/x930509a.exp | 15 |
2 files changed, 9 insertions, 8 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index b62a973..3d62796 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2002-08-26 Alan Modra <amodra@bigpond.net.au> + * gas/ieee-fp/x930509a.exp: Run the test but xfail. Add c80 to xfails. + * gas/vax/quad.exp: Use quad_elf.s for ELF targets. * gas/vax/quad.s: Align * gas/vax/quad_elf.s: New version of quad.s with %reg. diff --git a/gas/testsuite/gas/ieee-fp/x930509a.exp b/gas/testsuite/gas/ieee-fp/x930509a.exp index cd48b41..933725d 100644 --- a/gas/testsuite/gas/ieee-fp/x930509a.exp +++ b/gas/testsuite/gas/ieee-fp/x930509a.exp @@ -16,13 +16,12 @@ proc dotest {} { } } gas_finish - if !$x then { fail "$testname (listing didn't match)" } -} -# C54x alignment/addressing is different, so the listing looks different -# float encoding is tested in c54x-specific tests. -# No floating point support in assembly code for CRIS. -if { ![istarget vax*-*-*] && ![istarget *c54x*-*-*] && ![istarget *c30*-*-*] - && ![istarget cris-*-*] && ![istarget arc*-*-*] } then { - dotest + # C54x alignment/addressing is different, so the listing looks different + # float encoding is tested in c54x-specific tests. + # No floating point support in assembly code for CRIS. + setup_xfail "arc*-*-*" "cris-*-*" "*c30*-*-*" "*c54x*-*-*" "*c80*-*-*" + setup_xfail "vax*-*-*" + + if !$x then { fail "$testname (listing didn't match)" } } |