mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
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:
parent
eb3cc508ee
commit
3a4de19d4e
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user