This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] new pseudo-ops .ifb/.ifnb
- From: Ian Lance Taylor <ian at airs dot com>
- To: "Jan Beulich" <JBeulich at novell dot com>
- Cc: <binutils at sources dot redhat dot com>
- Date: 28 Apr 2005 10:29:37 -0400
- Subject: Re: [PATCH] new pseudo-ops .ifb/.ifnb
- References: <s2709818.049@emea1-mh.id2.novell.com>
"Jan Beulich" <JBeulich@novell.com> writes:
> In preparation of adding support for macros with variable number of
> arguments, this adds new conditional pseudo-op .ifb and .ifnb, which
> check whether their arguments are (non-)blank / (non-)empty.
I believe you can do that with .ifc and .ifnc, just by comparing to an
empty string.
Ian