diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2023-04-13 10:22:48 +0300 |
---|---|---|
committer | Claudiu Zissulescu <claziss@gmail.com> | 2023-04-13 10:31:06 +0300 |
commit | bd6750f0c4c2dea4b6b91919176bc347e76b8a5a (patch) | |
tree | eb737bb7f198d988468814ce7406cb83db36bf3f /gas/ChangeLog | |
parent | 3b637883d4e91a5bf4f1b33556dbd438589210eb (diff) | |
download | gdb-bd6750f0c4c2dea4b6b91919176bc347e76b8a5a.zip gdb-bd6750f0c4c2dea4b6b91919176bc347e76b8a5a.tar.gz gdb-bd6750f0c4c2dea4b6b91919176bc347e76b8a5a.tar.bz2 |
arc: Update ARC's CFI tests.
The double store/loads instructions (e.g. STD/LDD) are not baseline
ARC ISA. The same holds for some short instructions. Update the
tests to use base ARC ISA.
Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
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 55fdf3b..e7db2d8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2023-04-13 Claudiu Zissulescu <claziss@synopsys.com> + * testsuite/gas/cfi/cfi-arc-1.s: Use baseline instructions. + * testsuite/gas/cfi/cfi-arc-1.d: Update matching patterns. + +2023-04-13 Claudiu Zissulescu <claziss@synopsys.com> + * testsuite/gas/arc/dsp.s: Remove unimplemented dsp instructions. * testsuite/gas/arc/dsp.d: Update the test. |