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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jle@sourceware.org	2003-08-02 03:03:52

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

Log message:
	2003-08-01  Jason Eckhardt  <jle@rice.edu>
	
	* config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences.
	(target_intel_syntax): Declare variable.
	(OPTION_INTEL_SYNTAX): Declare macro.
	(md_longopts): Add option -mintel-syntax.
	(md_parse_option): Set target_intel_syntax.
	(md_show_usage): Add -mintel-syntax usage.
	(md_begin): Set reg_prefix based on target_intel_syntax.
	(i860_process_insn): Skip register prefix only if there is one.
	Parse relocatable expressions in either Intel or AT&T syntax based
	on target_intel_syntax instead of the SYNTAX_SVR4 macro.
	* doc/c-i860.texi: Document -mintel-syntax option and give blurb
	about the differences in syntax.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.1861&r2=1.1862
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/doc/c-i860.texi.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-i860.c.diff?cvsroot=src&r1=1.18&r2=1.19


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