Module Name:    src
Committed By:   skrll
Date:           Fri Apr 26 15:56:46 UTC 2013

Modified Files:
        src/external/gpl3/gcc/lib/libgomp/arch/earm: config.h
        src/external/gpl3/gcc/lib/libiberty/arch/earm: config.h
        src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm: c++config.h config.h
        src/external/gpl3/gcc/usr.bin/gcc/arch/earm: auto-host.h configargs.h

Log Message:
Re-run gcc mknative for earm


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgomp/arch/earm/config.h
cvs rdiff -u -r1.1 -r1.2 \
    src/external/gpl3/gcc/lib/libiberty/arch/earm/config.h
cvs rdiff -u -r1.3 -r1.4 \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h
cvs rdiff -u -r1.3 -r1.4 \
    src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h
cvs rdiff -u -r1.4 -r1.5 \
    src/external/gpl3/gcc/usr.bin/gcc/arch/earm/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/libgomp/arch/earm/config.h
diff -u src/external/gpl3/gcc/lib/libgomp/arch/earm/config.h:1.1 src/external/gpl3/gcc/lib/libgomp/arch/earm/config.h:1.2
--- src/external/gpl3/gcc/lib/libgomp/arch/earm/config.h:1.1	Sun Aug  5 17:03:31 2012
+++ src/external/gpl3/gcc/lib/libgomp/arch/earm/config.h	Fri Apr 26 15:56:45 2013
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: 	NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
+/* Generated from: 	NetBSD: mknative-gcc,v 1.69 2013/04/25 16:18:43 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */

Index: src/external/gpl3/gcc/lib/libiberty/arch/earm/config.h
diff -u src/external/gpl3/gcc/lib/libiberty/arch/earm/config.h:1.1 src/external/gpl3/gcc/lib/libiberty/arch/earm/config.h:1.2
--- src/external/gpl3/gcc/lib/libiberty/arch/earm/config.h:1.1	Sun Aug  5 17:03:31 2012
+++ src/external/gpl3/gcc/lib/libiberty/arch/earm/config.h	Fri Apr 26 15:56:45 2013
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: 	NetBSD: mknative-gcc,v 1.66 2012/01/10 12:27:54 skrll Exp  */
+/* Generated from: 	NetBSD: mknative-gcc,v 1.69 2013/04/25 16:18:43 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.in by configure.  */

Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h:1.3 src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h:1.4
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h:1.3	Thu Apr 25 15:07:16 2013
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h	Fri Apr 26 15:56:46 2013
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: 	NetBSD: mknative-gcc,v 1.68 2012/09/25 06:55:10 skrll Exp  */
+/* Generated from: 	NetBSD: mknative-gcc,v 1.69 2013/04/25 16:18:43 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -499,7 +499,7 @@ _GLIBCXX_END_NAMESPACE
 /* #undef _GLIBCXX_HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define _GLIBCXX_HAVE_FENV_H 1
+/* #undef _GLIBCXX_HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define _GLIBCXX_HAVE_FINITE 1
@@ -1143,7 +1143,7 @@ _GLIBCXX_END_NAMESPACE
 
 /* Define if C99 functions or macros in <math.h> should be imported in
    <tr1/cmath> in namespace std::tr1. */
-/* #undef _GLIBCXX_USE_C99_MATH_TR1 */
+#define _GLIBCXX_USE_C99_MATH_TR1 1
 
 /* Define if C99 types in <stdint.h> should be imported in <tr1/cstdint> in
    namespace std::tr1. */
Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h:1.3 src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h:1.4
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h:1.3	Thu Apr 25 15:07:16 2013
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h	Fri Apr 26 15:56:46 2013
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: 	NetBSD: mknative-gcc,v 1.68 2012/09/25 06:55:10 skrll Exp  */
+/* Generated from: 	NetBSD: mknative-gcc,v 1.69 2013/04/25 16:18:43 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* config.h.  Generated from config.h.in by configure.  */
@@ -120,7 +120,7 @@
 /* #undef HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-#define HAVE_FENV_H 1
+/* #undef HAVE_FENV_H */
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
@@ -765,7 +765,7 @@
 
 /* Define if C99 functions or macros in <math.h> should be imported in
    <tr1/cmath> in namespace std::tr1. */
