Sat Apr 19 23:16:35 1997 Niklas Hallqvist <niklas@petra.appli.se>

* gas/mips/mips.exp: Handle OpenBSD like NetBSD.
This commit is contained in:
Ian Lance Taylor 1997-04-20 03:18:06 +00:00
parent 49f90a3443
commit e4f69291e6

View File

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