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 macro.c testsuite/ChangeLog ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jbeulich@sourceware.org	2006-02-28 07:55:36

Modified files:
	gas            : ChangeLog macro.c 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/macros: macros.exp 
Added files:
	gas/testsuite/gas/macros: paren.d paren.s 

Log message:
	gas/
	2006-02-28  Jan Beulich  <jbeulich@novell.com>
	
	PR/1070
	* macro.c (getstring): Don't treat parentheses special anymore.
	(get_any_string): Don't consider '(' and ')' as quoting anymore.
	Special-case '(', ')', '[', and ']' when dealing with non-quoting
	characters.
	
	gas/testsuite/
	2006-02-28  Jan Beulich  <jbeulich@novell.com>
	
	* gas/macros/paren[sd]: New.
	* gas/macros/macros.exp: Run new test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.2815&r2=1.2816
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/macro.c.diff?cvsroot=src&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.986&r2=1.987
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/macros/paren.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/macros/paren.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/macros/macros.exp.diff?cvsroot=src&r1=1.25&r2=1.26


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