Module Name:    src
Committed By:   matt
Date:           Mon Aug  6 00:49:53 UTC 2012

Modified Files:
        src/external/gpl3/gcc/lib/libobjc/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:
More regened configury (mostly exception related).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libobjc/arch/earm/config.h
cvs rdiff -u -r1.1 -r1.2 \
    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.1 -r1.2 \
    src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h \
    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/libobjc/arch/earm/config.h
diff -u src/external/gpl3/gcc/lib/libobjc/arch/earm/config.h:1.1 src/external/gpl3/gcc/lib/libobjc/arch/earm/config.h:1.2
--- src/external/gpl3/gcc/lib/libobjc/arch/earm/config.h:1.1	Sun Aug  5 17:03:31 2012
+++ src/external/gpl3/gcc/lib/libobjc/arch/earm/config.h	Mon Aug  6 00:49:52 2012
@@ -67,7 +67,7 @@
 #define PACKAGE_VERSION "version-unused"
 
 /* Define if the compiler is configured for setjmp/longjmp exceptions. */
-#define SJLJ_EXCEPTIONS 1
+/* #undef SJLJ_EXCEPTIONS */
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1

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.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h:1.2
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h:1.1	Sun Aug  5 17:03:32 2012
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h	Mon Aug  6 00:49:53 2012
@@ -499,7 +499,7 @@ _GLIBCXX_END_NAMESPACE
 /* #undef _GLIBCXX_HAVE_FABSL */
 
 /* 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
@@ -788,7 +788,7 @@ _GLIBCXX_END_NAMESPACE
 /* #undef _GLIBCXX_HAVE_TANL */
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef _GLIBCXX_HAVE_TGMATH_H */
+#define _GLIBCXX_HAVE_TGMATH_H 1
 
 /* Define to 1 if the target supports thread-local storage. */
 /* #undef _GLIBCXX_HAVE_TLS */
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.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h:1.2
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h:1.1	Sun Aug  5 17:03:32 2012
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h	Mon Aug  6 00:49:53 2012
@@ -120,7 +120,7 @@
 /* #undef HAVE_FABSL */
 
 /* Define to 1 if you have the <fenv.h> header file. */
-/* #undef HAVE_FENV_H */
+#define HAVE_FENV_H 1
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
@@ -409,7 +409,7 @@
 /* #undef HAVE_TANL */
 
 /* Define to 1 if you have the <tgmath.h> header file. */
-/* #undef HAVE_TGMATH_H */
+#define HAVE_TGMATH_H 1
 
 /* Define to 1 if the target supports thread-local storage. */
 /* #undef HAVE_TLS */

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.1 src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h:1.2
--- src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h:1.1	Sun Aug  5 17:03:32 2012
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h	Mon Aug  6 00:49:53 2012
@@ -1237,7 +1237,7 @@
 
 /* Define to 1 if the system has the type `long long int'. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_LONG_LONG_INT */
+#define HAVE_LONG_LONG_INT 1
 #endif
 
 
@@ -1459,7 +1459,7 @@
 
 /* Define to 1 if the system has the type `unsigned long long int'. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_UNSIGNED_LONG_LONG_INT */
+#define HAVE_UNSIGNED_LONG_LONG_INT 1
 #endif
 
 
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.1 src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h:1.2
--- src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h:1.1	Sun Aug  5 17:03:32 2012
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h	Mon Aug  6 00:49:53 2012
@@ -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[] = "/u1/netbsd-HEAD/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 nb2 20111202' --with-system-zlib --enable-__cxa_atexit --with-mpc=/u1/netbsd-HEAD/evbearm-el/root/usr --with-mpfr=/u1/netbsd-HEAD/evbearm-el/root/usr --with-gmp=/u1/netbsd-HEAD/evbearm-el/root/usr --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.99.10 --host=arm--netbsdelf-eabi : (reconfigured) /u1/netbsd-HEAD/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 nb2 20111202' --with-system-zlib --enable-__cxa_atexit --with-mpc=/u1/netbsd-HEAD/evbearm-el/root/usr --with-mpfr=/u1/netbsd-HEAD/evbearm-el/root/usr --with-gmp=/
u1/netbsd-HEAD/evbearm-el/root/usr --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.99.10 --host=arm--netbsdelf-eabi";
+static const char configuration_arguments[] = "/u1/netbsd-HEAD/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 nb2 20111202' --with-system-zlib --enable-__cxa_atexit --with-mpc=/u1/netbsd-HEAD/evbearm-el/root/usr --with-mpfr=/u1/netbsd-HEAD/evbearm-el/root/usr --with-gmp=/u1/netbsd-HEAD/evbearm-el/root/usr --enable-tls --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd6.99.10 --host=arm--netbsdelf-eabi";
 static const char thread_model[] = "posix";
 
 static const struct {

Reply via email to