aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2014-03-14 18:10:59 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2014-03-14 18:10:59 +0000
commitb1520f3d2cc2d07adf4f3af242917ca7b290b62f (patch)
tree38b2673d32f9bc764394d310878207220cbf9b8f
parent91035653db2e23fa0f3b941537b8787731e67e29 (diff)
downloadgcc-b1520f3d2cc2d07adf4f3af242917ca7b290b62f.zip
gcc-b1520f3d2cc2d07adf4f3af242917ca7b290b62f.tar.gz
gcc-b1520f3d2cc2d07adf4f3af242917ca7b290b62f.tar.bz2
re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)
PR ipa/58721 * config/abi/pre/gnu.ver (GLIBCXX_3.4.11): Remove unused pattern for _ZNSt12system_errorC* symbols which are not exported on any target. From-SVN: r208572
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/config/abi/pre/gnu.ver6
2 files changed, 6 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 720ef1d..276e7cf 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2014-03-14 Jonathan Wakely <jwakely@redhat.com>
+
+ PR ipa/58721
+ * config/abi/pre/gnu.ver (GLIBCXX_3.4.11): Remove unused pattern for
+ _ZNSt12system_errorC* symbols which are not exported on any target.
+
2014-03-12 Roland McGrath <mcgrathr@google.com>
Mark Seaborn <mseaborn@google.com>
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index 2010bd3..f3afb94 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -1056,12 +1056,6 @@ GLIBCXX_3.4.11 {
_ZTISt12system_error;
_ZTVSt12system_error;
_ZNSt12system_errorD*Ev;
- # Those template instantiations weren't exported on Solaris in GCC 4.6
- # and aren't necessary for correct operation, so don't emit them now
- # (PR libstdc++/54872).
-#if !defined(__sun__) && !defined(__svr4__)
- _ZNSt12system_errorC*;
-#endif
_ZNKSt4hashISt10error_codeEclES0_;