From 08ee70c354131edccb0d1a73aa67abb9c65870fc Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sat, 20 Mar 2010 19:25:27 -0400 Subject: robustness: add special_mapping_* to blacklist for 2.6.32ish * dwflpp.cxx (build_blacklist): Add special_mapping_* --- dwflpp.cxx | 3 +++ 1 file changed, 3 insertions(+) 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 += ")$"; -- cgit