summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-03-10 11:18:11 -0500
committerFrank Ch. Eigler <fche@elastic.org>2010-03-10 11:18:11 -0500
commit87d85b96a2f7719c1f5f580cf643c47433bfdf63 (patch)
treed778eb16c7f5c63d8d15637cffe8be2434203fe0 /NEWS
parentad12c5928bcfe3f1bf6f335d96a9c29f6fda5fd0 (diff)
downloadsystemtap-steved-87d85b96a2f7719c1f5f580cf643c47433bfdf63.tar.gz
systemtap-steved-87d85b96a2f7719c1f5f580cf643c47433bfdf63.tar.xz
systemtap-steved-87d85b96a2f7719c1f5f580cf643c47433bfdf63.zip
sdt.h: rename volatile-control macro to STAP_SDT_VOLATILE. Document in NEWS.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fbdb2f67..e9ded314 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,9 @@
ordinary system functions.
- User space marker arguments no longer use volatile if the version of gcc,
- which must be at least 4.4.4, supports richer DWARF debuginfo.
+ which must be at least 4.4.4, supports richer DWARF debuginfo. Use cflags
+ -DSTAP_SDT_VOLATILE=volatile or -DSTAP_SDT_VOLATILE= when building
+ the sys/sdt.h application to override this one way or another.
- A new construct for error handling is available. It is similar to c++
exception catching, using try and catch as new keywords. Within a handler