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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2005-05-17 11:56:13

Modified files:
	gas            : ChangeLog symbols.c 
	gas/config     : tc-v850.c tc-v850.h 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/v850: split-lo16.d split-lo16.s 

Log message:
	* config/tc-v850,h (TC_FIX_TYPE): Define. (TC_INIT_FIX_TYPE): Define.
	* config/tc-v850.c (md_assemble): When creating a fix record the operand in the
	tc_fix_data field.
	(md_apply_fix3): When applying a resolved fix use the operand's insertion
	procedure to store the value, if the operand has been recorded.
	* gas/v850/split-lo16.s: Add test for a lo() pseudo reloc corrupting an ld.w
	instruction.
	* gas/v850/split-lo16.d: Add expected, correct (ie not corrupt) output.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.2537&r2=1.2538
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/symbols.c.diff?cvsroot=src&r1=1.63&r2=1.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-v850.c.diff?cvsroot=src&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-v850.h.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.851&r2=1.852
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/v850/split-lo16.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/v850/split-lo16.s.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]