diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-20 03:18:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-20 03:18:06 +0000 |
commit | e4f69291e6a2d2ec2b2aef1ce4a8c3637b43c547 (patch) | |
tree | c2ecc50c7b5523ed943e5d08d63582be69cfaef5 /gas | |
parent | 49f90a344306185e90c2bd1787568576251c5f57 (diff) | |
download | ppe42-binutils-e4f69291e6a2d2ec2b2aef1ce4a8c3637b43c547.tar.gz ppe42-binutils-e4f69291e6a2d2ec2b2aef1ce4a8c3637b43c547.zip |
Sat Apr 19 23:16:35 1997 Niklas Hallqvist <niklas@petra.appli.se>
* gas/mips/mips.exp: Handle OpenBSD like NetBSD.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index 895ca2c365..70ea89ba68 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -4,7 +4,7 @@ if [istarget mips*-*-*] then { set svr4pic [expr [istarget *-*-elf*] || [istarget *-*-irix5*] ] set empic [expr [istarget *-*-ecoff*] || [istarget *-*-ultrix*] || [istarget *-*-irix\[1-4\]*] ] - set aout [expr [istarget *-*-bsd*] || [istarget *-*-netbsd*]] + set aout [expr [istarget *-*-bsd*] || [istarget *-*-netbsd*] || {istarget *-*-openbsd*]] set ilocks [expr [istarget mips64vr4300*-*-*] || [istarget mips64vr4100*-*-*]] run_dump_test "abs" |