gas: isolate macro_strip_at to macro.c
authorJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2023 09:05:32 +0000 (10:05 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2023 09:05:32 +0000 (10:05 +0100)
commit6786a0211c9d3c005cd25893ede37e986b69cb49
tree975072a3d3636df4a70ec4f56f7e370b5ba50712
parent3da593e8de13861b637c50dc9c291a229bac6b2f
gas: isolate macro_strip_at to macro.c

This removes a leftover from i960 support; with that nothing is left
which would set macro_strip_at to non-zero, so the variable is converted
to a #define (retaining the logic in case a new user would appear) and
macro_init()'s respective parameter is dropped.
gas/as.c
gas/macro.c
gas/macro.h