* app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
authorIan Lance Taylor <ian@airs.com>
Mon, 10 Jun 1996 16:15:05 +0000 (16:15 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 10 Jun 1996 16:15:05 +0000 (16:15 +0000)
  whether the next character is '*' before checking whether we are
at the start of a line.  Permit LINE_COMMENT_START to start a
comment in state 1 (seen some whitespace) as well, to match the
documentation.

gas/ChangeLog

index 1fe904e0582a03f2eec1b0cd20eb448c3aa54810..afbe6ee59200fcbc1d6cdb0ad23ada80f0e479d5 100644 (file)
@@ -1,5 +1,11 @@
 Mon Jun 10 11:45:51 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * app.c (do_scrub_chars): If '/' is LINE_COMMENT_START, check
+       whether the next character is '*' before checking whether we are
+       at the start of a line.  Permit LINE_COMMENT_START to start a
+       comment in state 1 (seen some whitespace) as well, to match the
+       documentation.
+
        * gasp.c (do_align): Permit a fill value for .align.
 
 Wed Jun  5 17:09:26 1996  Ian Lance Taylor  <ian@cygnus.com>