This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] systemtap: Fix parsing of literals in SDT_V3 operand for s390x and ia64
"Suzuki K. Poulose" <suzuki@in.ibm.com> writes:
> [...]
>> #if defined __powerpc__ || defined __powerpc64__
>> # define _SDT_ARGTMPL(id) %I[id]%[id]
>> #else
>> # define _SDT_ARGTMPL(id) %[id]
>> #endif
>
> We will try this and let you know the results. I guess we could do this
> for ia64 as well.
It doesn't seem as though gcc supports %I for anything other than
powerpc (and there it's done because some of the assembler instruction
mnemonics are modified). I opened PR14715 to track further work on this.
- FChE