mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
opcodes:
* d10v-opc.c (d10v_predefined_registers, d10v_operands, d10v_opcodes): Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1. Introduce OPERAND_GPR. * d10v-dis.c (print_operand): Likewise. include/opcode: * d10v.h (OPERAND_ACC): Split into: (OPERAND_ACC0, OPERAND_ACC1) . (OPERAND_GPR): Define. gas/config: * tc-d10v.c (parallel_ok, find_opcode): Split OPERAND_ACC into OPERAND_ACC0 and OPERAND_ACC1. Introduce OPERAND_GPR.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
Thu Feb 12 03:41:00 1998 J"orn Rennecke <amylaar@cygnus.co.uk>
|
||||
|
||||
Fix rac to accept only a0:
|
||||
* d10v.h (OPERAND_ACC): Split into:
|
||||
(OPERAND_ACC0, OPERAND_ACC1) .
|
||||
(OPERAND_GPR): Define.
|
||||
|
||||
Wed Feb 11 17:31:53 1998 Doug Evans <devans@seba.cygnus.com>
|
||||
|
||||
* cgen.h (CGEN_FIELDS): Define here.
|
||||
|
Reference in New Issue
Block a user