From e08fde98b7cbfb5307bb552e39bd50b472af871c Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Wed, 29 Oct 2003 20:17:50 +0000 Subject: [PATCH] * pa.h (ASM_COMMENT_START): Define. From-SVN: r73059 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.h | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d12861fdfc3..cfc062ae8bb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-10-29 John David Anglin + + * pa.h (ASM_COMMENT_START): Define. + 2003-10-29 Zack Weinberg * genmodes.c (complete_mode): Record MODE_CC, MODE_INT, diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index ce69b3bc19b..800c5df130d 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1673,6 +1673,12 @@ do { \ /* 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 ";" + /* Output to assembler file text saying following lines may contain character constants, extra white space, comments, etc. */ -- 2.30.2