* pa.h (ASM_COMMENT_START): Define.

From-SVN: r73059
This commit is contained in:
John David Anglin 2003-10-29 20:17:50 +00:00 committed by John David Anglin
parent 7d213ecc72
commit e08fde98b7
2 changed files with 10 additions and 0 deletions

View 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,

View File

@ -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. */