* m88k/m88k.h (ASM_COMMENT_START): Define.
authorDoug Evans <dje@gnu.org>
Fri, 17 May 1996 16:16:47 +0000 (16:16 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 17 May 1996 16:16:47 +0000 (16:16 +0000)
From-SVN: r11995

gcc/config/m88k/m88k.h

index 69f8bac..48c23aa 100644 (file)
@@ -198,13 +198,13 @@ extern char * reg_names[];
    Redefined in sysv4.h, and luna.h.  */
 #define VERSION_INFO1  "m88k, "
 #ifndef VERSION_INFO2
-#define VERSION_INFO2   "$Revision: 1.68 $"
+#define VERSION_INFO2   "$Revision: 1.69 $"
 #endif
 
 #ifndef VERSION_STRING
 #define VERSION_STRING  version_string
 #ifdef __STDC__
-#define TM_RCS_ID      "@(#)" __FILE__ " $Revision: 1.68 $ " __DATE__
+#define TM_RCS_ID      "@(#)" __FILE__ " $Revision: 1.69 $ " __DATE__
 #else
 #define TM_RCS_ID      "$What: <@(#) m88k.h,v  1.1.1.2.2.2> $"
 #endif  /* __STDC__ */
@@ -1719,6 +1719,11 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
 
 /* Control the assembler format that we output.  */
 
+/* A C string constant describing how to begin a comment in the target
+   assembler language.  The compiler assumes that the comment will end at
+   the end of the line.  */
+#define ASM_COMMENT_START ";"
+
 /* Allow pseudo-ops to be overridden.  Override these in svr[34].h.  */
 #undef INT_ASM_OP
 #undef ASCII_DATA_ASM_OP