From 4cfe753245520015bac7524c24b6a09556745a17 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 27 Oct 1993 04:01:32 +0000 Subject: [PATCH] (NO_DOLLAR_IN_LABEL): Defined. From-SVN: r5914 --- gcc/config/m68k/amix.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h index c2e8a20d343..2d6cd359e8d 100644 --- a/gcc/config/m68k/amix.h +++ b/gcc/config/m68k/amix.h @@ -21,6 +21,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "m68k/m68kv4.h" +/* ler@lerami.lerctr.org reports as doesn't accept $. */ +#define NO_DOLLAR_IN_LABEL + /* Alter assembler syntax for fsgldiv and fsglmul. It is highly likely that this is a generic SGS m68k assembler dependency. If so, it should eventually be handled in the m68k/sgs.h ASM_OUTPUT_OPCODE -- 2.30.2