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 config/bfin-lex.l


CVSROOT:	/cvs/src
Module name:	src
Changes by:	vapier@sourceware.org	2010-09-22 21:08:32

Modified files:
	gas            : ChangeLog 
	gas/config     : bfin-lex.l 

Log message:
	gas: blackfin: handle multibyte symbols
	
	Accept any 8bit char with the high bit set so as to support multibyte
	characters.  Also use the locale safe regular expressions to match
	chars/digits.  This brings the Blackfin assembler inline with the
	behavior of other assemblers.
	
	Signed-off-by: Robin Getz <robin.getz@analog.com>
	Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4264&r2=1.4265
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/bfin-lex.l.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]