This is the mail archive of the
binutils-cvs@sources.redhat.com
mailing list for the binutils project.
src/gas ChangeLog app.c
- To: binutils-cvs at sourceware dot cygnus dot com
- Subject: src/gas ChangeLog app.c
- From: brolley at sourceware dot cygnus dot com
- Date: 25 Jul 2001 15:23:22 -0000
CVSROOT: /cvs/src
Module name: src
Changes by: brolley@sources.redhat.com 2001-07-25 08:23:22
Modified files:
gas : ChangeLog app.c
Log message:
2001-07-25 Dave Brolley <brolley@redhat.com>
* app.c (LEX_IS_PARALLEL_SEPARATOR): New macro.
(IS_PARALLEL_SEPARATOR): New macro.
(do_scrub_begin): Set up characters in tc_parallel_separator_chars
as LEX_IS_PARALLEL_SEPARATOR, if it is defined.
(do_scrub_chars): Handle LEX_PARALLEL_SEPARATOR chars like
LEX_LINE_SEPARATOR except that we go to state 1 (as if the label has
been seen).
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.958&r2=1.959
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/app.c.diff?cvsroot=src&r1=1.14&r2=1.15