From 54bc8f42438e7efc62c5dd2b39618ccd6c953cdd Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Fri, 19 Jun 2009 16:13:21 -0400 Subject: 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 --- includes/sys/sdt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') 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) \ -- cgit