From c0ea71017937f24e75289a3421050ef059951478 Mon Sep 17 00:00:00 2001 From: law Date: Thu, 7 May 1998 09:21:51 +0000 Subject: * config/linux.h (ASM_COMMENT_START): Remove from here, * config/linux-aout.h (ASM_COMMENT_START): and here, * config/i386/linux.h (ASM_COMMENT_START): to here, * config/i386/linux-aout.h (ASM_COMMENT_START): and here. * config/i386/linux-oldld.h (ASM_COMMENT_START): Define here as '#' too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19609 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/i386/linux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/config/i386/linux.h') diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 4b23b91bf2c..e1780156454 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -37,6 +37,9 @@ Boston, MA 02111-1307, USA. */ #undef DEFAULT_PCC_STRUCT_RETURN #define DEFAULT_PCC_STRUCT_RETURN 1 +#undef ASM_COMMENT_START +#define ASM_COMMENT_START "#" + /* This is how to output an element of a case-vector that is relative. This is only used for PIC code. See comments by the `casesi' insn in i386.md for an explanation of the expression this outputs. */ -- cgit v1.2.3