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 NEWS config/tc-sh.c doc/c-sh ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2005-10-06 11:44:07

Modified files:
	gas            : ChangeLog NEWS 
	gas/config     : tc-sh.c 
	gas/doc        : c-sh.texi 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/sh: basic.exp 
Added files:
	gas/testsuite/gas/sh: reg-prefix.d reg-prefix.s 

Log message:
	* config/tc-sh.c (allow_dollar_register_prefix): New variable.
	(parse_reg_without_prefix): New function.
	(parse_reg): Check for '$' register prefix if --allow-reg-prefix is set.
	(option md_longopts): Add allow-reg-prefix option.
	* doc/c-sh.texi: Document --allow-reg-prefix option.
	* NEWS: Mention the new switch.
	
	* gas/sh/basic.exp:  Run reg-prefix test.
	* gas/sh/reg-prefix.s: New
	* gas/sh/reg-prefix.d: New

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.2684&r2=1.2685
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/NEWS.diff?cvsroot=src&r1=1.77&r2=1.78
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-sh.c.diff?cvsroot=src&r1=1.112&r2=1.113
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/doc/c-sh.texi.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.919&r2=1.920
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/sh/reg-prefix.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/sh/reg-prefix.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/sh/basic.exp.diff?cvsroot=src&r1=1.21&r2=1.22


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