summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/ChangeLog5
-rw-r--r--tapset/null.stp2
-rw-r--r--testsuite/ChangeLog5
-rwxr-xr-xtestsuite/semko/fortysix.stp3
4 files changed, 15 insertions, 0 deletions
diff --git a/tapset/ChangeLog b/tapset/ChangeLog
index 5ccfe91e..da21a5ff 100644
--- a/tapset/ChangeLog
+++ b/tapset/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-20 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 5956.
+ * null.stp: New file, defining global NULL=0.
+
2008-03-11 Will Cohen <wcohen@redhat.com>
* syscalls2.stp (syscall.wait{4|id}): Correct for 2.6.24.n kernels.
diff --git a/tapset/null.stp b/tapset/null.stp
new file mode 100644
index 00000000..c8713665
--- /dev/null
+++ b/tapset/null.stp
@@ -0,0 +1,2 @@
+
+global NULL = 0
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog
index 4d9e582f..16f7af57 100644
--- a/testsuite/ChangeLog
+++ b/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-20 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 5956.
+ * semko/fortyfive.stp: New test.
+
2008-03-15 Frank Ch. Eigler <fche@elastic.org>
* systemtap.base/maxactive.exp, probefunc.exp: Standardize pass msg.
diff --git a/testsuite/semko/fortysix.stp b/testsuite/semko/fortysix.stp
new file mode 100755
index 00000000..9774f31f
--- /dev/null
+++ b/testsuite/semko/fortysix.stp
@@ -0,0 +1,3 @@
+#! stap -p2
+
+probe begin { if ("foo" == NULL) log ("boo") } # check NULL as integral global