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/tc-z80.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	arnoldm@sourceware.org	2009-10-25 16:15:19

Modified files:
	gas            : ChangeLog 
	gas/config     : tc-z80.c 

Log message:
	* config/tc-z80.c (z80_start_line_hook): Fix parsing of 'equ' or
	'defl' in cases where the space between the keyword and the
	expression has been scrubbed away.
	Do not check whether a symbol is redefined with 'equ' here;
	the function equals takes an argument indicating whether
	redefinitions are allowed.
	Only call LISTING_NEWLINE if needed, and then after the call to
	bump_line_counters.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3995&r2=1.3996
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-z80.c.diff?cvsroot=src&r1=1.10&r2=1.11


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