diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips16-macro.l | 12 |
2 files changed, 4 insertions, 12 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1e952fa..b403aca 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2017-05-10 Maciej W. Rozycki <macro@imgtec.com> + * testsuite/gas/mips/mips16-macro.l: Remove list test. + +2017-05-10 Maciej W. Rozycki <macro@imgtec.com> + * testsuite/gas/mips/r3900@ecoff@ld.d: Remove test. * testsuite/gas/mips/mips2@ecoff@ld.d: Remove test. * testsuite/gas/mips/mips32@ecoff@ld.d: Remove test. diff --git a/gas/testsuite/gas/mips/mips16-macro.l b/gas/testsuite/gas/mips/mips16-macro.l deleted file mode 100644 index 7310371..0000000 --- a/gas/testsuite/gas/mips/mips16-macro.l +++ /dev/null @@ -1,12 +0,0 @@ -.*: Assembler messages: -.*:6: Error: opcode not supported on this processor: mips1 \(mips1\) `ddiv \$4,\$5,\$6' -.*:7: Error: opcode not supported on this processor: mips1 \(mips1\) `ddivu \$5,\$6,\$7' -.*:10: Error: opcode not supported on this processor: mips1 \(mips1\) `drem \$2,\$3,\$4' -.*:11: Error: opcode not supported on this processor: mips1 \(mips1\) `dremu \$3,\$4,\$5' -.*:13: Error: opcode not supported on this processor: mips1 \(mips1\) `dmul \$5,\$6,\$7' -.*:20: Error: opcode not supported on this processor: mips1 \(mips1\) `dsubu \$4,-32767' -.*:21: Error: opcode not supported on this processor: mips1 \(mips1\) `dsubu \$6,6' -.*:22: Error: opcode not supported on this processor: mips1 \(mips1\) `dsubu \$7,32768' -.*:23: Error: opcode not supported on this processor: mips1 \(mips1\) `dsubu \$2,\$4,-16383' -.*:24: Error: opcode not supported on this processor: mips1 \(mips1\) `dsubu \$3,\$7,8' -.*:25: Error: opcode not supported on this processor: mips1 \(mips1\) `dsubu \$4,\$5,16384' |