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
2 changed files with 8 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue