Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc regenerate.



details:   https://anonhg.NetBSD.org/src/rev/646ff605d8f8
branches:  trunk
changeset: 769758:646ff605d8f8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Sep 22 04:22:17 2011 +0000

description:
regenerate.

diffstat:

 external/gpl3/gcc/lib/libgcc/arch/alpha.mk                   |  4 ++--
 external/gpl3/gcc/lib/libgcc/arch/arm.mk                     |  2 +-
 external/gpl3/gcc/lib/libgcc/arch/armeb.mk                   |  2 +-
 external/gpl3/gcc/lib/libgcc/arch/m68000.mk                  |  2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h    |  8 ++++----
 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h       |  8 ++++----
 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h      |  4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h         |  4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h    |  4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h       |  4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h |  4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h    |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h        |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk             |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h          |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h        |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h         |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/i386/configargs.h         |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/m68000/configargs.h       |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/m68k/configargs.h         |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/mips64eb/configargs.h     |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/mips64el/configargs.h     |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/mipseb/configargs.h       |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/mipsel/configargs.h       |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/sh3eb/configargs.h        |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/sh3el/configargs.h        |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/sparc/configargs.h        |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/sparc64/configargs.h      |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/vax/configargs.h          |  4 ++--
 external/gpl3/gcc/usr.bin/gcc/arch/x86_64/configargs.h       |  4 ++--
 30 files changed, 61 insertions(+), 61 deletions(-)

diffs (truncated from 510 to 300 lines):

diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libgcc/arch/alpha.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/alpha.mk        Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/alpha.mk        Thu Sep 22 04:22:17 2011 +0000
@@ -1,10 +1,10 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from:      NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp 
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
 G_LIB2ADD=${GNUHOSTDIST}/gcc/config/alpha/qrnnd.asm
-G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
+G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde-glibc.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
 G_LIB2ADD_ST=
 G_LIB1ASMFUNCS=
 G_LIB1ASMSRC=
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libgcc/arch/arm.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/arm.mk  Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/arm.mk  Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from:      NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp 
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libgcc/arch/armeb.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/armeb.mk        Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/armeb.mk        Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from:      NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp 
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libgcc/arch/m68000.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/m68000.mk       Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/m68000.mk       Thu Sep 22 04:22:17 2011 +0000
@@ -4,7 +4,7 @@
 #
 G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include     -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
 G_LIB2ADD=fpgnulib.c xfgnulib.c
-G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
+G_LIB2ADDEH=${GNUHOSTDIST}/gcc/unwind-dw2.c ${GNUHOSTDIST}/gcc/unwind-dw2-fde-glibc.c ${GNUHOSTDIST}/gcc/unwind-sjlj.c ${GNUHOSTDIST}/gcc/gthr-gnat.c ${GNUHOSTDIST}/gcc/unwind-c.c
 G_LIB2ADD_ST=
 G_LIB1ASMFUNCS=_mulsi3 _udivsi3 _divsi3 _umodsi3 _modsi3 _double _float _floatex _eqdf2 _nedf2 _gtdf2 _gedf2 _ltdf2 _ledf2 _eqsf2 _nesf2 _gtsf2 _gesf2 _ltsf2 _lesf2
 G_LIB1ASMSRC=m68k/lb1sf68.asm
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/c++config.h Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -421,7 +421,7 @@
 /* #undef _GLIBCXX_HAVE_CEILL */
 
 /* Define to 1 if you have the <complex.h> header file. */
-/* #undef _GLIBCXX_HAVE_COMPLEX_H */
+#define _GLIBCXX_HAVE_COMPLEX_H 1
 
 /* Define to 1 if you have the `cosf' function. */
 /* #undef _GLIBCXX_HAVE_COSF */
@@ -499,7 +499,7 @@
 /* #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 @@
 /* #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 */
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h    Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/config.h    Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt 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.  */
@@ -42,7 +42,7 @@
 /* #undef HAVE_CEILL */
 
 /* Define to 1 if you have the <complex.h> header file. */
-/* #undef HAVE_COMPLEX_H */
+#define HAVE_COMPLEX_H 1
 
 /* Define to 1 if you have the `cosf' function. */
 /* #undef HAVE_COSF */
