diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2002-10-01 04:37:47 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2002-10-01 04:37:47 +0000 |
commit | f11b4434cccf41dde09a5227830fc46327b6f083 (patch) | |
tree | 088feff7ac67614143870b063cb6b5f7d2bacbcd /gas/testsuite | |
parent | 810dfa6e362200eb8a643bfcc84ab2ce75eacdb9 (diff) | |
download | gdb-f11b4434cccf41dde09a5227830fc46327b6f083.zip gdb-f11b4434cccf41dde09a5227830fc46327b6f083.tar.gz gdb-f11b4434cccf41dde09a5227830fc46327b6f083.tar.bz2 |
2002-09-30 H.J. Lu <hjl@gnu.org>
* gas/mips/mips.exp: Undo the last change.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ee5fbc7..328d73f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2002-09-30 H.J. Lu <hjl@gnu.org> + * gas/mips/mips.exp: Undo the last change. + +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. diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index 923f204..c5bd38b 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -222,14 +222,10 @@ 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" |