This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] new pseudo-ops .ifb/.ifnb


>>> Ian Lance Taylor <ian@airs.com> 28.04.05 16:29:37 >>>
>"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.

In most cases, but not in all. This is because of the special treatment of certain characters in get_mri_string (i.e. comma, semicolon) without respecting quotation, and the unability to use single quoted strings on some (most?) targets (x86 is what I'm testing with).

Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]