Fix a small set of Z80 problems.
[deliverable/binutils-gdb.git] / gas / config / tc-z80.h
index d169d09946ee6d69ea6dca2b86729031b1efb173..7fd7c9e352373d052ac2922fab5f876e13b25778 100644 (file)
@@ -96,6 +96,9 @@ extern void z80_cons_fix_new (fragS *, int, int, expressionS *);
    well, but it is cleaner to handle that in tc-z80.c.  */
 #define SINGLE_QUOTE_STRINGS
 
+#define LABELS_WITHOUT_COLONS (z80_tc_labels_without_colon())
+extern int z80_tc_labels_without_colon (void);
+
 /* An `.lcomm' directive with no explicit alignment parameter will
    use this macro to set P2VAR to the alignment that a request for
    SIZE bytes will have.  The alignment is expressed as a power of
This page took 0.02459 seconds and 4 git commands to generate.