re PR target/17171 (Unrecognized comments in generated asm)
authorRichard B. Kreckel <richard.kreckel@framatome-anp.com>
Thu, 26 Aug 2004 04:42:05 +0000 (04:42 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 26 Aug 2004 04:42:05 +0000 (21:42 -0700)
Patch from Richard B Kreckel.
PR target/17171
* config/i386/gas.h (ASM_COMMENT_START): Define to "#".

From-SVN: r86603

gcc/ChangeLog
gcc/config/i386/gas.h

index 3dcb83381042d5aa74a158da4439feb7939e8a0a..1c616f40eb217b049421955038d4344af81d4469 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 9f002431018527fc98bbaa585f37101fe73c48ea..bf545128467c05050f7307182b4eeb7e52b4f34e 100644 (file)
@@ -117,4 +117,8 @@ Boston, MA 02111-1307, USA.  */
 /* 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