From f78c0b915888ab388f9bdac826d7ac18dc944c28 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Wed, 10 May 2017 14:37:21 +0100 Subject: [PATCH] MIPS/GAS/testsuite: Remove stale `mips16-macro' list test output Complement commit c60aaac10f9a1 ("MIPS/GAS/testsuite: Extend MIPS16 testing over multiple ISAs") and remove a stale `mips16-macro' list test output replaced with the `mips16-32@mips16-macro' stderr output. gas/ * testsuite/gas/mips/mips16-macro.l: Remove list test. --- gas/ChangeLog | 4 ++++ gas/testsuite/gas/mips/mips16-macro.l | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 gas/testsuite/gas/mips/mips16-macro.l diff --git a/gas/ChangeLog b/gas/ChangeLog index 1e952fa3d2..b403aca326 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2017-05-10 Maciej W. Rozycki + + * testsuite/gas/mips/mips16-macro.l: Remove list test. + 2017-05-10 Maciej W. Rozycki * testsuite/gas/mips/r3900@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 731037161a..0000000000 --- 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' -- 2.34.1