PR target/17171
* config/i386/gas.h (ASM_COMMENT_START): Define to "#".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86603
138bc75d-0d04-0410-961f-
82ee72b054a4
+2004-08-25 Richard B. Kreckel <richard.kreckel@framatome-anp.com>
+
+ PR target/17171
+ * config/i386/gas.h (ASM_COMMENT_START): Define to "#".
+
2004-08-25 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (alpha_cannot_force_const_mem): New.
/* Print opcodes the way that GAS expects them. */
#define GAS_MNEMONICS 1
+/* The comment-starter string as GAS expects it. */
+#undef ASM_COMMENT_START
+#define ASM_COMMENT_START "#"
+
#define TARGET_ASM_FILE_START_FILE_DIRECTIVE true