summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorStan Cox <scox@redhat.com>2010-03-10 16:52:37 -0500
committerStan Cox <scox@redhat.com>2010-03-10 16:52:37 -0500
commit03a7462675d416a00e43ba64af0505039efe8852 (patch)
treef81abef7bcfde59c20aa058f0a51838d9681ea75 /NEWS
parentb46393fcb426e43a1e9e8847a8671ea0c1508e10 (diff)
downloadsystemtap-steved-03a7462675d416a00e43ba64af0505039efe8852.tar.gz
systemtap-steved-03a7462675d416a00e43ba64af0505039efe8852.tar.xz
systemtap-steved-03a7462675d416a00e43ba64af0505039efe8852.zip
Be pessimistic about the gcc version as debuginfo has an undependable case (RH572260).
* sdt.h (GNUC_VERSION): Check against gcc 4.5.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e9ded314..df0824d3 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@
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. Use cflags
+ which must be at least 4.5.0, 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.