OSDN Git Service

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)
commit81410570721bc067458f02a3d7b9639947744b96
tree02f0b6d57627a27710b24a34cf17de03e26643d4
parent4bc469125761719a225d7235c197a89fe8bf2e1c
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