@@ -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 */
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h   Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/c++config.h   Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt 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 @@
 /* #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
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h      Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/arm/config.h      Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt 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. */
-/* #undef HAVE_FENV_H */
+#define HAVE_FENV_H 1
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/c++config.h Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt 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 @@
 /* #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
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h    Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb/config.h    Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt 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. */
-/* #undef HAVE_FENV_H */
+#define HAVE_FENV_H 1
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h      Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/c++config.h      Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt 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 @@
 /* #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
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/config.h Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt 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. */
-/* #undef HAVE_FENV_H */
+#define HAVE_FENV_H 1
 
 /* Define to 1 if you have the `finite' function. */
 #define HAVE_FINITE 1
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h     Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/alpha/configargs.h     Thu Sep 22 04:22:17 2011 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src3/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 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/alpha/usr/src3/destdir.alpha/usr 
--with-mpfr=/var/obj/alpha/usr/src3/destdir.alpha/usr --with-gmp=/var/obj/alpha/usr/src3/destdir.alpha/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.54 --host=alpha--netbsd";
+static const char configuration_arguments[] = "/usr/src2/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 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/alpha/usr/src2/destdir.alpha/usr 
--with-mpfr=/var/obj/mknative/alpha/usr/src2/destdir.alpha/usr --with-gmp=/var/obj/mknative/alpha/usr/src2/destdir.alpha/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.55 --host=alpha--netbsd";
 static const char thread_model[] = "posix";
 
 static const struct {
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk
--- a/external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk  Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/alpha/defs.mk  Thu Sep 22 04:22:17 2011 +0000
@@ -1,5 +1,5 @@
 # This file is automatically generated.  DO NOT EDIT!
-# Generated from:      NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp 
+# Generated from:      NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp 
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_BUILD_EARLY_SUPPORT=
@@ -42,7 +42,7 @@
 G_build_xm_include_list=auto-build.h ansidecl.h
 G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/lto/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h
 G_tm_p_include_list=config/alpha/alpha-protos.h tm-preds.h
-G_LIB2ADDEHDEP=${GNUHOSTDIST}/gcc/unwind-generic.h unwind-pe.h  unwind-dw2-fde.h unwind-dw2.h
+G_LIB2ADDEHDEP= unwind-dw2-fde.h unwind-dw2-fde.c
 G_CXX_OBJS=cp-lang.o stub-objc.o call.o decl.o expr.o pt.o typeck2.o class.o decl2.o error.o lex.o parser.o ptree.o rtti.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o 
tree.o repo.o dump.o optimize.o mangle.o cp-objcp-common.o name-lookup.o cxx-pretty-print.o cp-gimplify.o tree-mudflap.o attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o  
c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o
 G_CXX_C_OBJS=attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o  c-pretty-print.o c-opts.o c-pch.o incpath.o c-ppoutput.o c-cppbuiltin.o prefix.o c-gimplify.o c-omp.o
 G_F77_OBJS=
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h       Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/arm/configargs.h       Thu Sep 22 04:22:17 2011 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/shark/usr/src2/destdir.shark/usr 
--with-mpfr=/var/obj/shark/usr/src2/destdir.shark/usr --with-gmp=/var/obj/shark/usr/src2/destdir.shark/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.54 --host=arm--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=arm--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/shark/usr/src2/destdir.shark/usr 
--with-mpfr=/var/obj/mknative/shark/usr/src2/destdir.shark/usr --with-gmp=/var/obj/mknative/shark/usr/src2/destdir.shark/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.55 --host=arm--netbsdelf";
 static const char thread_model[] = "posix";
 
 static const struct {
diff -r edf54a32c854 -r 646ff605d8f8 external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h     Thu Sep 22 01:15:31 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/armeb/configargs.h     Thu Sep 22 04:22:17 2011 +0000
@@ -1,9 +1,9 @@
 /* This file is automatically generated.  DO NOT EDIT! */
-/* Generated from:     NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  */
+/* Generated from:     NetBSD: mknative-gcc,v 1.62 2011/08/17 18:34:13 matt Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically. */
-static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=armeb--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/evbarm-eb/usr/src2/destdir.evbarm/usr 
--with-mpfr=/var/obj/evbarm-eb/usr/src2/destdir.evbarm/usr --with-gmp=/var/obj/evbarm-eb/usr/src2/destdir.evbarm/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.54 --host=armeb--netbsdelf";
+static const char configuration_arguments[] = "/usr/src2/tools/gcc/../../external/gpl3/gcc/dist/configure --target=armeb--netbsdelf --enable-long-long --enable-threads 
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html --with-pkgversion='NetBSD nb1 20110620' --enable-__cxa_atexit --with-mpc=/var/obj/mknative/evbarm/usr/src2/destdir.evbarm/usr 
--with-mpfr=/var/obj/mknative/evbarm/usr/src2/destdir.evbarm/usr --with-gmp=/var/obj/mknative/evbarm/usr/src2/destdir.evbarm/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch 
--build=x86_64-unknown-netbsd5.99.55 --host=armeb--netbsdelf";
 static const char thread_model[] = "posix";
 
 static const struct {



Home | Main Index | Thread Index | Old Index