mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
0100e3b3e8
commit
14939a5c1d
|
@ -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>
|
2012-04-02 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* crossconfig.m4 (*-*-*vms*): Add.
|
* crossconfig.m4 (*-*-*vms*): Add.
|
||||||
|
|
|
@ -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)
|
||||||
__attribute__((alias ("_ZNKSt3tr14hashIeEclEe")));
|
__attribute__((alias ("_ZNKSt3tr14hashIeEclEe")));
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue