Remove semicolon from ARM comment chars list
authorNick Clifton <nickc@redhat.com>
Thu, 18 Oct 2001 21:06:03 +0000 (21:06 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 18 Oct 2001 21:06:03 +0000 (21:06 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index a1c3d3cce5ba52778d24920e98d06793c325d12f..b3b081e051828b785910ae461cfe95b4837c9432 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-18  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config/tc-arm.c (comment_chars): Remove semi-colon accidentally
+       added to the list.
+
 2001-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * write.c (fixup_segment): Handle fixups for SEC_MERGE sections as
index adac55816dbabe40498996f92da54c87fc6e66bc..c6749958e4ee334871f5aec53b98e02fb87acbcf 100644 (file)
@@ -117,7 +117,7 @@ static boolean pic_code          = false;
 
 /* This array holds the chars that always start a comment.  If the
    pre-processor is disabled, these aren't very useful.  */
-const char comment_chars[] = "@;";
+const char comment_chars[] = "@";
 
 /* This array holds the chars that only start a comment at the beginning of
    a line.  If the line seems to have the form '# 123 filename'
This page took 0.032677 seconds and 4 git commands to generate.