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]
Other format: [Raw text]

src gas/ChangeLog gas/config/tc-i860.c gas/doc ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jle@sourceware.org	2003-05-24 04:22:23

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-i860.c 
	gas/doc        : c-i860.texi 
	gas/testsuite  : ChangeLog 
	include/opcode : ChangeLog i860.h 
	opcodes        : ChangeLog i860-dis.c 
Added files:
	gas/testsuite/gas/i860: xp.d xp.s 

Log message:
	2003-05-23  Jason Eckhardt  <jle@rice.edu>
	gas:
	* config/tc-i860.c (target_xp): Declare variable.
	(OPTION_XP): Declare macro.
	(md_longopts): Add option -mxp.
	(md_parse_option): Set target_xp.
	(md_show_usage): Add -mxp usage.
	(i860_process_insn): Recognize XP registers bear, ccr, p0-p3.
	(md_assemble): Don't try expansions if XP_ONLY is set.
	* doc/c-i860.texi: Document -mxp option.
	
	gas/testsuite:
	* gas/i860/xp.s: New file.
	* gas/i860/xp.d: New file.
	
	include/opcode:
	* i860.h (expand_type): Add XP_ONLY.
	(scyc.b): New XP instruction.
	(ldio.l): Likewise.
	(ldio.s): Likewise.
	(ldio.b): Likewise.
	(ldint.l): Likewise.
	(ldint.s): Likewise.
	(ldint.b): Likewise.
	(stio.l): Likewise.
	(stio.s): Likewise.
	(stio.b): Likewise.
	(pfld.q): Likewise.
	
	opcodes:
	* i860-dis.c (crnames): Add bear, ccr, p0, p1, p2, p3.
	(print_insn_i860): Grab 4 bits of the control register field
	instead of 3.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.1761&r2=1.1762
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-i860.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/doc/c-i860.texi.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.480&r2=1.481
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i860/xp.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i860/xp.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&r1=1.207&r2=1.208
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/i860.h.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.568&r2=1.569
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i860-dis.c.diff?cvsroot=src&r1=1.3&r2=1.4


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