From eaf95893f87d262bbb8ef64272aa3ca56f3f0e33 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 18 May 1997 16:51:07 -0400 Subject: [PATCH] (ASM_COMMENT_START): Add default definition. From-SVN: r14097 --- gcc/dwarf2out.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 3012c24..ed7e2a0 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -52,6 +52,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define inline #endif +/* How to start an assembler comment. */ +#ifndef ASM_COMMENT_START +#define ASM_COMMENT_START ";#" +#endif + typedef struct dw_cfi_struct *dw_cfi_ref; typedef struct dw_fde_struct *dw_fde_ref; typedef union dw_cfi_oprnd_struct *dw_cfi_oprnd_ref; -- 2.7.4