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 read.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2008-10-06 08:17:47

Modified files:
	gas            : ChangeLog read.c 

Log message:
	PR 6926
	* read.c (get_line_sb): Renamed to get_non_macro_line_sb.
	(_find_end_of_line): Add extra parameter indicating if the line is
	inside a macro.  If it is then do not allow the @ character to be
	treated as a line separator character.
	(read_a_source): Update use of _find_end_of_line.
	(find_end_of_line): Likewise.
	(s_irp): Update use of get_line_sb.
	(s_macro): Likewise.
	(do_repeat): Likewise.
	(get_line_sb): New function.  Like the old version of get_line_sb
	except that it takes an extra parameter indicating whether the
	line is inside a macro.
	(get_macro_line_sb): New function.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3647&r2=1.3648
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/read.c.diff?cvsroot=src&r1=1.140&r2=1.141


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