This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: macro's and arguments
>>> On 16.10.12 at 10:15, Mischa Baars <mjbaars1977@gmail.com> wrote:
> On 10/16/2012 09:59 AM, Jan Beulich wrote:
>>>>> On 16.10.12 at 09:46, Mischa Baars <mjbaars1977@gmail.com> wrote:
>>> Who will be fixing this? Macro arguments without brackets are not
>>> accepted by the assembler.
>> Assembles fine for me with gas 2.22.
> If I'm correct, it will not when you try the first macro instead of the
> second.
Ah, yes, I should have removed the comment.
But no, this is nothing that needs fixing - macro arguments are
separated by commas or blank space (unless parenthesized) -
see the documentation of .macro. It arguably is a possible
enhancement to allow for a mode where only commas separate
them (I have been missing this at times, too).
Jan