aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-10-27 04:01:32 +0000
committerRichard Stallman <rms@gnu.org>1993-10-27 04:01:32 +0000
commit4cfe753245520015bac7524c24b6a09556745a17 (patch)
tree57cfff77b029dcb2ff372e794df916ffdac48f5a
parent7f77b42c530f1e8bdd59e2992cc02f0b9d97b269 (diff)
downloadgcc-4cfe753245520015bac7524c24b6a09556745a17.zip
gcc-4cfe753245520015bac7524c24b6a09556745a17.tar.gz
gcc-4cfe753245520015bac7524c24b6a09556745a17.tar.bz2
(NO_DOLLAR_IN_LABEL): Defined.
From-SVN: r5914
-rw-r--r--gcc/config/m68k/amix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/m68k/amix.h b/gcc/config/m68k/amix.h
index c2e8a20..2d6cd35 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