MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / save-err.l
1 .*: Assembler messages:
2 .*:2: Error: invalid operands `save \$3,100'
3 .*:3: Error: missing frame size `save \$4'
4 .*:4: Error: frame size specified twice `save \$4,100,200'
5 .*:5: Error: operand 2 must be constant `save \$4,foo'
6 .*:7: Error: invalid frame size `save \$4,1'
7 .*:8: Error: invalid frame size `save \$4,7'
8 .*:10: Error: invalid frame size `save \$4,12'
9 .*:11: Error: invalid frame size `save \$4,2048'
10 .*:12: Error: invalid frame size `save \$4,2052'
11 .*:14: Error: invalid operands `save \$4,\$6,0'
12 .*:15: Error: invalid operands `save 0,\$5,\$7'
13 .*:18: Error: invalid operands `save \$16,\$18,\$20,0'
This page took 0.029813 seconds and 4 git commands to generate.