* gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run

on vxworks*, not just vxworks5.1.
This commit is contained in:
Ian Lance Taylor 1995-08-08 03:17:41 +00:00
parent f918d3ccc7
commit 59e3498dc3
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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] \