m32r: move scrubber override to target header

Other than LEX_IS_* settings, such #define-s don't belong into the
common source file.
This commit is contained in:
Jan Beulich 2024-08-09 11:49:36 +02:00
parent eb3cc508ee
commit 3a4de19d4e
2 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,6 @@ static char last_char;
#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

View File

@ -42,6 +42,9 @@ extern const char *m32r_target_format (void);
/* 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. */