This is the mail archive of the binutils-cvs@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src bfd/ChangeLog bfd/cpu-ia64-opc.c gas/Chang ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_11-branch
Changes by:	wilson@sources.redhat.com	2001-02-21 19:27:18

Modified files:
	bfd            : ChangeLog cpu-ia64-opc.c 
	gas            : ChangeLog 
	gas/config     : tc-ia64.c 
	opcodes        : ChangeLog ia64-asmtab.c ia64-opc-d.c 

Log message:
	Improve gas error messages for invalid instructions.
	* cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
	C8 said "1" instead of "8".  Clarify error string for IMM22:
	"signed integer" instead of just "integer".
	* config/tc-ia64.c (enum operand_match_result): New type.
	(operand_match): Change return type to operand_match_result.
	Fix all returns appropriately, adding support for returning the
	out-of-range result.
	(parse_operands): New locals result, error_pos, out_of_range_pos,
	curr_out_of_range_pos.  Rewrite operand matching loop to give better
	error messages.
	* ia64-opc-d.c (ia64_opcodes_d): Break the "add" pattern into two
	separate variants: one for IMM22 and the other for IMM14.
	* ia64-asmtab.c: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_11-branch&r1=1.749.2.15&r2=1.749.2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-ia64-opc.c.diff?cvsroot=src&only_with_tag=binutils-2_11-branch&r1=1.3&r2=1.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_11-branch&r1=1.747.2.15&r2=1.747.2.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-ia64.c.diff?cvsroot=src&only_with_tag=binutils-2_11-branch&r1=1.38.2.4&r2=1.38.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_11-branch&r1=1.226.2.3&r2=1.226.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ia64-asmtab.c.diff?cvsroot=src&only_with_tag=binutils-2_11-branch&r1=1.9.2.1&r2=1.9.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ia64-opc-d.c.diff?cvsroot=src&only_with_tag=binutils-2_11-branch&r1=1.1&r2=1.1.4.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]