OSDN Git Service

* sh/sh.h (ASM_FILE_START): Likewise.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 1996 16:32:33 +0000 (16:32 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 1996 16:32:33 +0000 (16:32 +0000)
(ASM_COMMENT_START): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12003 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sh/sh.h

index 2b00f15..4135585 100644 (file)
@@ -1227,11 +1227,14 @@ extern struct rtx_def *sh_builtin_saveregs ();
 \f
 /* Assembler output control.  */
 
+/* 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 "!"
+
 /* The text to go at the start of the assembler file.  */
-#define ASM_FILE_START(STREAM)                                                 \
-  output_file_start (STREAM, f_options,                                        \
-                    sizeof f_options / sizeof f_options[0],            \
-                    W_options, sizeof W_options / sizeof W_options[0]);
+#define ASM_FILE_START(STREAM) \
+  output_file_start (STREAM)
 
 #define ASM_FILE_END(STREAM)