Other than LEX_IS_* settings, such #define-s don't belong into the
common source file.
#ifdef TC_V850
#define LEX_IS_DOUBLEDASH_1ST 12
#endif
-#ifdef TC_M32R
-#define DOUBLEBAR_PARALLEL
-#endif
#ifdef DOUBLEBAR_PARALLEL
#define LEX_IS_DOUBLEBAR_1ST 13
#endif
/* Permit temporary numeric labels. */
#define LOCAL_LABELS_FB 1
+/* '||' denotes parallel instruction */
+#define DOUBLEBAR_PARALLEL
+
#define DIFF_EXPR_OK /* .-foo gets turned into PC relative relocs. */
/* We don't need to handle .word strangely. */