diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-20 11:34:47 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-20 12:03:41 +0000 |
commit | 853faf5cc34cfac362f33939543ce569c8ba6341 (patch) | |
tree | 4e8c525ba3176d29259c37a5ca983bb21119e538 /gas/ChangeLog | |
parent | c60aaac10f9a185541b7f51a3353b95a6c764a4b (diff) | |
download | gdb-853faf5cc34cfac362f33939543ce569c8ba6341.zip gdb-853faf5cc34cfac362f33939543ce569c8ba6341.tar.gz gdb-853faf5cc34cfac362f33939543ce569c8ba6341.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 854dc00..0652b1a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 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 ISA testing. * testsuite/gas/mips/mips16-64.d: Adjust test for multiple |