This is the mail archive of the binutils-cvs@sourceware.org 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]
Other format: [Raw text]

src gas/ChangeLog gas/config/tc-score.c includ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2006-10-31 09:54:41

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-score.c 
	include/opcode : ChangeLog score-inst.h 
	opcodes        : ChangeLog score-dis.c 

Log message:
	* tc-score.c (data_op2): Check invalid operands.
	(my_get_expression): Const operand of some instructions can not be symbol in assembly.
	(get_insn_class_from_type): Handle instruction type Insn_internal.
	(do_macro_ldst_label): Modify inst.type.
	(Insn_PIC): Delete.
	* score-inst.h (enum score_insn_type): Add Insn_internal.
	* tc-score.c (data_op2): The immediate value in lw is 15 bit signed.
	* score-dis.c (print_insn): Correct the error code to print correct PCE instruction disassembly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3039&r2=1.3040
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-score.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&r1=1.331&r2=1.332
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/score-inst.h.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.988&r2=1.989
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/score-dis.c.diff?cvsroot=src&r1=1.1&r2=1.2


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