summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2009-06-19 16:13:21 -0400
committerStan Cox <scox@redhat.com>2009-06-19 16:13:21 -0400
commit54bc8f42438e7efc62c5dd2b39618ccd6c953cdd (patch)
tree8032dbaf5b5e97c06a2921f491edbcb250b0c529 /includes
parente0cd8f640593470341d3785119594d28f3cd4445 (diff)
downloadsystemtap-steved-54bc8f42438e7efc62c5dd2b39618ccd6c953cdd.tar.gz
systemtap-steved-54bc8f42438e7efc62c5dd2b39618ccd6c953cdd.tar.xz
systemtap-steved-54bc8f42438e7efc62c5dd2b39618ccd6c953cdd.zip
Correctly find probes for -m32 executables.
* sdt.h (STAP_PROBE_DATA_): Pad with 0 so final probe entry doesn't pickup a stray word. * sdt_misc.exp (static_user_markers.{c,d}): Add bstruct to test struct type handling
Diffstat (limited to 'includes')
-rw-r--r--includes/sys/sdt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/sys/sdt.h b/includes/sys/sdt.h
index 0f86cc3b..07ece7c1 100644
--- a/includes/sys/sdt.h
+++ b/includes/sys/sdt.h
@@ -32,6 +32,7 @@
STAP_PROBE_ADDR "1b\n" \
"\t.align 8\n" \
STAP_PROBE_ADDR #arg "\n" \
+ "\t.int 0\n" \
"\t.previous\n")
#define STAP_PROBE_DATA(probe, guard, arg) \