Module Name:    src
Committed By:   christos
Date:           Fri Aug 26 17:28:55 UTC 2016

Modified Files:
        src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha: c++config.h
            gstdint.h
        src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb: c++config.h
        src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el: c++config.h
        src/external/gpl3/gcc/usr.bin/gcc/arch/alpha: configargs.h
        src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb: configargs.h
        src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el: configargs.h

Log Message:
regen for alpha and sh now that they have fenv.h


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h
cvs rdiff -u -r1.16 -r1.17 \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h
cvs rdiff -u -r1.18 -r1.19 \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h
cvs rdiff -u -r1.18 -r1.19 \
    src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h
cvs rdiff -u -r1.19 -r1.20 \
    src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h
cvs rdiff -u -r1.21 -r1.22 \
    src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.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/lib/libstdc++-v3/arch/alpha/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h:1.16 src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h:1.17
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h:1.16	Tue Jun  7 14:53:09 2016
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h	Fri Aug 26 13:28:54 2016
@@ -665,7 +665,7 @@ namespace std
 #define _GLIBCXX_HAVE_FCNTL_H 1
 
 /* Define to 1 if you have the <fenv.h> header file. */
-/* #undef _GLIBCXX_HAVE_FENV_H */
+#define _GLIBCXX_HAVE_FENV_H 1
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
@@ -1328,7 +1328,7 @@ namespace std
 
 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
    namespace std::tr1. */
-/* #undef _GLIBCXX_USE_C99_FENV_TR1 */
+#define _GLIBCXX_USE_C99_FENV_TR1 1
 
 /* Define if C99 functions in <inttypes.h> should be imported in
    <tr1/cinttypes> in namespace std::tr1. */

Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h:1.12 src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h:1.13
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h:1.12	Tue Jun  7 14:53:09 2016
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/gstdint.h	Fri Aug 26 13:28:54 2016
@@ -2,7 +2,7 @@
 /* Generated from: NetBSD: mknative-gcc,v 1.87 2016/03/17 23:41:21 mrg Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
-/* generated for  alpha--netbsd-gcc (NetBSD nb1 20160317) 5.4.0 */
+/* generated for  alpha--netbsd-gcc (NetBSD nb1 20160606) 5.4.0 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1

Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h:1.16 src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h:1.17
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h:1.16	Tue Jun  7 14:53:11 2016
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3eb/c++config.h	Fri Aug 26 13:28:54 2016
@@ -665,7 +665,7 @@ namespace std
 #define _GLIBCXX_HAVE_FCNTL_H 1
 
 /* Define to 1 if you have the <fenv.h> header file. */
-/* #undef _GLIBCXX_HAVE_FENV_H */
+#define _GLIBCXX_HAVE_FENV_H 1
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
@@ -1328,7 +1328,7 @@ namespace std
 
 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
    namespace std::tr1. */
-/* #undef _GLIBCXX_USE_C99_FENV_TR1 */
+#define _GLIBCXX_USE_C99_FENV_TR1 1
 
 /* Define if C99 functions in <inttypes.h> should be imported in
    <tr1/cinttypes> in namespace std::tr1. */

Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h:1.18 src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h:1.19
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h:1.18	Tue Jun  7 14:53:11 2016
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/sh3el/c++config.h	Fri Aug 26 13:28:54 2016
@@ -665,7 +665,7 @@ namespace std
 #define _GLIBCXX_HAVE_FCNTL_H 1
 
 /* Define to 1 if you have the <fenv.h> header file. */
-/* #undef _GLIBCXX_HAVE_FENV_H */
+#define _GLIBCXX_HAVE_FENV_H 1
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
@@ -1328,7 +1328,7 @@ namespace std
 
 /* Define if C99 functions in <fenv.h> should be imported in <tr1/cfenv> in
    namespace std::tr1. */
