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 config/tc-i860.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jle@sourceware.org	2003-05-12 03:35:34

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-i860.c 

Log message:
	2003-05-11  Jason Eckhardt  <jle@rice.edu>
	
	* config/tc-i860.c (MAX_FIXUPS): Define.
	(struct i860_fi fi[]): New struct.
	(struct i860_it the_insn): Add above as member and move fields
	exp, reloc, pcrel and fup into i860_fi.
	(md_assemble): Replace all instances of exp, reloc, pcrel
	and fup with fi[].exp, fi[].reloc, fi[].pcrel, fi[].fup.
	Add a loop to possibly emit multiple fix-ups for each insn.
	(i860_process_insn): Likewise.
	(i860_get_expression): Likewise.
	(md_apply_fix3): Use a bitwise check for OP_IMM_U5, not equality.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.1740&r2=1.1741
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-i860.c.diff?cvsroot=src&r1=1.14&r2=1.15


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