diff options
author | Neal frager <neal.frager@amd.com> | 2023-10-05 10:59:03 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-10-05 10:59:03 +0100 |
commit | b90eb3e5b25c22ec6ee476e500aa902f77b43349 (patch) | |
tree | 04795f741f83336a7025f725f7d1b06dd1afad91 /opcodes/ChangeLog | |
parent | 29d1b2baed8be0018ed8653745fdf8de966ea2a2 (diff) | |
download | gdb-b90eb3e5b25c22ec6ee476e500aa902f77b43349.zip gdb-b90eb3e5b25c22ec6ee476e500aa902f77b43349.tar.gz gdb-b90eb3e5b25c22ec6ee476e500aa902f77b43349.tar.bz2 |
microblaze: Add address extension instructions
* microblaze-opcm.h (struct op_code_struct): Tidy and remove redundant entries.
* microblaze-opc.h (MAX_OPCODES): Increase to 300. (op_code_struct): Add address extension instructions.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0280915..967ada9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,6 +1,13 @@ +2023-10-05 Neal frager <neal.frager@amd.com> + + * microblaze-opcm.h (struct op_code_struct): Tidy and remove + redundant entries. + * microblaze-opc.h (MAX_OPCODES): Increase to 300. + (op_code_struct): Add address extension instructions. + 2023-10-04 Neal frager <neal.frager@amd.com> - * opcodes/microblaze-opc.h (struct op_code_struct): Add hiberante + * microblaze-opc.h (struct op_code_struct): Add hiberante and suspend entries. * microblaze-opcm.h (enum microblaze_instr): Add microblaze_sleep, hibernate, suspend entries. |