src/opcodes ChangeLog avr-dis.c
denisc@sourceware.cygnus.com
denisc@sourceware.cygnus.com
Sun Aug 6 07:12:00 GMT 2000
CVSROOT: /cvs/src
Module name: src
Changes by: denisc@sourceware.cygnus.com 2000-08-06 07:12:36
Modified files:
opcodes : ChangeLog avr-dis.c
Log message:
* avr-dis.c (avr_operand): Use PARAMS macro in declaration.
Change return type from void to int. Check the combination
of operands, return 1 if valid. Fix to avoid BUF overflow.
Report undefined combinations of operands in COMMENT.
Report internal errors to stderr. Output the adiw/sbiw
constant operand in both decimal and hex.
(print_insn_avr): Disassemble ldd/std with displacement of 0
as ld/st. Check avr_operand () return value, handle invalid
combinations of operands like unknown opcodes.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.162&r2=1.163
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/avr-dis.c.diff?cvsroot=src&r1=1.7&r2=1.8
More information about the Binutils-cvs
mailing list