From 2531fc1e953b32d7d327da8a9b39ba540789f795 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 18 Aug 2009 20:12:57 -0400 Subject: PR10495: allow multiple probe aliases with same name * elaborate.cxx (match_node::bind): Change ->end to ->ends[] vector. (find_and_build,build_no_more): Iterate over ends[]. * elaborate.h: Corresponding changes. * testsuite/semok/thirtyfour.stp: New test. * NEWS, doc/langref.tex: Note this. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2ce02736..f07acd9f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ * What's new +- It is now possible to define multiple probe aliases with the same name. + A probe will expand to all matching aliases. + probe foo = bar { } + probe foo = baz { } + probe foo { } # expands twice, once to bar and once to baz + - Support for unprivileged users: ***************************************************************************** * WARNING!!!!!!!!!! -- cgit