aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-09-21 05:52:45 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-09-21 05:52:45 -0400
commitd92f86fee33aaedb41a2135dba26dd0ebe57859a (patch)
treec2c2a6c1ad1ce6764f1edf8815e2f8ba3fefe74a
parent5d0930ea9300ed0b028a23026594d85776b6b3d4 (diff)
downloadgcc-d92f86fee33aaedb41a2135dba26dd0ebe57859a.zip
gcc-d92f86fee33aaedb41a2135dba26dd0ebe57859a.tar.gz
gcc-d92f86fee33aaedb41a2135dba26dd0ebe57859a.tar.bz2
(NO_{DOLLAR,DOT}_IN_LABEL): Define.
From-SVN: r8112
-rw-r--r--gcc/config/m68k/atari.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/m68k/atari.h b/gcc/config/m68k/atari.h
index b22a5f6..379d77c1 100644
--- a/gcc/config/m68k/atari.h
+++ b/gcc/config/m68k/atari.h
@@ -20,6 +20,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "m68k/m68kv4.h"
+/* Dollars and dots in labels are not allowed. */
+
+#define NO_DOLLAR_IN_LABEL
+#define NO_DOT_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