mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-15 20:55:25 +08:00
c++config: Revert _GLIBCXX_LONG_DOUBLE_COMPAT change.
2008-05-01 Benjamin Kosnik <bkoz@redhat.com> * include/bits/c++config: Revert _GLIBCXX_LONG_DOUBLE_COMPAT change. From-SVN: r134883
This commit is contained in:
parent
00113de86e
commit
fa5b668e7e
@ -1,3 +1,7 @@
|
||||
2008-05-01 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/bits/c++config: Revert _GLIBCXX_LONG_DOUBLE_COMPAT change.
|
||||
|
||||
2008-04-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* include/Makefile.am (install-headers): Cope with empty
|
||||
|
@ -212,12 +212,11 @@ namespace std
|
||||
|
||||
// XXX GLIBCXX_ABI Deprecated
|
||||
// Define if compatibility should be provided for -mlong-double-64
|
||||
#if defined __cplusplus && defined __LONG_DOUBLE_128__
|
||||
#undef _GLIBCXX_LONG_DOUBLE_COMPAT
|
||||
#endif
|
||||
|
||||
// Namespace associations for long double 128 mode.
|
||||
#ifdef _GLIBCXX_LONG_DOUBLE_COMPAT
|
||||
#if defined _GLIBCXX_LONG_DOUBLE_COMPAT && defined __LONG_DOUBLE_128__ \
|
||||
&& defined __cplusplus
|
||||
namespace std
|
||||
{
|
||||
inline namespace __gnu_cxx_ldbl128 { }
|
||||
|
Loading…
Reference in New Issue
Block a user