]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: expose flag_macro_alternate globally
authorJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2023 09:06:18 +0000 (10:06 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2023 09:06:18 +0000 (10:06 +0100)
commit1250cd639016e5567ba8214acf8bf81e8a3ce2db
treea64dd97a7c88e61e9f0dc8b5c550604fd23d100d
parentdc3f65f030628a779318ac75d7ec572f16d61132
gas: expose flag_macro_alternate globally

Yet again with the removal of gasp about 20 years ago this extra level
of indirection isn't necessary anymore either. Drop macro.c's local
variable and make as.c's global.

While doing the conversion, switch the variable to "bool".
gas/as.c
gas/as.h
gas/macro.c
gas/macro.h
gas/read.c