Commit 14939a5c by Uros Bizjak Committed by Uros Bizjak

Partially revert:

	2012-03-28  Benjamin Kosnik  <bkoz@redhat.com>

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

From-SVN: r186142
parent 0100e3b3
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> 2012-04-02 Tristan Gingold <gingold@adacore.com>
* crossconfig.m4 (*-*-*vms*): Add. * crossconfig.m4 (*-*-*vms*): Add.
......
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
#include <cmath> #include <cmath>
#include <tr1/functional> #include <tr1/functional>
#ifdef PIC
#ifdef _GLIBCXX_LONG_DOUBLE_COMPAT #ifdef _GLIBCXX_LONG_DOUBLE_COMPAT
#ifdef __LONG_DOUBLE_128__ #ifdef __LONG_DOUBLE_128__
...@@ -80,5 +78,3 @@ extern "C" void _ZNKSt4hashIeEclEe (void) ...@@ -80,5 +78,3 @@ extern "C" void _ZNKSt4hashIeEclEe (void)
__attribute__((alias ("_ZNKSt3tr14hashIeEclEe"))); __attribute__((alias ("_ZNKSt3tr14hashIeEclEe")));
#endif #endif
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment