diff options
author | Tomer Levi <Tomer.Levi@nsc.com> | 2004-10-27 10:27:00 +0000 |
---|---|---|
committer | Tomer Levi <Tomer.Levi@nsc.com> | 2004-10-27 10:27:00 +0000 |
commit | 812337be05c3c8f929ccc87f518b8d00c8ac20e8 (patch) | |
tree | 455c8e6f4b8714498ea8adf051e17b8c270aa499 /opcodes | |
parent | ec20305230073bd6f72421814bf7d8b102aec646 (diff) | |
download | gdb-812337be05c3c8f929ccc87f518b8d00c8ac20e8.zip gdb-812337be05c3c8f929ccc87f518b8d00c8ac20e8.tar.gz gdb-812337be05c3c8f929ccc87f518b8d00c8ac20e8.tar.bz2 |
2004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
* crx-dis.c (enum REG_ARG_TYPE): New, replacing COP_ARG_TYPE.
(getregliststring): Support HI/LO and user registers.
* crx-opc.c (crx_instruction): Update data structure according to the rearrangement done in CRX opcode header file.
(crx_regtab): Likewise.
(crx_optab): Likewise.
(crx_instruction): Reorder load/stor instructions, remove unsupported formats.
support new Co-Processor instruction 'cpi'.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2f3d7e3..1a2a795 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,15 @@ +2004-10-27 Tomer Levi <Tomer.Levi@nsc.com> + + * crx-dis.c (enum REG_ARG_TYPE): New, replacing COP_ARG_TYPE. + (getregliststring): Support HI/LO and user registers. + * crx-opc.c (crx_instruction): Update data structure according to the + rearrangement done in CRX opcode header file. + (crx_regtab): Likewise. + (crx_optab): Likewise. + (crx_instruction): Reorder load/stor instructions, remove unsupported + formats. + support new Co-Processor instruction 'cpi'. + 2004-10-27 Nick Clifton <nickc@redhat.com> * opcodes/iq2000-asm.c: Regenerate. |