aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-08 03:17:41 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-08 03:17:41 +0000
commit59e3498dc3c5d03939475a0b73f1e1909883b123 (patch)
treed31e848103ea60ab9b75e2e48975ee01cad8e7c8 /gas/testsuite
parentf918d3ccc778d34cc2c43752893c24427e3f65a2 (diff)
downloadgdb-59e3498dc3c5d03939475a0b73f1e1909883b123.zip
gdb-59e3498dc3c5d03939475a0b73f1e1909883b123.tar.gz
gdb-59e3498dc3c5d03939475a0b73f1e1909883b123.tar.bz2
* gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run
on vxworks*, not just vxworks5.1.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog3
-rw-r--r--gas/testsuite/gas/m68k/all.exp2
2 files changed, 4 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 32ef677..256e573 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,5 +1,8 @@
Mon Aug 7 22:39:28 1995 Ian Lance Taylor <ian@cygnus.com>
+ * gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run
+ on vxworks*, not just vxworks5.1.
+
* lib/gas-defs.exp (fail_phase, pass_phase): Remove.
(run_dump_test): Just call pass or fail.
diff --git a/gas/testsuite/gas/m68k/all.exp b/gas/testsuite/gas/m68k/all.exp
index 9b38aff..f5de213 100644
--- a/gas/testsuite/gas/m68k/all.exp
+++ b/gas/testsuite/gas/m68k/all.exp
@@ -10,7 +10,7 @@ if [istarget m68*-*-*] then {
gas_test_error "p2410.s" "" "out-of-range 'bras'"
- if [expr [istarget m68*-*-hpux] || [istarget m68*-*-sun*] \
+ if [expr [istarget m68*-*-hpux*] || [istarget m68*-*-sun*] \
|| [istarget m68*-*-*aout*] \
|| [istarget m68*-*-coff*] \
|| [istarget m68*-*-vxworks5.1] \