diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-08-09 11:49:36 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-08-09 11:49:36 +0200 |
commit | 3a4de19d4e4c146189580696d324a8f9a99a1c4f (patch) | |
tree | 0275f875ba2fabaa9deafec2915453ad78f1c8e4 /gas/app.c | |
parent | eb3cc508ee4a95116c4e0e3d288241eeafb18096 (diff) | |
download | fsf-binutils-gdb-3a4de19d4e4c146189580696d324a8f9a99a1c4f.zip fsf-binutils-gdb-3a4de19d4e4c146189580696d324a8f9a99a1c4f.tar.gz fsf-binutils-gdb-3a4de19d4e4c146189580696d324a8f9a99a1c4f.tar.bz2 |
m32r: move scrubber override to target header
Other than LEX_IS_* settings, such #define-s don't belong into the
common source file.
Diffstat (limited to 'gas/app.c')
-rw-r--r-- | gas/app.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |