This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] enable -fverbose-asm for stormy16
- To: geoffk at cygnus dot com
- Subject: [patch] enable -fverbose-asm for stormy16
- From: Catherine Moore <clm at redhat dot com>
- Date: Sun, 14 Oct 2001 15:54:50 -0700
- Cc: gcc-patches at gcc dot gnu dot org, clm at redhat dot com
A definition for ASM_COMMENT_START is required in
order to use -fverbose-asm. OK to commit?
Catherine
2001-10-14 Catherine Moore <clm@redhat.com>
* config/stormy16/stormy16.h (ASM_COMMENT_START): Define.
Index: stormy16.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/stormy16/stormy16.h,v
retrieving revision 1.10
diff -p -r1.10 stormy16.h
*** stormy16.h 2001/10/05 20:33:09 1.10
--- stormy16.h 2001/10/14 22:54:00
*************** do { \
*** 3615,3621 ****
/* 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 */
/* A C string constant for text to be output before each `asm' statement or
group of consecutive ones. Normally this is `"#APP"', which is a comment
--- 3615,3621 ----
/* 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 ";"
/* A C string constant for text to be output before each `asm' statement or
group of consecutive ones. Normally this is `"#APP"', which is a comment