]> sourceware.org Git - systemtap.git/commit
testsuite: New sdt_casm for STAP_PROBE_ASM
authorJosh Stone <jistone@redhat.com>
Thu, 26 Sep 2013 21:35:00 +0000 (14:35 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 26 Sep 2013 21:35:00 +0000 (14:35 -0700)
commit0766b6c986df87fee56596141c000f99a89d4666
treeddf6b1f4338b2ebafa974f4806f9afadee20404f
parentbe07faadd7c635aed81796099623afc4683d1251
testsuite: New sdt_casm for STAP_PROBE_ASM

An attempted fix for PR13974 had broken STAP_PROBE_ASM, because in that
case there's some ambiguity whether %note and %progbits should be
%%-escaped.  We can't determine that in general, because it depends on
whether the user's asm() has operands.  That fix was thus reverted, and
we're testing to make sure STAP_PROBE_ASM doesn't regress again.
testsuite/systemtap.base/sdt_casm.c [new file with mode: 0644]
testsuite/systemtap.base/sdt_casm.exp [new file with mode: 0644]
testsuite/systemtap.base/sdt_casm.stp [new file with mode: 0644]
This page took 0.030736 seconds and 5 git commands to generate.