diff options
Diffstat (limited to 'gcc/config/pa/pa.h')
| -rw-r--r-- | gcc/config/pa/pa.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index ce69b3b..800c5df 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. */ |
