diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index b65703e..668e5a4 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2002-09-30 H.J. Lu <hjl@gnu.org> + * gas/mips/mips.exp: Set xfail on empic, empic2, empic3_g1 and + empic3_g2 on Linux/mips. + +2002-09-30 H.J. Lu <hjl@gnu.org> + * gas/mips/vr4120.d: Pass -m mips:4120 to objdump. 2002-09-30 Gavin Romig-Koch <gavin@redhat.com> diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index c5bd38b..923f204 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -222,10 +222,14 @@ if { [istarget mips*-*-*] } then { } run_dump_test "elf-rel5" run_dump_test "elf-rel6" + setup_xfail "mips*-*-*linux*" run_dump_test "${tmips}${el}empic" + setup_xfail "mips*-*-*linux*" run_dump_test "empic2" run_dump_test "empic3_e" + setup_xfail "mips*-*-*linux*" run_dump_test "empic3_g1" + setup_xfail "mips*-*-*linux*" run_dump_test "empic3_g2" if { !$no_mips16 } { run_dump_test "${tmips}mips${el}16-e" |