summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-08-28 11:29:17 -0700
committerJosh Stone <jistone@redhat.com>2009-08-28 11:29:17 -0700
commit4f0cf2b3b7d8e6e69a39e57beeae7e88794e35d0 (patch)
treef05c18298940f59add72a148d8da0a785175f03b /NEWS
parent2a20d700d67172cdb729b449b9944d5c55b9ad49 (diff)
downloadsystemtap-steved-4f0cf2b3b7d8e6e69a39e57beeae7e88794e35d0.tar.gz
systemtap-steved-4f0cf2b3b7d8e6e69a39e57beeae7e88794e35d0.tar.xz
systemtap-steved-4f0cf2b3b7d8e6e69a39e57beeae7e88794e35d0.zip
Add a NEWS blurb for || and && in the preprocessor
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a494907a..77873950 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
* What's new
+- The preprocessor now supports || and && in the conditions.
+ %( arch == "x86_64" || arch == "ia64" %: ... %)
+
- It is now possible to cross-compile systemtap scripts for foreign
architectures, using the new '-a ARCH' and '-B OPT=VALUE' flags.
For example, put arm-linux-gcc etc. into your $PATH, and point