commit | c0e9aca554e33e900efbd6425c1830f0a20012f5 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Jul 19 11:58:04 2024 +0200 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Jul 19 11:58:04 2024 +0200 |
tree | 7bba31fe426ca83e55d37afde15f41a4b96f9540 | |
parent | 2231ac9b9e88191178001d0ae5845e292acb2a56 [diff] |
MIPS: correct macro use in gas and ld testsuites 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 former appears more appropriate here, as the macro parameters already have ":req".