binutils-gdb/binutils/testsuite/binutils-all/arc
Claudiu Zissulescu 570b0ed6d5 arc: Detect usage of illegal double register pairs
ARC can use odd-even double register pairs in some selected
instructions. Although the GNU assembler doesn't allow even-odd
registers to be used, there may be cases when the disassembler is
presented with such situation.  This patch add a test and detects such
cases.

opcodes/
2020-07-14  Claudiu Zissulescu  <claziss@gmail.com>

	* arc-dis.c (print_insn_arc): Detect and emit a warning when a
	faulty double register pair is detected.

binutils/
2020-07-14  Claudiu Zissulescu  <claziss@gmail.com>

	* testsuite/binutils-all/arc/double_regs.s: New test.
	* testsuite/binutils-all/arc/objdump.exp: Add the above test.

Signed-off-by: Claudiu Zissulescu <claziss@gmail.com>
2020-07-14 14:51:15 +03:00
..
double_regs.s arc: Detect usage of illegal double register pairs 2020-07-14 14:51:15 +03:00
double_store.s [ARC] Fix handling of cpu=... disassembler option value 2017-06-29 14:49:39 +03:00
dsp.s
hexprint.s [ARC] Force the disassam to use the hexadecimal number for printing 2017-11-03 15:36:54 +01:00
objdump.exp arc: Detect usage of illegal double register pairs 2020-07-14 14:51:15 +03:00