commit | a1b7023447d19d70bc36d71b7627f457dbfae5ce | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Jul 19 11:56:20 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Jul 19 11:56:20 2024 +0200 |
tree | 15dafbf38772bc7a400372a12c6f608eb393cacd | |
parent | cfa18744d435b55bbbbc5ef1ae1df67e84aa1777 [diff] |
bfin: correct macro use in gas testsuite Whitespace in macro arguments either needs quoting / parenthesizing to reliably not be mistaken for an argument separator, or respective macro parameters need to be marked as covering all remaining arguments. The latter really isn't an option here.