From 7a468d6812f50294c34dbda4ed696d95e7ecb124 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 26 Feb 2008 00:28:42 +0000 Subject: PR5792: wildcard support for %( kernel/arch %) preprocessor operands 2008-02-25 Frank Ch. Eigler PR5792. * parse.cxx (eval_pp_conditional): Support wildcards in %( kernel_v/kernel_vr/arch ==/!= "*foo?" %) operands. * NEWS, stap.1.in: Document this. 2008-02-25 Frank Ch. Eigler PR5792. * systemtap.base/preprocessor.exp: New test. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 073945e1..df7e27b4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ * What's new in version 0.6 / 0.6.1 +- Preprocessor conditional expressions can now include wildcard style + matches on kernel versions. + %( kernel_vr != "*xen" %? foo %: bar %) + - Prototype support for user-space probing is showing some progress. No symbolic notations are supported yet (so no probing by function names, file names, process names, and no access to $context variables), but at -- cgit