mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
MIPS/GAS/testsuite: Add RESTORE instruction to `mips16e' test
Add a RESTORE instruction smoke test to the `mips16e' GAS test. gas/ * testsuite/gas/mips/mips16e.s: Add a RESTORE instruction. * testsuite/gas/mips/mips16e.d: Adjust accordingly.
This commit is contained in:
parent
c60aaac10f
commit
853faf5cc3
@ -1,3 +1,8 @@
|
||||
2016-12-20 Maciej W. Rozycki <macro@imgtec.com>
|
||||
|
||||
* testsuite/gas/mips/mips16e.s: Add a RESTORE instruction.
|
||||
* testsuite/gas/mips/mips16e.d: Adjust accordingly.
|
||||
|
||||
2016-12-20 Maciej W. Rozycki <macro@imgtec.com>
|
||||
|
||||
* testsuite/gas/mips/mips16.d: Adjust test for multiple MIPS16
|
||||
|
@ -47,4 +47,4 @@ Disassembly of section \.text:
|
||||
0+0052 <[^>]*> f30c 64f2 save \$4-\$6,16,\$31,\$16-\$20
|
||||
0+0056 <[^>]*> f70e 64d2 save \$4-\$7,16,\$31,\$17-\$30
|
||||
0+005a <[^>]*> f30a 64e2 save \$4-\$5,16,\$31,\$16,\$18-\$20,\$6-\$7
|
||||
0+005e <[^>]*> 6500 nop
|
||||
0+005e <[^>]*> 6441 restore 8,\$31
|
||||
|
@ -55,4 +55,6 @@ stuff:
|
||||
save $4-$7,$31,$17,$18-$30,16
|
||||
save $4-$5,$31,$16,$18,$19,$20,16,$6-$7
|
||||
|
||||
restore $31,8
|
||||
|
||||
.p2align 4
|
||||
|
Loading…
Reference in New Issue
Block a user