aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-06-10 16:15:05 +0000
committerIan Lance Taylor <ian@airs.com>1996-06-10 16:15:05 +0000
commit41822c41ed0df5e4ea97f5a2cac2bbdb4a3e75ff (patch)
tree67c95168d2861520b3963e119701e168b48326ea
parent1ba76615870ec50c7b5817385203e29355ee338b (diff)
downloadgdb-41822c41ed0df5e4ea97f5a2cac2bbdb4a3e75ff.zip
gdb-41822c41ed0df5e4ea97f5a2cac2bbdb4a3e75ff.tar.gz
gdb-41822c41ed0df5e4ea97f5a2cac2bbdb4a3e75ff.tar.bz2
* 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.
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1fe904e..afbe6ee 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>