Partially revert:
authorUros Bizjak <ubizjak@gmail.com>
Wed, 4 Apr 2012 17:25:27 +0000 (19:25 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 4 Apr 2012 17:25:27 +0000 (19:25 +0200)
2012-03-28  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/52689
* src/c++98/compatibility-ldbl.cc: Guard with PIC

From-SVN: r186142

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

index bb8bc2a..d7d3b4c 100644 (file)
@@ -1,3 +1,11 @@
+2012-04-04  Uros Bizjak  <ubizjak@gmail.com>
+
+       Partially revert:
+       2012-03-28  Benjamin Kosnik  <bkoz@redhat.com>
+
+       PR libstdc++/52689
+       * src/c++98/compatibility-ldbl.cc: Guard with PIC
+
 2012-04-02  Tristan Gingold  <gingold@adacore.com>
 
        * crossconfig.m4 (*-*-*vms*): Add.
index b40e54a..da09d54 100644 (file)
@@ -27,8 +27,6 @@
 #include <cmath>
 #include <tr1/functional>
 
-#ifdef PIC
-
 #ifdef _GLIBCXX_LONG_DOUBLE_COMPAT
 
 #ifdef __LONG_DOUBLE_128__
@@ -80,5 +78,3 @@ extern "C" void _ZNKSt4hashIeEclEe (void)
   __attribute__((alias ("_ZNKSt3tr14hashIeEclEe")));
 
 #endif
-
-#endif