diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-09-30 21:12:24 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-09-30 21:12:24 +0000 |
commit | 5d42dcdf5f9e87828b9c3a596fd7b56f5a95232b (patch) | |
tree | 8c89a88ae6c367a879f4425dd735c44f644e983e /gas/testsuite | |
parent | 17c06574e8ee0ba931f55b71e490a5da86057700 (diff) | |
download | gdb-5d42dcdf5f9e87828b9c3a596fd7b56f5a95232b.zip gdb-5d42dcdf5f9e87828b9c3a596fd7b56f5a95232b.tar.gz gdb-5d42dcdf5f9e87828b9c3a596fd7b56f5a95232b.tar.bz2 |
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.
Diffstat (limited to 'gas/testsuite')
-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" |