summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 += ")$";