sim: h8300: fix test mach markers
authorMike Frysinger <vapier@gentoo.org>
Tue, 5 Jan 2021 05:22:28 +0000 (00:22 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 6 Jan 2021 00:26:33 +0000 (19:26 -0500)
commita2f8e947a8457341d2d82b555ff739839cb8de1f
treef17e4e1e4dcd46368d7ad00d57b9b15dc40e4dfc
parent0c7f5bd08c61ac3607f54cf1c5fe08f88b989175
sim: h8300: fix test mach markers

These tests all fail to assemble when targeting the h8300 or h8300h
cpu variants with errors like:
rotl.s:242: Warning: Opcode `rotl.b' with these operand types not available in H8/300H mode
rotl.s:242: Error: invalid operands

It's been this way for years and no one seems to care, so disable
them for those targets since the assembler thinks it's impossible.
sim/testsuite/sim/h8300/ChangeLog
sim/testsuite/sim/h8300/rotl.s
sim/testsuite/sim/h8300/rotr.s
sim/testsuite/sim/h8300/rotxl.s
sim/testsuite/sim/h8300/rotxr.s
sim/testsuite/sim/h8300/shal.s
sim/testsuite/sim/h8300/shar.s
sim/testsuite/sim/h8300/shll.s
sim/testsuite/sim/h8300/shlr.s
sim/testsuite/sim/h8300/tas.s