Skip to content
Snippets Groups Projects
  • Klee Dienes's avatar
    11041102
    2002-11-12 Klee Dienes <kdienes@apple.com> · 11041102
    Klee Dienes authored
    	* 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.
    11041102
    History
    2002-11-12 Klee Dienes <kdienes@apple.com>
    Klee Dienes authored
    	* 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.