aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@orcam.me.uk>2024-06-10 16:00:33 +0100
committerMaciej W. Rozycki <macro@orcam.me.uk>2024-06-10 16:00:33 +0100
commit5d077c2bfd3567700d263b6db9319e6d0f8c1cf0 (patch)
tree231ff97ad0eaa304e7b87658dcbe9f49c3e0a5fe /gas/testsuite
parent811f77dc382a9f01ee591d33170b11bea76491b3 (diff)
downloadbinutils-5d077c2bfd3567700d263b6db9319e6d0f8c1cf0.zip
binutils-5d077c2bfd3567700d263b6db9319e6d0f8c1cf0.tar.gz
binutils-5d077c2bfd3567700d263b6db9319e6d0f8c1cf0.tar.bz2
Revert "MIPS/Allegrex: Exclude trap instructions"
This reverts commit a2e71b281a9365872451a157767e03a2e89ddaad.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/gas/mips/allegrex-removed.l13
-rw-r--r--gas/testsuite/gas/mips/allegrex-removed.s13
-rw-r--r--gas/testsuite/gas/mips/mips.exp1
3 files changed, 0 insertions, 27 deletions
diff --git a/gas/testsuite/gas/mips/allegrex-removed.l b/gas/testsuite/gas/mips/allegrex-removed.l
deleted file mode 100644
index a77d4df..0000000
--- a/gas/testsuite/gas/mips/allegrex-removed.l
+++ /dev/null
@@ -1,13 +0,0 @@
-.*: Assembler messages:
-.*:2: Error: opcode not supported on this processor: .* \(.*\) `teqi \$11,1024'
-.*:3: Error: opcode not supported on this processor: .* \(.*\) `tgei \$11,1024'
-.*:4: Error: opcode not supported on this processor: .* \(.*\) `tgeiu \$11,1024'
-.*:5: Error: opcode not supported on this processor: .* \(.*\) `tlti \$11,1024'
-.*:6: Error: opcode not supported on this processor: .* \(.*\) `tltiu \$11,1024'
-.*:7: Error: opcode not supported on this processor: .* \(.*\) `tnei \$11,1024'
-.*:8: Error: opcode not supported on this processor: .* \(.*\) `teq \$1,\$2'
-.*:9: Error: opcode not supported on this processor: .* \(.*\) `tge \$1,\$2'
-.*:10: Error: opcode not supported on this processor: .* \(.*\) `tgeu \$1,\$2'
-.*:11: Error: opcode not supported on this processor: .* \(.*\) `tlt \$1,\$2'
-.*:12: Error: opcode not supported on this processor: .* \(.*\) `tltu \$1,\$2'
-.*:13: Error: opcode not supported on this processor: .* \(.*\) `tne \$1,\$2'
diff --git a/gas/testsuite/gas/mips/allegrex-removed.s b/gas/testsuite/gas/mips/allegrex-removed.s
deleted file mode 100644
index 8dac8a1..0000000
--- a/gas/testsuite/gas/mips/allegrex-removed.s
+++ /dev/null
@@ -1,13 +0,0 @@
- .set noreorder
- teqi $11,1024
- tgei $11,1024
- tgeiu $11,1024
- tlti $11,1024
- tltiu $11,1024
- tnei $11,1024
- teq $1,$2
- tge $1,$2
- tgeu $1,$2
- tlt $1,$2
- tltu $1,$2
- tne $1,$2
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
index f657b0e..2ddbf0c 100644
--- a/gas/testsuite/gas/mips/mips.exp
+++ b/gas/testsuite/gas/mips/mips.exp
@@ -1633,7 +1633,6 @@ if { [istarget mips*-*-vxworks*] } {
run_list_test "r5900-error-vu0" "-march=r5900"
run_dump_test "allegrex"
- run_list_test_arches "allegrex-removed" [mips_arch_list_matching allegrex]
run_list_test_arches "ext-ill" [mips_arch_list_matching mips64r2]