Module Name: src Committed By: mrg Date: Tue Nov 14 00:54:52 UTC 2017
Modified Files: src/external/gpl3/gcc.old/lib/libgcc/arch/m68000: defs.mk src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/hppa: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/i386: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/ia64: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68000: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64eb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64el: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc64: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3eb: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3el: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc64: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax: c++config.h src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64: c++config.h Log Message: regen for GCC 5.5. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/hppa/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/i386/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/ia64/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68000/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64eb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64el/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc64/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3eb/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3el/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc64/c++config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/c++config.h cvs rdiff -u -r1.7 -r1.8 \ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/c++config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk diff -u src/external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk:1.5 src/external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk:1.6 --- src/external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk:1.5 Mon Nov 13 08:05:25 2017 +++ src/external/gpl3/gcc.old/lib/libgcc/arch/m68000/defs.mk Tue Nov 14 00:54:48 2017 @@ -1,5 +1,5 @@ # This file is automatically generated. DO NOT EDIT! -# Generated from: NetBSD: mknative-gcc,v 1.90 2017/10/04 21:42:20 christos Exp +# Generated from: NetBSD: mknative-gcc.old,v 1.5 2017/10/04 21:42:20 christos Exp # Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp # G_INCLUDES=-I. -I. -I../.././gcc -I${GNUHOSTDIST}/libgcc -I${GNUHOSTDIST}/libgcc/. -I${GNUHOSTDIST}/libgcc/../gcc -I${GNUHOSTDIST}/libgcc/../include Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h:1.6 Thu Oct 5 23:46:34 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/c++config.h Tue Nov 14 00:54:49 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h:1.6 Thu Oct 5 23:46:34 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/c++config.h Tue Nov 14 00:54:49 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h:1.6 Thu Oct 5 23:46:34 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/c++config.h Tue Nov 14 00:54:49 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h:1.6 Thu Oct 5 23:46:34 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/c++config.h Tue Nov 14 00:54:49 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/c++config.h Tue Nov 14 00:54:49 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/c++config.h Tue Nov 14 00:54:49 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/c++config.h Tue Nov 14 00:54:49 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/c++config.h Tue Nov 14 00:54:49 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/c++config.h Tue Nov 14 00:54:49 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/c++config.h Tue Nov 14 00:54:50 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/c++config.h Tue Nov 14 00:54:50 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/c++config.h Tue Nov 14 00:54:50 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/c++config.h Tue Nov 14 00:54:50 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/c++config.h Tue Nov 14 00:54:50 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/c++config.h:1.6 Thu Oct 5 23:46:35 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7eb/c++config.h Tue Nov 14 00:54:50 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/c++config.h:1.6 Mon Nov 13 08:05:29 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hf/c++config.h Tue Nov 14 00:54:50 2017 @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.90 2017/10/04 21:42:20 christos Exp */ +/* Generated from: NetBSD: mknative-gcc.old,v 1.5 2017/10/04 21:42:20 christos Exp */ /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ // Predefined symbols and macros -*- C++ -*- @@ -534,31 +534,31 @@ namespace std /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the `acosf' function. */ -/* #undef _GLIBCXX_HAVE_ACOSF */ +#define _GLIBCXX_HAVE_ACOSF 1 /* Define to 1 if you have the `acosl' function. */ -/* #undef _GLIBCXX_HAVE_ACOSL */ +#define _GLIBCXX_HAVE_ACOSL 1 /* Define to 1 if you have the `asinf' function. */ -/* #undef _GLIBCXX_HAVE_ASINF */ +#define _GLIBCXX_HAVE_ASINF 1 /* Define to 1 if you have the `asinl' function. */ -/* #undef _GLIBCXX_HAVE_ASINL */ +#define _GLIBCXX_HAVE_ASINL 1 /* Define to 1 if the target assembler supports .symver directive. */ #define _GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE 1 /* Define to 1 if you have the `atan2f' function. */ -/* #undef _GLIBCXX_HAVE_ATAN2F */ +#define _GLIBCXX_HAVE_ATAN2F 1 /* Define to 1 if you have the `atan2l' function. */ -/* #undef _GLIBCXX_HAVE_ATAN2L */ +#define _GLIBCXX_HAVE_ATAN2L 1 /* Define to 1 if you have the `atanf' function. */ -/* #undef _GLIBCXX_HAVE_ATANF */ +#define _GLIBCXX_HAVE_ATANF 1 /* Define to 1 if you have the `atanl' function. */ -/* #undef _GLIBCXX_HAVE_ATANL */ +#define _GLIBCXX_HAVE_ATANL 1 /* Define to 1 if you have the `at_quick_exit' function. */ #define _GLIBCXX_HAVE_AT_QUICK_EXIT 1 @@ -567,25 +567,25 @@ namespace std /* #undef _GLIBCXX_HAVE_CC_TLS */ /* Define to 1 if you have the `ceilf' function. */ -/* #undef _GLIBCXX_HAVE_CEILF */ +#define _GLIBCXX_HAVE_CEILF 1 /* Define to 1 if you have the `ceill' function. */ -/* #undef _GLIBCXX_HAVE_CEILL */ +#define _GLIBCXX_HAVE_CEILL 1 /* Define to 1 if you have the <complex.h> header file. */ #define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `cosf' function. */ -/* #undef _GLIBCXX_HAVE_COSF */ +#define _GLIBCXX_HAVE_COSF 1 /* Define to 1 if you have the `coshf' function. */ -/* #undef _GLIBCXX_HAVE_COSHF */ +#define _GLIBCXX_HAVE_COSHF 1 /* Define to 1 if you have the `coshl' function. */ -/* #undef _GLIBCXX_HAVE_COSHL */ +#define _GLIBCXX_HAVE_COSHL 1 /* Define to 1 if you have the `cosl' function. */ -/* #undef _GLIBCXX_HAVE_COSL */ +#define _GLIBCXX_HAVE_COSL 1 /* Define to 1 if you have the <dirent.h> header file. */ #define _GLIBCXX_HAVE_DIRENT_H 1 @@ -657,13 +657,13 @@ namespace std #define _GLIBCXX_HAVE_EXECINFO_H 1 /* Define to 1 if you have the `expf' function. */ -/* #undef _GLIBCXX_HAVE_EXPF */ +#define _GLIBCXX_HAVE_EXPF 1 /* Define to 1 if you have the `expl' function. */ -/* #undef _GLIBCXX_HAVE_EXPL */ +#define _GLIBCXX_HAVE_EXPL 1 /* Define to 1 if you have the `fabsf' function. */ -/* #undef _GLIBCXX_HAVE_FABSF */ +#define _GLIBCXX_HAVE_FABSF 1 /* Define to 1 if you have the `fabsl' function. */ #define _GLIBCXX_HAVE_FABSL 1 @@ -675,10 +675,10 @@ namespace std #define _GLIBCXX_HAVE_FENV_H 1 /* Define to 1 if you have the `finite' function. */ -/* #undef _GLIBCXX_HAVE_FINITE */ +#define _GLIBCXX_HAVE_FINITE 1 /* Define to 1 if you have the `finitef' function. */ -/* #undef _GLIBCXX_HAVE_FINITEF */ +#define _GLIBCXX_HAVE_FINITEF 1 /* Define to 1 if you have the `finitel' function. */ /* #undef _GLIBCXX_HAVE_FINITEL */ @@ -687,16 +687,16 @@ namespace std #define _GLIBCXX_HAVE_FLOAT_H 1 /* Define to 1 if you have the `floorf' function. */ -/* #undef _GLIBCXX_HAVE_FLOORF */ +#define _GLIBCXX_HAVE_FLOORF 1 /* Define to 1 if you have the `floorl' function. */ -/* #undef _GLIBCXX_HAVE_FLOORL */ +#define _GLIBCXX_HAVE_FLOORL 1 /* Define to 1 if you have the `fmodf' function. */ -/* #undef _GLIBCXX_HAVE_FMODF */ +#define _GLIBCXX_HAVE_FMODF 1 /* Define to 1 if you have the `fmodl' function. */ -/* #undef _GLIBCXX_HAVE_FMODL */ +#define _GLIBCXX_HAVE_FMODL 1 /* Define to 1 if you have the `fpclass' function. */ /* #undef _GLIBCXX_HAVE_FPCLASS */ @@ -705,7 +705,7 @@ namespace std /* #undef _GLIBCXX_HAVE_FP_H */ /* Define to 1 if you have the `frexpf' function. */ -/* #undef _GLIBCXX_HAVE_FREXPF */ +#define _GLIBCXX_HAVE_FREXPF 1 /* Define to 1 if you have the `frexpl' function. */ /* #undef _GLIBCXX_HAVE_FREXPL */ @@ -717,13 +717,13 @@ namespace std #define _GLIBCXX_HAVE_GETS 1 /* Define to 1 if you have the `hypot' function. */ -/* #undef _GLIBCXX_HAVE_HYPOT */ +#define _GLIBCXX_HAVE_HYPOT 1 /* Define to 1 if you have the `hypotf' function. */ -/* #undef _GLIBCXX_HAVE_HYPOTF */ +#define _GLIBCXX_HAVE_HYPOTF 1 /* Define to 1 if you have the `hypotl' function. */ -/* #undef _GLIBCXX_HAVE_HYPOTL */ +#define _GLIBCXX_HAVE_HYPOTL 1 /* Define if you have the iconv() function. */ #define _GLIBCXX_HAVE_ICONV 1 @@ -747,7 +747,7 @@ namespace std #define _GLIBCXX_HAVE_ISINF 1 /* Define to 1 if you have the `isinff' function. */ -/* #undef _GLIBCXX_HAVE_ISINFF */ +#define _GLIBCXX_HAVE_ISINFF 1 /* Define to 1 if you have the `isinfl' function. */ /* #undef _GLIBCXX_HAVE_ISINFL */ @@ -756,7 +756,7 @@ namespace std #define _GLIBCXX_HAVE_ISNAN 1 /* Define to 1 if you have the `isnanf' function. */ -/* #undef _GLIBCXX_HAVE_ISNANF */ +#define _GLIBCXX_HAVE_ISNANF 1 /* Define to 1 if you have the `isnanl' function. */ /* #undef _GLIBCXX_HAVE_ISNANL */ @@ -768,7 +768,7 @@ namespace std #define _GLIBCXX_HAVE_LC_MESSAGES 1 /* Define to 1 if you have the `ldexpf' function. */ -/* #undef _GLIBCXX_HAVE_LDEXPF */ +#define _GLIBCXX_HAVE_LDEXPF 1 /* Define to 1 if you have the `ldexpl' function. */ /* #undef _GLIBCXX_HAVE_LDEXPL */ @@ -798,16 +798,16 @@ namespace std #define _GLIBCXX_HAVE_LOCALE_H 1 /* Define to 1 if you have the `log10f' function. */ -/* #undef _GLIBCXX_HAVE_LOG10F */ +#define _GLIBCXX_HAVE_LOG10F 1 /* Define to 1 if you have the `log10l' function. */ -/* #undef _GLIBCXX_HAVE_LOG10L */ +#define _GLIBCXX_HAVE_LOG10L 1 /* Define to 1 if you have the `logf' function. */ -/* #undef _GLIBCXX_HAVE_LOGF */ +#define _GLIBCXX_HAVE_LOGF 1 /* Define to 1 if you have the `logl' function. */ -/* #undef _GLIBCXX_HAVE_LOGL */ +#define _GLIBCXX_HAVE_LOGL 1 /* Define to 1 if you have the <machine/endian.h> header file. */ #define _GLIBCXX_HAVE_MACHINE_ENDIAN_H 1 @@ -825,22 +825,22 @@ namespace std #define _GLIBCXX_HAVE_MODF 1 /* Define to 1 if you have the `modff' function. */ -/* #undef _GLIBCXX_HAVE_MODFF */ +#define _GLIBCXX_HAVE_MODFF 1 /* Define to 1 if you have the `modfl' function. */ -/* #undef _GLIBCXX_HAVE_MODFL */ +#define _GLIBCXX_HAVE_MODFL 1 /* Define to 1 if you have the <nan.h> header file. */ /* #undef _GLIBCXX_HAVE_NAN_H */ /* Define if poll is available in <poll.h>. */ -/* #undef _GLIBCXX_HAVE_POLL */ +#define _GLIBCXX_HAVE_POLL 1 /* Define to 1 if you have the `powf' function. */ -/* #undef _GLIBCXX_HAVE_POWF */ +#define _GLIBCXX_HAVE_POWF 1 /* Define to 1 if you have the `powl' function. */ -/* #undef _GLIBCXX_HAVE_POWL */ +#define _GLIBCXX_HAVE_POWL 1 /* Define to 1 if you have the `qfpclass' function. */ /* #undef _GLIBCXX_HAVE_QFPCLASS */ @@ -861,25 +861,25 @@ namespace std /* #undef _GLIBCXX_HAVE_SINCOSL */ /* Define to 1 if you have the `sinf' function. */ -/* #undef _GLIBCXX_HAVE_SINF */ +#define _GLIBCXX_HAVE_SINF 1 /* Define to 1 if you have the `sinhf' function. */ -/* #undef _GLIBCXX_HAVE_SINHF */ +#define _GLIBCXX_HAVE_SINHF 1 /* Define to 1 if you have the `sinhl' function. */ -/* #undef _GLIBCXX_HAVE_SINHL */ +#define _GLIBCXX_HAVE_SINHL 1 /* Define to 1 if you have the `sinl' function. */ -/* #undef _GLIBCXX_HAVE_SINL */ +#define _GLIBCXX_HAVE_SINL 1 /* Defined if sleep exists. */ -#define _GLIBCXX_HAVE_SLEEP 1 +/* #undef _GLIBCXX_HAVE_SLEEP */ /* Define to 1 if you have the `sqrtf' function. */ -/* #undef _GLIBCXX_HAVE_SQRTF */ +#define _GLIBCXX_HAVE_SQRTF 1 /* Define to 1 if you have the `sqrtl' function. */ -/* #undef _GLIBCXX_HAVE_SQRTL */ +#define _GLIBCXX_HAVE_SQRTL 1 /* Define to 1 if you have the <stdalign.h> header file. */ #define _GLIBCXX_HAVE_STDALIGN_H 1 @@ -912,7 +912,7 @@ namespace std #define _GLIBCXX_HAVE_STRTOLD 1 /* Define to 1 if `d_type' is a member of `struct dirent'. */ -/* #undef _GLIBCXX_HAVE_STRUCT_DIRENT_D_TYPE */ +#define _GLIBCXX_HAVE_STRUCT_DIRENT_D_TYPE 1 /* Define if strxfrm_l is available in <string.h>. */ /* #undef _GLIBCXX_HAVE_STRXFRM_L */ @@ -970,19 +970,19 @@ namespace std /* #undef _GLIBCXX_HAVE_S_IFREG */ /* Define if S_IFREG is available in <sys/stat.h>. */ -/* #undef _GLIBCXX_HAVE_S_ISREG */ +#define _GLIBCXX_HAVE_S_ISREG 1 /* Define to 1 if you have the `tanf' function. */ -/* #undef _GLIBCXX_HAVE_TANF */ +#define _GLIBCXX_HAVE_TANF 1 /* Define to 1 if you have the `tanhf' function. */ -/* #undef _GLIBCXX_HAVE_TANHF */ +#define _GLIBCXX_HAVE_TANHF 1 /* Define to 1 if you have the `tanhl' function. */ -/* #undef _GLIBCXX_HAVE_TANHL */ +#define _GLIBCXX_HAVE_TANHL 1 /* Define to 1 if you have the `tanl' function. */ -/* #undef _GLIBCXX_HAVE_TANL */ +#define _GLIBCXX_HAVE_TANL 1 /* Define to 1 if you have the <tgmath.h> header file. */ #define _GLIBCXX_HAVE_TGMATH_H 1 @@ -994,7 +994,7 @@ namespace std #define _GLIBCXX_HAVE_UNISTD_H 1 /* Defined if usleep exists. */ -#define _GLIBCXX_HAVE_USLEEP 1 +/* #undef _GLIBCXX_HAVE_USLEEP */ /* Define to 1 if you have the <utime.h> header file. */ #define _GLIBCXX_HAVE_UTIME_H 1 @@ -1021,7 +1021,7 @@ namespace std /* #undef _GLIBCXX_HAVE_WIN32_SLEEP */ /* Define if writev is available in <sys/uio.h>. */ -/* #undef _GLIBCXX_HAVE_WRITEV */ +#define _GLIBCXX_HAVE_WRITEV 1 /* Define to 1 if you have the `_acosf' function. */ /* #undef _GLIBCXX_HAVE__ACOSF */ @@ -1362,26 +1362,26 @@ namespace std /* #undef _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL */ /* Defined if clock_gettime has monotonic clock support. */ -/* #undef _GLIBCXX_USE_CLOCK_MONOTONIC */ +#define _GLIBCXX_USE_CLOCK_MONOTONIC 1 /* Defined if clock_gettime has realtime clock support. */ -/* #undef _GLIBCXX_USE_CLOCK_REALTIME */ +#define _GLIBCXX_USE_CLOCK_REALTIME 1 /* Define if ISO/IEC TR 24733 decimal floating point types are supported on this host. */ /* #undef _GLIBCXX_USE_DECIMAL_FLOAT */ /* Define if fchmod is available in <sys/stat.h>. */ -/* #undef _GLIBCXX_USE_FCHMOD */ +#define _GLIBCXX_USE_FCHMOD 1 /* Define if fchmodat is available in <sys/stat.h>. */ -/* #undef _GLIBCXX_USE_FCHMODAT */ +#define _GLIBCXX_USE_FCHMODAT 1 /* Define if __float128 is supported on this host. */ /* #undef _GLIBCXX_USE_FLOAT128 */ /* Defined if gettimeofday is available. */ -/* #undef _GLIBCXX_USE_GETTIMEOFDAY */ +#define _GLIBCXX_USE_GETTIMEOFDAY 1 /* Define if get_nprocs is available in <sys/sysinfo.h>. */ /* #undef _GLIBCXX_USE_GET_NPROCS */ @@ -1396,7 +1396,7 @@ namespace std #define _GLIBCXX_USE_LONG_LONG 1 /* Defined if nanosleep is available. */ -/* #undef _GLIBCXX_USE_NANOSLEEP */ +#define _GLIBCXX_USE_NANOSLEEP 1 /* Define if NLS translations are to be used. */ /* #undef _GLIBCXX_USE_NLS */ @@ -1418,7 +1418,7 @@ namespace std #define _GLIBCXX_USE_SCHED_YIELD 1 /* Define if _SC_NPROCESSORS_ONLN is available in <unistd.h>. */ -/* #undef _GLIBCXX_USE_SC_NPROCESSORS_ONLN */ +#define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1 /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ @@ -1427,17 +1427,17 @@ namespace std /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ -/* #undef _GLIBCXX_USE_ST_MTIM */ +#define _GLIBCXX_USE_ST_MTIM 1 /* Define if sysctl(), CTL_HW and HW_NCPU are available in <sys/sysctl.h>. */ -/* #undef _GLIBCXX_USE_SYSCTL_HW_NCPU */ +#define _GLIBCXX_USE_SYSCTL_HW_NCPU 1 /* Define if obsolescent tmpnam is available in <stdio.h>. */ -/* #undef _GLIBCXX_USE_TMPNAM */ +#define _GLIBCXX_USE_TMPNAM 1 /* Define if utimensat and UTIME_OMIT are available in <sys/stat.h> and AT_FDCWD in <fcntl.h>. */ -/* #undef _GLIBCXX_USE_UTIMENSAT */ +#define _GLIBCXX_USE_UTIMENSAT 1 /* Define if code specialized for wchar_t should be used. */ #define _GLIBCXX_USE_WCHAR_T 1 Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/c++config.h Tue Nov 14 00:54:50 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/hppa/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/hppa/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/hppa/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/hppa/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/hppa/c++config.h Tue Nov 14 00:54:50 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/i386/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/i386/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/i386/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/i386/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/i386/c++config.h Tue Nov 14 00:54:50 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/ia64/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/ia64/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/ia64/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/ia64/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/ia64/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68000/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68000/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68000/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68000/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68000/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/m68k/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64eb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64eb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64eb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64eb/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64eb/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64el/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64el/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64el/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64el/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mips64el/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/c++config.h:1.6 Thu Oct 5 23:46:36 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc64/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc64/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc64/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc64/c++config.h:1.6 Thu Oct 5 23:46:37 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc64/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3eb/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3eb/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3eb/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3eb/c++config.h:1.6 Thu Oct 5 23:46:37 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3eb/c++config.h Tue Nov 14 00:54:51 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3el/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3el/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3el/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3el/c++config.h:1.6 Thu Oct 5 23:46:37 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sh3el/c++config.h Tue Nov 14 00:54:52 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/c++config.h:1.6 Thu Oct 5 23:46:37 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/c++config.h Tue Nov 14 00:54:52 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc64/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc64/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc64/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc64/c++config.h:1.6 Thu Oct 5 23:46:37 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc64/c++config.h Tue Nov 14 00:54:52 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/c++config.h:1.6 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/c++config.h:1.7 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/c++config.h:1.6 Thu Oct 5 23:46:37 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/c++config.h Tue Nov 14 00:54:52 2017 @@ -35,7 +35,7 @@ #define _GLIBCXX_CXX_CONFIG_H 1 // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20160603 +#define __GLIBCXX__ 20171010 // Macros for various attributes. // _GLIBCXX_PURE @@ -181,8 +181,11 @@ namespace placeholders { } namespace regex_constants { } namespace this_thread { } - - namespace experimental { } + inline namespace literals { + inline namespace chrono_literals { } + inline namespace complex_literals { } + inline namespace string_literals { } + } } namespace abi { } @@ -267,7 +270,11 @@ namespace std namespace regex_constants { inline namespace __7 { } } namespace this_thread { inline namespace __7 { } } - namespace experimental { inline namespace __7 { } } + inline namespace literals { + inline namespace chrono_literals { inline namespace __7 { } } + inline namespace complex_literals { inline namespace __7 { } } + inline namespace string_literals { inline namespace __7 { } } + } namespace __detail { inline namespace __7 { } } } @@ -599,7 +606,7 @@ namespace std #define _GLIBCXX_HAVE_EIDRM 1 /* Define to 1 if you have the <endian.h> header file. */ -/* #undef _GLIBCXX_HAVE_ENDIAN_H */ +#define _GLIBCXX_HAVE_ENDIAN_H 1 /* Define if ENODATA exists. */ #define _GLIBCXX_HAVE_ENODATA 1 @@ -1416,7 +1423,7 @@ namespace std /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ -/* Define if sendfile is available in <sys/stat.h>. */ +/* Define if sendfile is available in <sys/sendfile.h>. */ /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ @@ -1444,9 +1451,14 @@ namespace std /* Define to 1 if mutex_timedlock is available. */ #define _GTHREAD_USE_MUTEX_TIMEDLOCK 0 -/* Define if all C++11 overloads are available in <math.h>. */ +/* Define if all C++11 floating point overloads are available in <math.h>. */ +#if __cplusplus >= 201103L +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_FP */ +#endif + +/* Define if all C++11 integral type overloads are available in <math.h>. */ #if __cplusplus >= 201103L -/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO */ +/* #undef __CORRECT_ISO_CPP11_MATH_H_PROTO_INT */ #endif #if defined (_GLIBCXX_HAVE__ACOSF) && ! defined (_GLIBCXX_HAVE_ACOSF) Index: src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/c++config.h diff -u src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/c++config.h:1.7 src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/c++config.h:1.8 --- src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/c++config.h:1.7 Mon Nov 13 08:05:31 2017 +++ src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/c++config.h Tue Nov 14 00:54:52 2017 @@ -1,5 +1,5 @@ /* This file is automatically generated. DO NOT EDIT! */ -/* Generated from: NetBSD: mknative-gcc,v 1.90 2017/10/04 21:42:20 christos Exp */ +/* Generated from: NetBSD: mknative-gcc.old,v 1.5 2017/10/04 21:42:20 christos Exp */ /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp */ // Predefined symbols and macros -*- C++ -*- @@ -534,31 +534,31 @@ namespace std /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if you have the `acosf' function. */ -/* #undef _GLIBCXX_HAVE_ACOSF */ +#define _GLIBCXX_HAVE_ACOSF 1 /* Define to 1 if you have the `acosl' function. */ -/* #undef _GLIBCXX_HAVE_ACOSL */ +#define _GLIBCXX_HAVE_ACOSL 1 /* Define to 1 if you have the `asinf' function. */ -/* #undef _GLIBCXX_HAVE_ASINF */ +#define _GLIBCXX_HAVE_ASINF 1 /* Define to 1 if you have the `asinl' function. */ -/* #undef _GLIBCXX_HAVE_ASINL */ +#define _GLIBCXX_HAVE_ASINL 1 /* Define to 1 if the target assembler supports .symver directive. */ #define _GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE 1 /* Define to 1 if you have the `atan2f' function. */ -/* #undef _GLIBCXX_HAVE_ATAN2F */ +#define _GLIBCXX_HAVE_ATAN2F 1 /* Define to 1 if you have the `atan2l' function. */ -/* #undef _GLIBCXX_HAVE_ATAN2L */ +#define _GLIBCXX_HAVE_ATAN2L 1 /* Define to 1 if you have the `atanf' function. */ -/* #undef _GLIBCXX_HAVE_ATANF */ +#define _GLIBCXX_HAVE_ATANF 1 /* Define to 1 if you have the `atanl' function. */ -/* #undef _GLIBCXX_HAVE_ATANL */ +#define _GLIBCXX_HAVE_ATANL 1 /* Define to 1 if you have the `at_quick_exit' function. */ #define _GLIBCXX_HAVE_AT_QUICK_EXIT 1 @@ -567,25 +567,25 @@ namespace std /* #undef _GLIBCXX_HAVE_CC_TLS */ /* Define to 1 if you have the `ceilf' function. */ -/* #undef _GLIBCXX_HAVE_CEILF */ +#define _GLIBCXX_HAVE_CEILF 1 /* Define to 1 if you have the `ceill' function. */ -/* #undef _GLIBCXX_HAVE_CEILL */ +#define _GLIBCXX_HAVE_CEILL 1 /* Define to 1 if you have the <complex.h> header file. */ #define _GLIBCXX_HAVE_COMPLEX_H 1 /* Define to 1 if you have the `cosf' function. */ -/* #undef _GLIBCXX_HAVE_COSF */ +#define _GLIBCXX_HAVE_COSF 1 /* Define to 1 if you have the `coshf' function. */ -/* #undef _GLIBCXX_HAVE_COSHF */ +#define _GLIBCXX_HAVE_COSHF 1 /* Define to 1 if you have the `coshl' function. */ -/* #undef _GLIBCXX_HAVE_COSHL */ +#define _GLIBCXX_HAVE_COSHL 1 /* Define to 1 if you have the `cosl' function. */ -/* #undef _GLIBCXX_HAVE_COSL */ +#define _GLIBCXX_HAVE_COSL 1 /* Define to 1 if you have the <dirent.h> header file. */ #define _GLIBCXX_HAVE_DIRENT_H 1 @@ -657,16 +657,16 @@ namespace std #define _GLIBCXX_HAVE_EXECINFO_H 1 /* Define to 1 if you have the `expf' function. */ -/* #undef _GLIBCXX_HAVE_EXPF */ +#define _GLIBCXX_HAVE_EXPF 1 /* Define to 1 if you have the `expl' function. */ -/* #undef _GLIBCXX_HAVE_EXPL */ +#define _GLIBCXX_HAVE_EXPL 1 /* Define to 1 if you have the `fabsf' function. */ -/* #undef _GLIBCXX_HAVE_FABSF */ +#define _GLIBCXX_HAVE_FABSF 1 /* Define to 1 if you have the `fabsl' function. */ -/* #undef _GLIBCXX_HAVE_FABSL */ +#define _GLIBCXX_HAVE_FABSL 1 /* Define to 1 if you have the <fcntl.h> header file. */ #define _GLIBCXX_HAVE_FCNTL_H 1 @@ -675,10 +675,10 @@ namespace std #define _GLIBCXX_HAVE_FENV_H 1 /* Define to 1 if you have the `finite' function. */ -/* #undef _GLIBCXX_HAVE_FINITE */ +#define _GLIBCXX_HAVE_FINITE 1 /* Define to 1 if you have the `finitef' function. */ -/* #undef _GLIBCXX_HAVE_FINITEF */ +#define _GLIBCXX_HAVE_FINITEF 1 /* Define to 1 if you have the `finitel' function. */ /* #undef _GLIBCXX_HAVE_FINITEL */ @@ -687,16 +687,16 @@ namespace std #define _GLIBCXX_HAVE_FLOAT_H 1 /* Define to 1 if you have the `floorf' function. */ -/* #undef _GLIBCXX_HAVE_FLOORF */ +#define _GLIBCXX_HAVE_FLOORF 1 /* Define to 1 if you have the `floorl' function. */ -/* #undef _GLIBCXX_HAVE_FLOORL */ +#define _GLIBCXX_HAVE_FLOORL 1 /* Define to 1 if you have the `fmodf' function. */ -/* #undef _GLIBCXX_HAVE_FMODF */ +#define _GLIBCXX_HAVE_FMODF 1 /* Define to 1 if you have the `fmodl' function. */ -/* #undef _GLIBCXX_HAVE_FMODL */ +#define _GLIBCXX_HAVE_FMODL 1 /* Define to 1 if you have the `fpclass' function. */ /* #undef _GLIBCXX_HAVE_FPCLASS */ @@ -705,10 +705,10 @@ namespace std /* #undef _GLIBCXX_HAVE_FP_H */ /* Define to 1 if you have the `frexpf' function. */ -/* #undef _GLIBCXX_HAVE_FREXPF */ +#define _GLIBCXX_HAVE_FREXPF 1 /* Define to 1 if you have the `frexpl' function. */ -/* #undef _GLIBCXX_HAVE_FREXPL */ +#define _GLIBCXX_HAVE_FREXPL 1 /* Define if _Unwind_GetIPInfo is available. */ #define _GLIBCXX_HAVE_GETIPINFO 1 @@ -717,13 +717,13 @@ namespace std #define _GLIBCXX_HAVE_GETS 1 /* Define to 1 if you have the `hypot' function. */ -/* #undef _GLIBCXX_HAVE_HYPOT */ +#define _GLIBCXX_HAVE_HYPOT 1 /* Define to 1 if you have the `hypotf' function. */ -/* #undef _GLIBCXX_HAVE_HYPOTF */ +#define _GLIBCXX_HAVE_HYPOTF 1 /* Define to 1 if you have the `hypotl' function. */ -/* #undef _GLIBCXX_HAVE_HYPOTL */ +#define _GLIBCXX_HAVE_HYPOTL 1 /* Define if you have the iconv() function. */ #define _GLIBCXX_HAVE_ICONV 1 @@ -747,7 +747,7 @@ namespace std #define _GLIBCXX_HAVE_ISINF 1 /* Define to 1 if you have the `isinff' function. */ -/* #undef _GLIBCXX_HAVE_ISINFF */ +#define _GLIBCXX_HAVE_ISINFF 1 /* Define to 1 if you have the `isinfl' function. */ /* #undef _GLIBCXX_HAVE_ISINFL */ @@ -756,7 +756,7 @@ namespace std #define _GLIBCXX_HAVE_ISNAN 1 /* Define to 1 if you have the `isnanf' function. */ -/* #undef _GLIBCXX_HAVE_ISNANF */ +#define _GLIBCXX_HAVE_ISNANF 1 /* Define to 1 if you have the `isnanl' function. */ /* #undef _GLIBCXX_HAVE_ISNANL */ @@ -768,10 +768,10 @@ namespace std #define _GLIBCXX_HAVE_LC_MESSAGES 1 /* Define to 1 if you have the `ldexpf' function. */ -/* #undef _GLIBCXX_HAVE_LDEXPF */ +#define _GLIBCXX_HAVE_LDEXPF 1 /* Define to 1 if you have the `ldexpl' function. */ -/* #undef _GLIBCXX_HAVE_LDEXPL */ +#define _GLIBCXX_HAVE_LDEXPL 1 /* Define to 1 if you have the <libintl.h> header file. */ /* #undef _GLIBCXX_HAVE_LIBINTL_H */ @@ -798,16 +798,16 @@ namespace std #define _GLIBCXX_HAVE_LOCALE_H 1 /* Define to 1 if you have the `log10f' function. */ -/* #undef _GLIBCXX_HAVE_LOG10F */ +#define _GLIBCXX_HAVE_LOG10F 1 /* Define to 1 if you have the `log10l' function. */ -/* #undef _GLIBCXX_HAVE_LOG10L */ +#define _GLIBCXX_HAVE_LOG10L 1 /* Define to 1 if you have the `logf' function. */ -/* #undef _GLIBCXX_HAVE_LOGF */ +#define _GLIBCXX_HAVE_LOGF 1 /* Define to 1 if you have the `logl' function. */ -/* #undef _GLIBCXX_HAVE_LOGL */ +#define _GLIBCXX_HAVE_LOGL 1 /* Define to 1 if you have the <machine/endian.h> header file. */ #define _GLIBCXX_HAVE_MACHINE_ENDIAN_H 1 @@ -825,22 +825,22 @@ namespace std #define _GLIBCXX_HAVE_MODF 1 /* Define to 1 if you have the `modff' function. */ -/* #undef _GLIBCXX_HAVE_MODFF */ +#define _GLIBCXX_HAVE_MODFF 1 /* Define to 1 if you have the `modfl' function. */ -/* #undef _GLIBCXX_HAVE_MODFL */ +#define _GLIBCXX_HAVE_MODFL 1 /* Define to 1 if you have the <nan.h> header file. */ /* #undef _GLIBCXX_HAVE_NAN_H */ /* Define if poll is available in <poll.h>. */ -/* #undef _GLIBCXX_HAVE_POLL */ +#define _GLIBCXX_HAVE_POLL 1 /* Define to 1 if you have the `powf' function. */ -/* #undef _GLIBCXX_HAVE_POWF */ +#define _GLIBCXX_HAVE_POWF 1 /* Define to 1 if you have the `powl' function. */ -/* #undef _GLIBCXX_HAVE_POWL */ +#define _GLIBCXX_HAVE_POWL 1 /* Define to 1 if you have the `qfpclass' function. */ /* #undef _GLIBCXX_HAVE_QFPCLASS */ @@ -861,25 +861,25 @@ namespace std /* #undef _GLIBCXX_HAVE_SINCOSL */ /* Define to 1 if you have the `sinf' function. */ -/* #undef _GLIBCXX_HAVE_SINF */ +#define _GLIBCXX_HAVE_SINF 1 /* Define to 1 if you have the `sinhf' function. */ -/* #undef _GLIBCXX_HAVE_SINHF */ +#define _GLIBCXX_HAVE_SINHF 1 /* Define to 1 if you have the `sinhl' function. */ -/* #undef _GLIBCXX_HAVE_SINHL */ +#define _GLIBCXX_HAVE_SINHL 1 /* Define to 1 if you have the `sinl' function. */ -/* #undef _GLIBCXX_HAVE_SINL */ +#define _GLIBCXX_HAVE_SINL 1 /* Defined if sleep exists. */ -#define _GLIBCXX_HAVE_SLEEP 1 +/* #undef _GLIBCXX_HAVE_SLEEP */ /* Define to 1 if you have the `sqrtf' function. */ -/* #undef _GLIBCXX_HAVE_SQRTF */ +#define _GLIBCXX_HAVE_SQRTF 1 /* Define to 1 if you have the `sqrtl' function. */ -/* #undef _GLIBCXX_HAVE_SQRTL */ +#define _GLIBCXX_HAVE_SQRTL 1 /* Define to 1 if you have the <stdalign.h> header file. */ #define _GLIBCXX_HAVE_STDALIGN_H 1 @@ -912,7 +912,7 @@ namespace std #define _GLIBCXX_HAVE_STRTOLD 1 /* Define to 1 if `d_type' is a member of `struct dirent'. */ -/* #undef _GLIBCXX_HAVE_STRUCT_DIRENT_D_TYPE */ +#define _GLIBCXX_HAVE_STRUCT_DIRENT_D_TYPE 1 /* Define if strxfrm_l is available in <string.h>. */ /* #undef _GLIBCXX_HAVE_STRXFRM_L */ @@ -970,19 +970,19 @@ namespace std /* #undef _GLIBCXX_HAVE_S_IFREG */ /* Define if S_IFREG is available in <sys/stat.h>. */ -/* #undef _GLIBCXX_HAVE_S_ISREG */ +#define _GLIBCXX_HAVE_S_ISREG 1 /* Define to 1 if you have the `tanf' function. */ -/* #undef _GLIBCXX_HAVE_TANF */ +#define _GLIBCXX_HAVE_TANF 1 /* Define to 1 if you have the `tanhf' function. */ -/* #undef _GLIBCXX_HAVE_TANHF */ +#define _GLIBCXX_HAVE_TANHF 1 /* Define to 1 if you have the `tanhl' function. */ -/* #undef _GLIBCXX_HAVE_TANHL */ +#define _GLIBCXX_HAVE_TANHL 1 /* Define to 1 if you have the `tanl' function. */ -/* #undef _GLIBCXX_HAVE_TANL */ +#define _GLIBCXX_HAVE_TANL 1 /* Define to 1 if you have the <tgmath.h> header file. */ #define _GLIBCXX_HAVE_TGMATH_H 1 @@ -994,7 +994,7 @@ namespace std #define _GLIBCXX_HAVE_UNISTD_H 1 /* Defined if usleep exists. */ -#define _GLIBCXX_HAVE_USLEEP 1 +/* #undef _GLIBCXX_HAVE_USLEEP */ /* Define to 1 if you have the <utime.h> header file. */ #define _GLIBCXX_HAVE_UTIME_H 1 @@ -1021,7 +1021,7 @@ namespace std /* #undef _GLIBCXX_HAVE_WIN32_SLEEP */ /* Define if writev is available in <sys/uio.h>. */ -/* #undef _GLIBCXX_HAVE_WRITEV */ +#define _GLIBCXX_HAVE_WRITEV 1 /* Define to 1 if you have the `_acosf' function. */ /* #undef _GLIBCXX_HAVE__ACOSF */ @@ -1362,26 +1362,26 @@ namespace std /* #undef _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL */ /* Defined if clock_gettime has monotonic clock support. */ -/* #undef _GLIBCXX_USE_CLOCK_MONOTONIC */ +#define _GLIBCXX_USE_CLOCK_MONOTONIC 1 /* Defined if clock_gettime has realtime clock support. */ -/* #undef _GLIBCXX_USE_CLOCK_REALTIME */ +#define _GLIBCXX_USE_CLOCK_REALTIME 1 /* Define if ISO/IEC TR 24733 decimal floating point types are supported on this host. */ /* #undef _GLIBCXX_USE_DECIMAL_FLOAT */ /* Define if fchmod is available in <sys/stat.h>. */ -/* #undef _GLIBCXX_USE_FCHMOD */ +#define _GLIBCXX_USE_FCHMOD 1 /* Define if fchmodat is available in <sys/stat.h>. */ -/* #undef _GLIBCXX_USE_FCHMODAT */ +#define _GLIBCXX_USE_FCHMODAT 1 /* Define if __float128 is supported on this host. */ #define _GLIBCXX_USE_FLOAT128 1 /* Defined if gettimeofday is available. */ -/* #undef _GLIBCXX_USE_GETTIMEOFDAY */ +#define _GLIBCXX_USE_GETTIMEOFDAY 1 /* Define if get_nprocs is available in <sys/sysinfo.h>. */ /* #undef _GLIBCXX_USE_GET_NPROCS */ @@ -1396,7 +1396,7 @@ namespace std #define _GLIBCXX_USE_LONG_LONG 1 /* Defined if nanosleep is available. */ -/* #undef _GLIBCXX_USE_NANOSLEEP */ +#define _GLIBCXX_USE_NANOSLEEP 1 /* Define if NLS translations are to be used. */ /* #undef _GLIBCXX_USE_NLS */ @@ -1418,7 +1418,7 @@ namespace std #define _GLIBCXX_USE_SCHED_YIELD 1 /* Define if _SC_NPROCESSORS_ONLN is available in <unistd.h>. */ -/* #undef _GLIBCXX_USE_SC_NPROCESSORS_ONLN */ +#define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1 /* Define if _SC_NPROC_ONLN is available in <unistd.h>. */ /* #undef _GLIBCXX_USE_SC_NPROC_ONLN */ @@ -1427,17 +1427,17 @@ namespace std /* #undef _GLIBCXX_USE_SENDFILE */ /* Define if struct stat has timespec members. */ -/* #undef _GLIBCXX_USE_ST_MTIM */ +#define _GLIBCXX_USE_ST_MTIM 1 /* Define if sysctl(), CTL_HW and HW_NCPU are available in <sys/sysctl.h>. */ -/* #undef _GLIBCXX_USE_SYSCTL_HW_NCPU */ +#define _GLIBCXX_USE_SYSCTL_HW_NCPU 1 /* Define if obsolescent tmpnam is available in <stdio.h>. */ -/* #undef _GLIBCXX_USE_TMPNAM */ +#define _GLIBCXX_USE_TMPNAM 1 /* Define if utimensat and UTIME_OMIT are available in <sys/stat.h> and AT_FDCWD in <fcntl.h>. */ -/* #undef _GLIBCXX_USE_UTIMENSAT */ +#define _GLIBCXX_USE_UTIMENSAT 1 /* Define if code specialized for wchar_t should be used. */ #define _GLIBCXX_USE_WCHAR_T 1