* pa.h (ASM_COMMENT_START): Define.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Oct 2003 20:17:50 +0000 (20:17 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Oct 2003 20:17:50 +0000 (20:17 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73059 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa.h

index d12861f..cfc062a 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * pa.h (ASM_COMMENT_START): Define.
+
 2003-10-29  Zack Weinberg  <zack@codesourcery.com>
 
        * genmodes.c (complete_mode): Record MODE_CC, MODE_INT,
index ce69b3b..800c5df 100644 (file)
@@ -1673,6 +1673,12 @@ do {                                                                     \
 \f
 /* 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.  */