gas: use flag_mri directly in macro processing
authorJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2023 09:05:57 +0000 (10:05 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2023 09:05:57 +0000 (10:05 +0100)
commitdc3f65f030628a779318ac75d7ec572f16d61132
tree14c971f15a6e050a6b0b8c21d6fa3e0f8c1d8f41
parent6786a0211c9d3c005cd25893ede37e986b69cb49
gas: use flag_mri directly in macro processing

Again with the removal of gasp about 20 years ago the extra level of
indirection isn't necessary anymore. Drop macro.c's local variable and
use the global flag directly.
gas/as.c
gas/macro.c
gas/macro.h
gas/read.c