* app.c (do_scrub_chars): In MRI mode, silently end quoted strings
authorIan Lance Taylor <ian@airs.com>
Thu, 7 Sep 1995 01:17:16 +0000 (01:17 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 7 Sep 1995 01:17:16 +0000 (01:17 +0000)
commit86038ada178e4cf8f3a541f2720b26761901e769
tree18df56d5a8bc0f1649c6429f0c3d68a3c8c3aef6
parentfca4042a3a74ccc2974d28bbde58e79915799494
* app.c (do_scrub_chars): In MRI mode, silently end quoted strings
at newline characters.  In MRI mode, always keep spaces in the
operands field.  In MRI mode, treat a line comment character as a
regular comment character following a space.
* cond.c (ignore_input): Use strncasecmp rather than strncmp when
looking for special pseudo-ops.
* read.c (cons_worker): In MRI mode, the expressions stop at the
first unquoted space.
(equals): Likewise.
gas/ChangeLog
gas/app.c
gas/cond.c
gas/read.c