Export std::_List_node_base for non-PIC code
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 5 Apr 2012 09:10:38 +0000 (09:10 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 5 Apr 2012 09:10:38 +0000 (09:10 +0000)
From-SVN: r186158

libstdc++-v3/ChangeLog
libstdc++-v3/src/c++98/compatibility-list.cc

index 5323e2e..9bd4268 100644 (file)
@@ -1,3 +1,11 @@
+2012-04-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       Partially revert:
+       2012-03-28  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/52689
+       * src/c++98/compatibility-list.cc: Same.
+
 2012-04-05  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        PR bootstrap/52840
index 8b91849..7e074a7 100644 (file)
@@ -24,8 +24,6 @@
 
 #include <bits/move.h>
 
-#ifdef PIC
-
 #ifndef _GLIBCXX_BEGIN_NAMESPACE_COMPAT
 # define _GLIBCXX_BEGIN_NAMESPACE_COMPAT
 #endif
@@ -146,5 +144,3 @@ _GLIBCXX_BEGIN_NAMESPACE_COMPAT
 _GLIBCXX_END_NAMESPACE_COMPAT
 
 } // namespace std
-
-#endif