summaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2023-03-17 10:05:57 +0100
committerJan Beulich <jbeulich@suse.com>2023-03-17 10:05:57 +0100
commitdc3f65f030628a779318ac75d7ec572f16d61132 (patch)
tree14c971f15a6e050a6b0b8c21d6fa3e0f8c1d8f41 /gas/as.c
parent6786a0211c9d3c005cd25893ede37e986b69cb49 (diff)
downloadbinutils-gdb-dc3f65f030628a779318ac75d7ec572f16d61132.tar.gz
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.
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.c b/gas/as.c
index 357c13bf27a..39873662a9a 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -1310,7 +1310,7 @@ gas_init (void)
expr_begin ();
eh_begin ();
- macro_init (flag_macro_alternate, flag_mri);
+ macro_init (flag_macro_alternate);
dwarf2_init ();