* mips/mips.h (ASM_COMMENT_START): Change from "\t\t#" to " #".
authorDoug Evans <dje@gnu.org>
Fri, 17 May 1996 16:20:31 +0000 (16:20 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 17 May 1996 16:20:31 +0000 (16:20 +0000)
From-SVN: r11997

gcc/config/mips/mips.h

index 7fa95c6..4a7f563 100644 (file)
@@ -3821,11 +3821,11 @@ while (0)
 #define ASM_OPEN_PAREN "("
 #define ASM_CLOSE_PAREN ")"
 
-/* How to start an assembler comment.  */
+/* How to start an assembler comment.
+   The leading space is important (the mips native assembler requires it).  */
 #ifndef ASM_COMMENT_START
-#define ASM_COMMENT_START "\t\t# "
+#define ASM_COMMENT_START " #"
 #endif
-
 \f
 
 /* Macros for mips-tfile.c to encapsulate stabs in ECOFF, and for