From 0f1da36e575ccf47feeb0d53b1888057ccc55fb4 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 17 May 1996 16:16:47 +0000 Subject: [PATCH] * m88k/m88k.h (ASM_COMMENT_START): Define. From-SVN: r11995 --- gcc/config/m88k/m88k.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h index 69f8bacf9d75..48c23aaf5f5d 100644 --- a/gcc/config/m88k/m88k.h +++ b/gcc/config/m88k/m88k.h @@ -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 -- 2.43.5