summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/mips16e-save-err.l
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/mips16e-save-err.l')
-rw-r--r--gas/testsuite/gas/mips/mips16e-save-err.l8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/testsuite/gas/mips/mips16e-save-err.l b/gas/testsuite/gas/mips/mips16e-save-err.l
index 3403fc7a0d..0af16c2752 100644
--- a/gas/testsuite/gas/mips/mips16e-save-err.l
+++ b/gas/testsuite/gas/mips/mips16e-save-err.l
@@ -1,5 +1,5 @@
.*: Assembler messages:
-.*:2: Error: Illegal operands `save \$3,100'
+.*:2: Error: invalid operands `save \$3,100'
.*:3: Error: missing frame size `save \$4'
.*:4: Error: frame size specified twice `save \$4,100,200'
.*:5: Error: operand 2 must be constant `save \$4,foo'
@@ -8,6 +8,6 @@
.*:10: Error: invalid frame size `save \$4,12'
.*:11: Error: invalid frame size `save \$4,2048'
.*:12: Error: invalid frame size `save \$4,2052'
-.*:14: Error: Illegal operands `save \$4,\$6,0'
-.*:15: Error: Illegal operands `save 0,\$5,\$7'
-.*:18: Error: Illegal operands `save \$16,\$18,\$20,0'
+.*:14: Error: invalid operands `save \$4,\$6,0'
+.*:15: Error: invalid operands `save 0,\$5,\$7'
+.*:18: Error: invalid operands `save \$16,\$18,\$20,0'