bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/25750] GNU as has inconsistent behavior when expanding .ma


From: caij2003 at gmail dot com
Subject: [Bug binutils/25750] GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments
Date: Thu, 02 Apr 2020 18:58:54 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25750

--- Comment #4 from Jian Cai <caij2003 at gmail dot com> ---
Sorry I just realized my question was misleading. What I really meant was if
vararg would work on a macro taking as input multiple directives with
arguments, such as the one below. vararg seemed to not work with such case in
my experiment. 

.macro foo insn1, insn2
\insn1
\insn2
.endm

foo .section .sec1
foo .section .sec2

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]