-/* #undef _GLIBCXX_USE_C99_FENV_TR1 */
+#define _GLIBCXX_USE_C99_FENV_TR1 1
 
 /* Define if C99 functions in <inttypes.h> should be imported in
    <tr1/cinttypes> in namespace std::tr1. */

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h:1.18 src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h:1.19
--- src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h:1.18	Tue Jun  7 14:53:01 2016
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h	Fri Aug 26 13:28:54 2016
@@ -3,7 +3,7 @@
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=alpha--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160317' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/alpha/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/alpha/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/alpha/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/alpha --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0 --host=alpha--netbsd --with-sysroot=/var/obj/mknative/alpha/usr/src/destdir.alpha";
+static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=alpha--netbsd --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/usr/src/external/lgpl3/mpc/lib/libmpc/obj.alpha --with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.alpha --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.alpha --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/alpha --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.99 --host=alpha--netbsd --with-sysroot=/usr/obj/alpha/release";
 static const char thread_model[] = "posix";
 
 static const struct {

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h:1.19 src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h:1.20
--- src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h:1.19	Tue Jun  7 14:53:04 2016
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h	Fri Aug 26 13:28:54 2016
@@ -3,7 +3,7 @@
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sh--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/mmeye-sh3eb/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/mmeye-sh3eb/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/mmeye-sh3eb/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0 --host=sh--netbsdelf --with-sysroot=/var/obj/mknative/mmeye-sh3eb
 /usr/src/destdir.mmeye";
+static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sh--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/usr/src/external/lgpl3/mpc/lib/libmpc/obj.mmeye --with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.mmeye --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.mmeye --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.99 --host=sh--netbsdelf --with-sysroot=/usr/obj/mmeye/release : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/di
 st/configure --target=sh--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/usr/src/external/lgpl3/mpc/lib/libmpc/obj.mmeye --with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.mmeye --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.mmeye --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.99 --host=sh--netbsdelf --with-sysroot=/usr/obj/mmeye/release : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sh--netbsdelf --enable-long-long --enable-threads --with-bugurl=http:/
 /www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/usr/src/external/lgpl3/mpc/lib/libmpc/obj.mmeye --with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.mmeye --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.mmeye --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.99 --host=sh--netbsdelf --with-sysroot=/usr/obj/mmeye/release : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sh--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib
  --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/usr/src/external/lgpl3/mpc/lib/libmpc/obj.mmeye --with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.mmeye --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.mmeye --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.99 --host=sh--netbsdelf --with-sysroot=/usr/obj/mmeye/release : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=sh--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnost
 ics-color=auto-if-env --with-mpc-lib=/usr/src/external/lgpl3/mpc/lib/libmpc/obj.mmeye --with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.mmeye --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.mmeye --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.99 --host=sh--netbsdelf --with-sysroot=/usr/obj/mmeye/release";
 static const char thread_model[] = "posix";
 
 static const struct {

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h:1.21 src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h:1.22
--- src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h:1.21	Tue Jun  7 14:53:04 2016
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h	Fri Aug 26 13:28:54 2016
@@ -3,7 +3,7 @@
 /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=shle--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/var/obj/mknative/landisk-sh3el/usr/src/external/lgpl3/mpc/lib/libmpc --with-mpfr-lib=/var/obj/mknative/landisk-sh3el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/var/obj/mknative/landisk-sh3el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/sh3el --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.0 --host=shle--netbsdelf --with-sysroot=/var/obj/mknative/l
 andisk-sh3el/usr/src/destdir.landisk";
+static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=shle--netbsdelf --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20160606' --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-time=rt --enable-libstdcxx-threads --with-diagnostics-color=auto-if-env --with-mpc-lib=/usr/src/external/lgpl3/mpc/lib/libmpc/obj.dreamcast --with-mpfr-lib=/usr/src/external/lgpl3/mpfr/lib/libmpfr/obj.dreamcast --with-gmp-lib=/usr/src/external/lgpl3/gmp/lib/libgmp/obj.dreamcast --with-mpc-include=/usr/src/external/lgpl3/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist/src --with-gmp-include=/usr/src/external/lgpl3/gmp/lib/libgmp/arch/sh3el --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd7.99 --host=shle--netbsdelf --with-sysroot=/usr/obj/dreamcast/release";
 static const char thread_model[] = "posix";
 
 static const struct {

Reply via email to