This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] enable -fverbose-asm for stormy16


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]