Make ! a comment character
authorMichael Meissner <gnu@the-meissners.org>
Thu, 30 May 1996 19:22:16 +0000 (19:22 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 30 May 1996 19:22:16 +0000 (19:22 +0000)
gas/ChangeLog
gas/config/tc-ppc.c

index d36e223..aa797a5 100644 (file)
@@ -1,5 +1,8 @@
 Thu May 30 10:36:19 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
+       * config/tc-ppc.c (comment_chars): Make '!' a comment character
+       for Solaris compatibility.
+
        * stabs.c (s_stab_generic): Under PowerPC Solaris, convert a
        .stabd with 4 arguments into a .stabn.
 
index ceecd23..e1f3dce 100644 (file)
@@ -108,7 +108,7 @@ static void ppc_pe_tocd PARAMS ((int));
    targets.  */
 
 /* Characters which always start a comment.  */
-const char comment_chars[] = "#";
+const char comment_chars[] = "#!";
 
 /* Characters which start a comment at the beginning of a line.  */
 const char line_comment_chars[] = "#";