src/opcodes ChangeLog avr-dis.c

kdienes@sources.redhat.com kdienes@sources.redhat.com
Mon Nov 18 08:54:00 GMT 2002


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kdienes@sourceware.org	2002-11-18 08:54:09

Modified files:
	opcodes        : ChangeLog avr-dis.c 

Log message:
	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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.504&r2=1.505
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/avr-dis.c.diff?cvsroot=src&r1=1.9&r2=1.10



More information about the Binutils-cvs mailing list