aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1996-05-17 16:32:33 +0000
committerDoug Evans <dje@gnu.org>1996-05-17 16:32:33 +0000
commit17b653714a5d77d19f801e57b2e90a29290ef472 (patch)
tree6852735e964c1e9161543748bcda9c1c92be7b40
parentd787aec5bd22cd28c0fdbdc5222bfee6dbd4cf03 (diff)
downloadgcc-17b653714a5d77d19f801e57b2e90a29290ef472.zip
gcc-17b653714a5d77d19f801e57b2e90a29290ef472.tar.gz
gcc-17b653714a5d77d19f801e57b2e90a29290ef472.tar.bz2
sh.h (ASM_FILE_START): Likewise.
* sh/sh.h (ASM_FILE_START): Likewise. (ASM_COMMENT_START): Define. From-SVN: r12003
-rw-r--r--gcc/config/sh/sh.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h
index 2b00f15..4135585 100644
--- a/gcc/config/sh/sh.h
+++ b/gcc/config/sh/sh.h
@@ -1227,11 +1227,14 @@ extern struct rtx_def *sh_builtin_saveregs ();
/* 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)