diff options
author | Klee Dienes <kdienes@apple.com> | 2002-11-18 16:54:08 +0000 |
---|---|---|
committer | Klee Dienes <kdienes@apple.com> | 2002-11-18 16:54:08 +0000 |
commit | 11041102f23fd5f34fd4b81b04788e403a70edee (patch) | |
tree | c9509afe0474293869754559bf13ca6948d13b95 /opcodes/ChangeLog | |
parent | a3e64b75ca58524a4bda89ba15e747f5e3a54993 (diff) | |
download | gdb-11041102f23fd5f34fd4b81b04788e403a70edee.zip gdb-11041102f23fd5f34fd4b81b04788e403a70edee.tar.gz gdb-11041102f23fd5f34fd4b81b04788e403a70edee.tar.bz2 |
2002-11-12 Klee Dienes <kdienes@apple.com>
* avr-dis.c: Include libiberty.h (for xmalloc).
(struct avr_opcodes_s): Remove 'bin_mask' field (it's
automatically computed in the init routine).
(AVR_INSN): No longer provide bin_mask field in initializer.
(avr_opcodes_s): Declare as const.
(print_insn_avr): Store the bin_mask field in a separate table
(allocated with xmalloc); iterate through it at the same time as
we iterate through the opcodes.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ce23088..56f62d8 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,16 @@ 2002-11-18 Klee Dienes <kdienes@apple.com> + * avr-dis.c: Include libiberty.h (for xmalloc). + (struct avr_opcodes_s): Remove 'bin_mask' field (it's + automatically computed in the init routine). + (AVR_INSN): No longer provide bin_mask field in initializer. + (avr_opcodes_s): Declare as const. + (print_insn_avr): Store the bin_mask field in a separate table + (allocated with xmalloc); iterate through it at the same time as + we iterate through the opcodes. + +2002-11-18 Klee Dienes <kdienes@apple.com> + * h8300-dis.c: Include libiberty.h (for xmalloc). (struct h8_instruction): New type, used to wrap h8_opcodes with a length field (computed at run-time). |