Update for GCC 3.2.2
This commit is contained in:
parent
0252d20369
commit
61856f3619
@ -36,7 +36,7 @@
|
||||
#include <bits/os_defines.h>
|
||||
|
||||
// The current version of the C++ library in compressed ISO date format.
|
||||
#define __GLIBCPP__ 20021119
|
||||
#define __GLIBCPP__ 20030205
|
||||
|
||||
// This is necessary until GCC supports separate template
|
||||
// compilation.
|
||||
@ -97,9 +97,6 @@ libstdc++-v3/include/bits/c++config before full recompilation of the library.
|
||||
// Define if GCC supports weak symbols.
|
||||
#define _GLIBCPP_SUPPORTS_WEAK __GXX_WEAK__
|
||||
|
||||
// Define if gthr-default.h exists (meaning that threading support is enabled).
|
||||
#define _GLIBCPP_HAVE_GTHR_DEFAULT 1
|
||||
|
||||
// Include I/O support for 'long long' and 'unsigned long long'.
|
||||
#define _GLIBCPP_USE_LONG_LONG 1
|
||||
|
||||
@ -129,6 +126,9 @@ libstdc++-v3/include/bits/c++config before full recompilation of the library.
|
||||
#define _GLIBCPP_ASM_SYMVER(cur, old, version)
|
||||
#endif
|
||||
|
||||
// Define if gthr-default.h exists (meaning that threading support is enabled).
|
||||
#define _GLIBCPP_HAVE_GTHR_DEFAULT 1
|
||||
|
||||
// Define if mbstate_t exists in wchar.h.
|
||||
#define _GLIBCPP_HAVE_MBSTATE_T 1
|
||||
|
||||
@ -196,7 +196,7 @@ libstdc++-v3/include/bits/c++config before full recompilation of the library.
|
||||
#define _GLIBCPP_HAVE_LC_MESSAGES 1
|
||||
|
||||
/* Define if you have the __signbit function. */
|
||||
/* #undef _GLIBCPP_HAVE___SIGNBIT */
|
||||
#define _GLIBCPP_HAVE___SIGNBIT 1
|
||||
|
||||
/* Define if you have the __signbitf function. */
|
||||
/* #undef _GLIBCPP_HAVE___SIGNBITF */
|
||||
@ -540,6 +540,9 @@ libstdc++-v3/include/bits/c++config before full recompilation of the library.
|
||||
/* Define if you have the iconv_open function. */
|
||||
/* #undef _GLIBCPP_HAVE_ICONV_OPEN */
|
||||
|
||||
/* Define if you have the isatty function. */
|
||||
#define _GLIBCPP_HAVE_ISATTY 1
|
||||
|
||||
/* Define if you have the isinf function. */
|
||||
#define _GLIBCPP_HAVE_ISINF 1
|
||||
|
||||
@ -850,7 +853,7 @@ libstdc++-v3/include/bits/c++config before full recompilation of the library.
|
||||
#define _GLIBCPP_PACKAGE "libstdc++"
|
||||
|
||||
/* Version number of package */
|
||||
#define _GLIBCPP_VERSION "3.2.1"
|
||||
#define _GLIBCPP_VERSION "3.2.2"
|
||||
|
||||
/* Define if the compiler is configured for setjmp/longjmp exceptions. */
|
||||
/* #undef _GLIBCPP_SJLJ_EXCEPTIONS */
|
||||
|
@ -9,9 +9,6 @@
|
||||
// Define if GCC supports weak symbols.
|
||||
#define _GLIBCPP_SUPPORTS_WEAK __GXX_WEAK__
|
||||
|
||||
// Define if gthr-default.h exists (meaning that threading support is enabled).
|
||||
#define HAVE_GTHR_DEFAULT 1
|
||||
|
||||
// Include I/O support for 'long long' and 'unsigned long long'.
|
||||
#define _GLIBCPP_USE_LONG_LONG 1
|
||||
|
||||
@ -41,6 +38,9 @@
|
||||
#define _GLIBCPP_ASM_SYMVER(cur, old, version)
|
||||
#endif
|
||||
|
||||
// Define if gthr-default.h exists (meaning that threading support is enabled).
|
||||
#define HAVE_GTHR_DEFAULT 1
|
||||
|
||||
// Define if mbstate_t exists in wchar.h.
|
||||
#define HAVE_MBSTATE_T 1
|
||||
|
||||
@ -108,7 +108,7 @@
|
||||
#define HAVE_LC_MESSAGES 1
|
||||
|
||||
/* Define if you have the __signbit function. */
|
||||
/* #undef HAVE___SIGNBIT */
|
||||
#define HAVE___SIGNBIT 1
|
||||
|
||||
/* Define if you have the __signbitf function. */
|
||||
/* #undef HAVE___SIGNBITF */
|
||||
@ -452,6 +452,9 @@
|
||||
/* Define if you have the iconv_open function. */
|
||||
/* #undef HAVE_ICONV_OPEN */
|
||||
|
||||
/* Define if you have the isatty function. */
|
||||
#define HAVE_ISATTY 1
|
||||
|
||||
/* Define if you have the isinf function. */
|
||||
#define HAVE_ISINF 1
|
||||
|
||||
@ -762,7 +765,7 @@
|
||||
#define PACKAGE "libstdc++"
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "3.2.1"
|
||||
#define VERSION "3.2.2"
|
||||
|
||||
/* Define if the compiler is configured for setjmp/longjmp exceptions. */
|
||||
/* #undef _GLIBCPP_SJLJ_EXCEPTIONS */
|
||||
|
Loading…
Reference in New Issue
Block a user