gas: drop function pointer parameter from macro_init()
authorJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2023 09:05:05 +0000 (10:05 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 17 Mar 2023 09:05:05 +0000 (10:05 +0100)
commit3da593e8de13861b637c50dc9c291a229bac6b2f
tree98ee6f3ca4e3f99f4d488a6be96ef25617da3a88
parent14317f7f05d0290586f456d02176dd77a81aee69
gas: drop function pointer parameter from macro_init()

With the removal of gasp (about 20 years ago) the need for this kind-
of-hook has disappeared. Go a step beyond merely moving the to be called
function: Inline its contents right at the sole call site.
gas/as.c
gas/macro.c
gas/macro.h