2002-11-12 Klee Dienes <kdienes@apple.com>
authorKlee Dienes <kdienes@apple.com>
Mon, 18 Nov 2002 16:54:08 +0000 (16:54 +0000)
committerKlee Dienes <kdienes@apple.com>
Mon, 18 Nov 2002 16:54:08 +0000 (16:54 +0000)
commit11041102f23fd5f34fd4b81b04788e403a70edee
treec9509afe0474293869754559bf13ca6948d13b95
parenta3e64b75ca58524a4bda89ba15e747f5e3a54993
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.
opcodes/ChangeLog
opcodes/avr-dis.c
This page took 0.028494 seconds and 4 git commands to generate.