From 0a22948f601ec68de091c55bcab733fa55bf594c Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 18 May 1997 12:19:22 -0400 Subject: [PATCH] (ASM_COMMENT_START): Define. From-SVN: r14091 --- gcc/config/m68k/linux-aout.h | 4 +++- gcc/config/m68k/linux.h | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/config/m68k/linux-aout.h b/gcc/config/m68k/linux-aout.h index b21e76bf6a9..5dd84cc22df 100644 --- a/gcc/config/m68k/linux-aout.h +++ b/gcc/config/m68k/linux-aout.h @@ -1,5 +1,5 @@ /* Definitions for Motorola m68k running Linux - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -26,6 +26,8 @@ Boston, MA 02111-1307, USA. */ #define DBX_DEBUGGING_INFO +#define ASM_COMMENT_START "|" + #define CPP_PREDEFINES \ "-Dunix -Dmc68000 -Dmc68020 -Dlinux -Asystem(unix) -Asystem(posix) -Acpu(m68k) -Amachine(m68k)" diff --git a/gcc/config/m68k/linux.h b/gcc/config/m68k/linux.h index 7e9641cb844..70f5fa51eb9 100644 --- a/gcc/config/m68k/linux.h +++ b/gcc/config/m68k/linux.h @@ -62,6 +62,8 @@ Boston, MA 02111-1307, USA. */ #undef USER_LABEL_PREFIX #define USER_LABEL_PREFIX "" +#define ASM_COMMENT_START "|" + /* How to refer to registers in assembler output. This sequence is indexed by compiler's hard-register-number. Motorola format uses different register names than defined in m68k.h. */ -- 2.30.2