[PATCH v2 11/17] MIPS: correct macro use in gas and ld testsuites

Maciej W. Rozycki macro@orcam.me.uk
Mon Jul 15 12:11:40 GMT 2024


On Fri, 12 Jul 2024, Jan Beulich wrote:

> 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".

 Thank you, however these macros interpret the argument as an arithmetic 
expression, so I think it will be more natural to parenthesise it rather 
than quote.  I note that this requirement is not documented in the GAS 
manual (or I cannot spot it).

  Maciej


More information about the Binutils mailing list