* config/rs6000/darwin.h (ASM_COMMENT_START): Define.
authorStan Shebs <shebs@apple.com>
Tue, 16 Oct 2001 20:16:45 +0000 (20:16 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Tue, 16 Oct 2001 20:16:45 +0000 (20:16 +0000)
From-SVN: r46291

gcc/ChangeLog
gcc/config/rs6000/darwin.h

index b5479fa93555cbbd2197d6166555d3f13c076ee2..7a14993dc5e3e3b76d2ce459262dd9c4c0de30e5 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-16  Stan Shebs  <shebs@apple.com>
+
+       * config/rs6000/darwin.h (ASM_COMMENT_START): Define.
+
 2001-10-16  Alan Modra  <amodra@bigpond.net.au>
 
        * recog.c: Formatting and comment typo fixes.
index b63e963d29ac39c2fae3b6c98a3cc07dfeb57877..768f4d77e27cb7102a9cdc497f812cc4508c8190 100644 (file)
@@ -128,6 +128,11 @@ Boston, MA 02111-1307, USA.  */
 #define ASM_OUTPUT_SKIP(FILE,SIZE)  \
   fprintf (FILE, "\t.space %d\n", SIZE)
 
+/* Override the standard rs6000 definition.  */
+
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START ";"
+
 /* FP save and restore routines.  */
 #define        SAVE_FP_PREFIX "._savef"
 #define SAVE_FP_SUFFIX ""