OSDN Git Service

2002-11-12 Klee Dienes <kdienes@apple.com>
authorkdienes <kdienes>
Mon, 18 Nov 2002 16:54:07 +0000 (16:54 +0000)
committerkdienes <kdienes>
Mon, 18 Nov 2002 16:54:07 +0000 (16:54 +0000)
commit961d890a29816cf91930f1cdbc6bd2e6c88456ec
treecd5e23b1791b712c1d4fd453812d5cb94639f5ad
parent26bac1551b62d3c1a85050097fdf1d493680dd04
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