* pa.h (ASM_COMMENT_START): Define.
From-SVN: r73059
This commit is contained in:
parent
7d213ecc72
commit
e08fde98b7
@ -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,
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user