aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-05-29 19:27:54 +0000
committerIan Lance Taylor <ian@airs.com>1998-05-29 19:27:54 +0000
commit05a43d26fe330ec493ec304238c72c7c3c64ebb1 (patch)
tree3871c7bab3e6e10663396897e9ccfb4f681c198b /gas
parent8c02e37df81fa71779c73be1dbc4ffecafcf1a82 (diff)
downloadfsf-binutils-gdb-05a43d26fe330ec493ec304238c72c7c3c64ebb1.zip
fsf-binutils-gdb-05a43d26fe330ec493ec304238c72c7c3c64ebb1.tar.gz
fsf-binutils-gdb-05a43d26fe330ec493ec304238c72c7c3c64ebb1.tar.bz2
* gas/mips/mips.exp: Adjust ilocks initialization to match current
assembler defaults more closely.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog3
-rw-r--r--gas/testsuite/gas/mips/mips.exp18
2 files changed, 19 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index e63135b..5d15567 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,5 +1,8 @@
Fri May 29 12:07:35 1998 Ian Lance Taylor <ian@cygnus.com>
+ * gas/mips/mips.exp: Adjust ilocks initialization to match current
+ assembler defaults more closely.
+
* gas/sh/fp.s: Remove ftst/nan. The assembler no longer supports
the instruction.
* gas/sh/basic.exp: Adjust accordingly.
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
index 95cc01a..4953fc6 100644
--- a/gas/testsuite/gas/mips/mips.exp
+++ b/gas/testsuite/gas/mips/mips.exp
@@ -6,8 +6,9 @@ if [istarget mips*-*-*] then {
set svr4pic [expr [istarget *-*-elf*] || [istarget *-*-irix5*] || [istarget *-*-irix6* ] ]
set empic [expr [istarget *-*-ecoff*] || [istarget *-*-ultrix*] || [istarget *-*-irix\[1-4\]*] ]
set aout [expr [istarget *-*-bsd*] || [istarget *-*-netbsd*] || [istarget *-*-openbsd*]]
- set ilocks [expr [istarget mips64vr4300*-*-*] || [istarget mips64vr4100*-*-*] || [istarget mipstx39*-*-*]]
+ set ilocks [istarget mipstx39*-*-*]
set gpr_ilocks [expr [istarget mipstx39*-*-*]]
+ set addr32 [expr [istarget mipstx39*-*-*]]
# start-sanitize-tx19
set ilocks [expr $ilocks || [istarget mipstx19*-*-*]]
@@ -32,6 +33,9 @@ if [istarget mips*-*-*] then {
run_dump_test "add"
run_dump_test "and"
run_dump_test "break20"
+# start-sanitize-r5900
+ run_dump_test "break5900"
+# end-sanitize-r5900
run_dump_test "trap20"
run_dump_test "beq"
run_dump_test "bge"
@@ -57,7 +61,17 @@ if [istarget mips*-*-*] then {
run_dump_test "lb-xgot-ilocks"
}
if $empic { run_dump_test "lb-empic" }
- if !$aout { if !$gpr_ilocks { run_dump_test "ld" } else { run_dump_test "ld-ilocks" } }
+ if !$aout {
+ if !$gpr_ilocks {
+ run_dump_test "ld"
+ } else {
+ if !$addr32 {
+ run_dump_test "ld-ilocks"
+ } else {
+ run_dump_test "ld-ilocks-addr32"
+ }
+ }
+ }
if $svr4pic { run_dump_test "ld-svr4pic" }
if $svr4pic { run_dump_test "ld-xgot" }
if $empic { run_dump_test "ld-empic" }