-/* #undef _GLIBCXX_USE_C99_MATH_TR1 */
+#define _GLIBCXX_USE_C99_MATH_TR1 1
 
 /* Define if C99 types in <stdint.h> should be imported in <tr1/cstdint> in
    namespace std::tr1. */

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h:1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h:1.4
--- src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h:1.3	Thu Apr 25 15:07:16 2013
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h	Fri Apr 26 15:56:46 2013
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from: 	NetBSD: mknative-gcc,v 1.68 2012/09/25 06:55:10 skrll Exp  */
+/* Generated from: 	NetBSD: mknative-gcc,v 1.69 2013/04/25 16:18:43 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* auto-host.h.  Generated from config.in by configure.  */

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h:1.4 src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h:1.5
--- src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h:1.4	Thu Apr 25 16:22:56 2013
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h	Fri Apr 26 15:56:46 2013
@@ -3,7 +3,7 @@
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf-eabi --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20120916' --with-system-zlib --enable-__cxa_atexit --with-mpc-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl2/mpc/lib/libmpc --with-mpfr-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/tools/gcc/../../external/lgpl2/mpc/dist/src --with-mpfr-include=/usr/src/tools/gcc/../../external/lgpl3/mpfr/dist --with-gmp-include=/usr/src/tools/gcc/../../external/lgpl3/gmp/lib/libgmp/arch/earm --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.99.19 --host=arm--netbsdelf-eabi : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf
-eabi --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20120916' --with-system-zlib --enable-__cxa_atexit --with-mpc-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl2/mpc/lib/libmpc --with-mpfr-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/tools/gcc/../../external/lgpl2/mpc/dist/src --with-mpfr-include=/usr/src/tools/gcc/../../external/lgpl3/mpfr/dist --with-gmp-include=/usr/src/tools/gcc/../../external/lgpl3/gmp/lib/libgmp/arch/earm --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.99.19 --host=arm--netbsdelf-eabi : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf-eabi --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 201
 20916' --with-system-zlib --enable-__cxa_atexit --with-mpc-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl2/mpc/lib/libmpc --with-mpfr-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/tools/gcc/../../external/lgpl2/mpc/dist/src --with-mpfr-include=/usr/src/tools/gcc/../../external/lgpl3/mpfr/dist --with-gmp-include=/usr/src/tools/gcc/../../external/lgpl3/gmp/lib/libgmp/arch/earm --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.99.19 --host=arm--netbsdelf-eabi";
+static const char configuration_arguments[] = "/usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf-eabi --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20120916' --with-system-zlib --enable-__cxa_atexit --with-mpc-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl2/mpc/lib/libmpc --with-mpfr-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/tools/gcc/../../external/lgpl2/mpc/dist/src --with-mpfr-include=/usr/src/tools/gcc/../../external/lgpl3/mpfr/dist --with-gmp-include=/usr/src/tools/gcc/../../external/lgpl3/gmp/lib/libgmp/arch/earm --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.99.19 --host=arm--netbsdelf-eabi : (reconfigured) /usr/src/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf
-eabi --enable-long-long --enable-threads --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20120916' --with-system-zlib --enable-__cxa_atexit --with-mpc-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl2/mpc/lib/libmpc --with-mpfr-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/mpfr/lib/libmpfr --with-gmp-lib=/wrk/obj/evbearm-el/usr/src/external/lgpl3/gmp/lib/libgmp --with-mpc-include=/usr/src/tools/gcc/../../external/lgpl2/mpc/dist/src --with-mpfr-include=/usr/src/tools/gcc/../../external/lgpl3/mpfr/dist --with-gmp-include=/usr/src/tools/gcc/../../external/lgpl3/gmp/lib/libgmp/arch/earm --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.99.19 --host=arm--netbsdelf-eabi";
 static const char thread_model[] = "posix";
 
 static const struct {

Reply via email to