[PATCH] systemtap: Fix parsing of literals in SDT_V3 operand for s390x and ia64

Frank Ch. Eigler fche@redhat.com
Fri Oct 12 16:07:00 GMT 2012


"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



More information about the Systemtap mailing list