summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-03-20 19:25:27 -0400
committerFrank Ch. Eigler <fche@elastic.org>2010-03-20 19:28:53 -0400
commit08ee70c354131edccb0d1a73aa67abb9c65870fc (patch)
tree7a2d3d9c2f27132699d568d74d2c181889bd97f4 /dwflpp.cxx
parent1d844b57ab0a846b6059e682a6a70403aaef6ebc (diff)
downloadsystemtap-steved-08ee70c354131edccb0d1a73aa67abb9c65870fc.tar.gz
systemtap-steved-08ee70c354131edccb0d1a73aa67abb9c65870fc.tar.xz
systemtap-steved-08ee70c354131edccb0d1a73aa67abb9c65870fc.zip
robustness: add special_mapping_* to blacklist for 2.6.32ish
* dwflpp.cxx (build_blacklist): Add special_mapping_*
Diffstat (limited to 'dwflpp.cxx')
-rw-r--r--dwflpp.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/dwflpp.cxx b/dwflpp.cxx
index 935228ca..0ff6ac16 100644
--- a/dwflpp.cxx
+++ b/dwflpp.cxx
@@ -2677,6 +2677,9 @@ dwflpp::build_blacklist()
if (sess.architecture == "i686")
blfn_ret += "|__switch_to";
+ // RHEL6 pre-beta 2.6.32-19.el6
+ blfn += "|special_mapping_.*";
+
blfn += ")$";
blfn_ret += ")$";
blfile += ")$";