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-mips.c include ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ths@sourceware.org	2006-04-30 18:34:39

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

Log message:
	[ gas/ChangeLog ]
	2006-04-30  Thiemo Seufer  <ths@mips.com>
	David Ung  <davidu@mips.com>
	
	* config/tc-mips.c (validate_mips_insn): Handling of udi cases.
	(mips_immed): New table that records various handling of udi
	instruction patterns.
	(mips_ip): Adds udi handling.
	
	[ include/opcode/ChangeLog ]
	2006-04-30  Thiemo Seufer  <ths@mips.com>
	David Ung  <davidu@mips.com>
	
	* mips.h: Defines udi bits and masks.  Add description of
	characters which may appear in the args field of udi
	instructions.
	
	[ opcodes/ChangeLog ]
	2006-04-30  Thiemo Seufer  <ths@mips.com>
	David Ung  <davidu@mips.com>
	
	* mips-opc.c (mips_builtin_opcodes): Add udi instructions
	"udi0" to "udi15".
	* mips-dis.c (print_insn_args): Adds udi argument handling.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.2874&r2=1.2875
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-mips.c.diff?cvsroot=src&r1=1.329&r2=1.330
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&r1=1.315&r2=1.316
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/mips.h.diff?cvsroot=src&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.936&r2=1.937
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/mips-opc.c.diff?cvsroot=src&r1=1.54&r2=1.55
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/mips-dis.c.diff?cvsroot=src&r1=1.59&r2=1.60


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