Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc mknative re-run



details:   https://anonhg.NetBSD.org/src/rev/3773a858d51e
branches:  trunk
changeset: 786301:3773a858d51e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 25 15:07:16 2013 +0000

description:
mknative re-run

XXX /usr/src should be removed.

diffstat:

 external/gpl3/gcc/lib/crtstuff/arch/earm.mk                  |    7 +-
 external/gpl3/gcc/lib/libgcc/arch/earm.mk                    |   12 +-
 external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h    |    4 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h     |   14 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h        |   12 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h |    1 +
 external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h       |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h          |    6 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h           |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h         |    4 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk              |   10 +-
 external/gpl3/gcc/usr.bin/gcc/arch/earm/insn-modes.h         |  164 +++++-----
 external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.h     |    6 +-
 13 files changed, 125 insertions(+), 123 deletions(-)

diffs (truncated from 493 to 300 lines):

diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/lib/crtstuff/arch/earm.mk
--- a/external/gpl3/gcc/lib/crtstuff/arch/earm.mk       Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/lib/crtstuff/arch/earm.mk       Thu Apr 25 15:07:16 2013 +0000
@@ -1,10 +1,11 @@
 # 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.68 2012/09/25 06:55:10 skrll 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   
-G_CRTSTUFF_CFLAGS=-O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -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     -g0 -finhibit-size-directive -fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize 
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include -I/usr/src/external/lgpl3/gmp/lib/libgmp/arch/earm 
-I/usr/src/external/lgpl3/mpfr/dist -I/usr/src/external/lgpl2/mpc/dist/src  -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
+G_CRTSTUFF_CFLAGS=-O2  -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I${GNUHOSTDIST}/gcc 
-I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include -I/usr/src/external/lgpl3/gmp/lib/libgmp/arch/earm -I/usr/src/external/lgpl3/mpfr/dist 
-I/usr/src/external/lgpl2/mpc/dist/src  -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf  -g0 -finhibit-size-directive 
-fno-inline -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-tree-vectorize 
 G_CRTSTUFF_T_CFLAGS=
+G_CRTSTUFF_T_CFLAGS_S= -fPIC
 G_tm_defines=NETBSD_ENABLE_PTHREADS
 G_xm_file=
 G_xm_defines=
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/lib/libgcc/arch/earm.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/earm.mk Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/earm.mk Thu Apr 25 15:07:16 2013 +0000
@@ -1,17 +1,17 @@
 # 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.68 2012/09/25 06:55:10 skrll 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   
-G_LIB2ADD=${GNUHOSTDIST}/gcc/config/arm/bpabi-netbsd.c ${GNUHOSTDIST}/gcc/config/arm/unaligned-funcs.c
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include -I/usr/src/external/lgpl3/gmp/lib/libgmp/arch/earm 
-I/usr/src/external/lgpl3/mpfr/dist -I/usr/src/external/lgpl2/mpc/dist/src  -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
+G_LIB2ADD=${GNUHOSTDIST}/gcc/config/arm/unaligned-funcs.c
 G_LIB2ADDEH=${GNUHOSTDIST}/gcc/config/arm/unwind-arm.c ${GNUHOSTDIST}/gcc/config/arm/libunwind.S ${GNUHOSTDIST}/gcc/config/arm/pr-support.c ${GNUHOSTDIST}/gcc/unwind-c.c
 G_LIB2ADD_ST=
-G_LIB1ASMFUNCS=_thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi _thumb1_case_uhi _thumb1_case_si _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX 
_lshrdi3 _ashrdi3 _ashldi3 _arm_negdf2 _arm_addsubdf3 _arm_muldivdf3 _arm_cmpdf2 _arm_unorddf2 _arm_fixdfsi _arm_fixunsdfsi _arm_truncdfsf2 _arm_negsf2 _arm_addsubsf3 _arm_muldivsf3 _arm_cmpsf2 
_arm_unordsf2 _arm_fixsfsi _arm_fixunssfsi _arm_floatdidf _arm_floatdisf _arm_floatundidf _arm_floatundisf _clzsi2 _clzdi2  _aeabi_lcmp _aeabi_ulcmp _aeabi_ldivmod _aeabi_uldivmod _floatundisf
+G_LIB1ASMFUNCS=_thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi _thumb1_case_uhi _thumb1_case_si _dvmd_tls _bb_init_func _call_via_rX _interwork_call_via_rX _clzsi2 _clzdi2
 G_LIB1ASMSRC=arm/lib1funcs.asm
 G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
 G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
-G_LIB2FUNCS_EXTRA=${GNUHOSTDIST}/gcc/config/arm/bpabi-netbsd.c ${GNUHOSTDIST}/gcc/config/arm/unaligned-funcs.c
-G_LIBGCC2_CFLAGS=-O2   -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fno-inline -g -DHAVE_GTHR_DEFAULT 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED 
+G_LIB2FUNCS_EXTRA=${GNUHOSTDIST}/gcc/config/arm/unaligned-funcs.c
+G_LIBGCC2_CFLAGS=-O2   -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 
-D__GCC_FLOAT_NOT_NEEDED 
 G_SHLIB_MKMAP=${GNUHOSTDIST}/gcc/mkmap-symver.awk
 G_SHLIB_MKMAP_OPTS=
 G_SHLIB_MAPFILES=${GNUHOSTDIST}/gcc/libgcc-std.ver ${GNUHOSTDIST}/gcc/config/arm/libgcc-bpabi.ver
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h
--- a/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h Thu Apr 25 15:07:16 2013 +0000
@@ -1,8 +1,8 @@
 /* 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.68 2012/09/25 06:55:10 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 /* Generated automatically by the program `build/gcov-iov'
-   from `4.5.3 (4 5) and  (*)'.  */
+   from `4.5.4 (4 5) and  (*)'.  */
 
 #define GCOV_VERSION ((gcov_unsigned_t)0x3430352a)  /* 405* */
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h  Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h  Thu Apr 25 15:07:16 2013 +0000
@@ -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.68 2012/09/25 06:55:10 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 // Predefined symbols and macros -*- C++ -*-
@@ -36,7 +36,7 @@
 #define _GLIBCXX_CXX_CONFIG_H 1
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCXX__ 20110428 
+#define __GLIBCXX__ 20120702 
 
 // Macros for visibility.
 // _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY
@@ -662,7 +662,7 @@
 /* #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 */
@@ -773,7 +773,7 @@
 /* #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 */
@@ -815,7 +815,7 @@
 #define _GLIBCXX_HAVE_WCTYPE_H 1
 
 /* 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 */
@@ -1119,7 +1119,7 @@
 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
    Using compiler builtins for these functions requires corresponding C99
    library functions to be present. */
-/* #undef _GLIBCXX_USE_C99_COMPLEX_TR1 */
+#define _GLIBCXX_USE_C99_COMPLEX_TR1 1
 
 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
    namespace std::tr1. */
@@ -1160,7 +1160,7 @@
 /* #undef _GLIBCXX_USE_DECIMAL_FLOAT */
 
 /* Defined if gettimeofday is available. */
-/* #undef _GLIBCXX_USE_GETTIMEOFDAY */
+#define _GLIBCXX_USE_GETTIMEOFDAY 1
 
 /* Define if LFS support is available. */
 /* #undef _GLIBCXX_USE_LFS */
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h     Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h     Thu Apr 25 15:07:16 2013 +0000
@@ -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.68 2012/09/25 06:55:10 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.  */
@@ -283,7 +283,7 @@
 /* #undef HAVE_NAN_H */
 
 /* Define if poll is available in <poll.h>. */
-/* #undef HAVE_POLL */
+#define HAVE_POLL 1
 
 /* Define to 1 if you have the `powf' function. */
 /* #undef HAVE_POWF */
@@ -394,7 +394,7 @@
 /* #undef HAVE_S_IFREG */
 
 /* Define if S_IFREG is available in <sys/stat.h>. */
-/* #undef HAVE_S_ISREG */
+#define HAVE_S_ISREG 1
 
 /* Define to 1 if you have the `tanf' function. */
 /* #undef HAVE_TANF */
@@ -436,7 +436,7 @@
 #define HAVE_WCTYPE_H 1
 
 /* Define if writev is available in <sys/uio.h>. */
-/* #undef HAVE_WRITEV */
+#define HAVE_WRITEV 1
 
 /* Define to 1 if you have the `_acosf' function. */
 /* #undef HAVE__ACOSF */
@@ -741,7 +741,7 @@
 /* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
    Using compiler builtins for these functions requires corresponding C99
    library functions to be present. */
-/* #undef _GLIBCXX_USE_C99_COMPLEX_TR1 */
+#define _GLIBCXX_USE_C99_COMPLEX_TR1 1
 
 /* Define if C99 functions in <ctype.h> should be imported in <tr1/cctype> in
    namespace std::tr1. */
@@ -782,7 +782,7 @@
 /* #undef _GLIBCXX_USE_DECIMAL_FLOAT */
 
 /* Defined if gettimeofday is available. */
-/* #undef _GLIBCXX_USE_GETTIMEOFDAY */
+#define _GLIBCXX_USE_GETTIMEOFDAY 1
 
 /* Define if LFS support is available. */
 /* #undef _GLIBCXX_USE_LFS */
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h      Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h      Thu Apr 25 15:07:16 2013 +0000
@@ -41,6 +41,7 @@
 #endif
 
 #ifdef __ARM_EABI__
+bollocks;
   // The ARM EABI uses the least significant bit of a 32-bit
   // guard variable.  */
 #define _GLIBCXX_GUARD_TEST(x) ((*(x) & 1) != 0)
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h    Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h    Thu Apr 25 15:07:16 2013 +0000
@@ -1,8 +1,8 @@
 /* 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.68 2012/09/25 06:55:10 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
-/* generated for  arm--netbsdelf-eabi-gcc (NetBSD nb2 20111202) 4.5.3 */
+/* generated for  arm--netbsdelf-eabi-gcc (NetBSD nb1 20120916) 4.5.4 */
 
 #ifndef GCC_GENERATED_STDINT_H
 #define GCC_GENERATED_STDINT_H 1
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h       Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h       Thu Apr 25 15:07:16 2013 +0000
@@ -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.68 2012/09/25 06:55:10 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.  */
@@ -120,7 +120,7 @@
 
 /* Define to enable LTO support. */
 #ifndef USED_FOR_TARGET
-/* #undef ENABLE_LTO */
+#define ENABLE_LTO 1
 #endif
 
 
@@ -1526,7 +1526,7 @@
 
 /* Define if libelf is in use. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_libelf */
+#define HAVE_libelf 1
 #endif
 
 
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h        Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h        Thu Apr 25 15:07:16 2013 +0000
@@ -1,8 +1,8 @@
 /* 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.68 2012/09/25 06:55:10 skrll Exp  */
 /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
 
 #define BUILDING_GCC_MAJOR 4
 #define BUILDING_GCC_MINOR 5
-#define BUILDING_GCC_PATCHLEVEL 3
+#define BUILDING_GCC_PATCHLEVEL 4
 #define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h      Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h      Thu Apr 25 15:07:16 2013 +0000
@@ -1,9 +1,9 @@
 /* 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.68 2012/09/25 06:55:10 skrll Exp  */
 /* 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";
+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/external/lgpl2/mpc/dist/src --with-mpfr-include=/usr/src/external/lgpl3/mpfr/dist 
--with-gmp-include=/usr/src/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 {
diff -r 78f2ade61d6f -r 3773a858d51e external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk
--- a/external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk   Thu Apr 25 14:53:35 2013 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk   Thu Apr 25 15:07:16 2013 +0000
@@ -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.68 2012/09/25 06:55:10 skrll Exp 
 # Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp 
 #
 G_BUILD_EARLY_SUPPORT=
@@ -9,18 +9,18 @@
 G_BUILD_SUPPORT=
 G_BUILD_VARRAY=
 G_ALL_CFLAGS=  -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros 
-Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H
-G_ALL_CPPFLAGS=-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    
+G_ALL_CPPFLAGS=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include 
-I/usr/src/external/lgpl3/gmp/lib/libgmp/arch/earm -I/usr/src/external/lgpl3/mpfr/dist -I/usr/src/external/lgpl2/mpc/dist/src  -I${GNUHOSTDIST}/gcc/../libdecnumber 
-I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf 
 G_C_AND_OBJC_OBJS=attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-ppoutput.o c-cppbuiltin.o c-objc-common.o 
c-dump.o c-pch.o c-parser.o arm-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o
 G_C_OBJS=c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-opts.o c-format.o c-semantics.o c-ppoutput.o c-cppbuiltin.o 
c-objc-common.o c-dump.o c-pch.o c-parser.o arm-c.o c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o
 G_CCCP_OBJS=
 G_GCOV_OBJS=gcov.o intl.o version.o errors.o
 G_PROTO_OBJS=
-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   
+G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I./../intl -I${GNUHOSTDIST}/gcc/../libcpp/include -I/usr/src/external/lgpl3/gmp/lib/libgmp/arch/earm 
-I/usr/src/external/lgpl3/mpfr/dist -I/usr/src/external/lgpl2/mpc/dist/src  -I${GNUHOSTDIST}/gcc/../libdecnumber -I${GNUHOSTDIST}/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf
 G_md_file=${GNUHOSTDIST}/gcc/config/arm/arm.md
 G_OBJC_OBJS=objc/objc-lang.o objc/objc-act.o
 G_OBJS=insn-attrtab.o insn-automata.o insn-emit.o insn-extract.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o ggc-page.o alias.o alloc-pool.o auto-inc-dec.o 
bb-reorder.o bitmap.o bt-load.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o combine.o 
combine-stack-adj.o convert.o coverage.o cse.o cselib.o dbxout.o dbgcnt.o dce.o ddg.o debug.o df-byte-scan.o df-core.o df-problems.o df-scan.o dfp.o diagnostic.o dojump.o dominance.o domwalk.o 
double-int.o dse.o dwarf2asm.o dwarf2out.o ebitmap.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o final.o fixed-value.o fold-const.o function.o fwprop.o gcse.o genrtl.o ggc-common.o 
gimple.o gimple-iterator.o gimple-low.o gimple-pretty-print.o gimplify.o graph.o graphds.o graphite.o graphite-blocking.o graphite-clast-to-gimple.o graphite-dependences.o graphite-interchange.o 
graphite-poly.o graphite-ppl.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o init-regs.o integrate.o intl.o ira.o ira-build.o ira-costs.o 
ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o lambda-code.o lambda-mat.o lambda-trans.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o 
loop-unswitch.o lower-subreg.o lto-cgraph.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-symtab.o lto-opts.o lto-streamer.o lto-wpa-fixup.o lto-compress.o mcf.o 
mode-switching.o modulo-sched.o omega.o omp-low.o optabs.o options.o opts-common.o opts.o params.o passes.o plugin.o pointer-set.o postreload-gcse.o postreload.o predict.o pretty-print.o print-rtl.o 
print-tree.o profile.o real.o recog.o reg-stack.o regcprop.o reginfo.o regmove.o regrename.o regstat.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl.o rtlanal.o rtlhooks.o sbitmap.o 
sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o sel-sched-ir.o sel-sched-dump.o sel-sched.o sese.o simplify-rtx.o sparseset.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o 
store-motion.o stringpool.o targhooks.o timevar.o toplev.o tracer.o tree-affine.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-dump.o 
tree-eh.o tree-if-conv.o tree-into-ssa.o tree-iterator.o tree-loop-distribution.o tree-loop-linear.o tree-nested.o tree-nrv.o tree-object-size.o tree-optimize.o tree-outof-ssa.o tree-parloops.o 
tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o 
tree-ssa-copy.o tree-ssa-copyrename.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o 
tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o 
tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-sink.o tree-ssa-structalias.o tree-ssa-ter.o tree-ssa-threadedge.o 
tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-tailcall.o tree-vect-generic.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o 
tree-vect-loop-manip.o tree-vect-slp.o tree-vectorizer.o tree-vrp.o tree.o value-prof.o var-tracking.o varasm.o varray.o vec.o version.o vmsdbgout.o web.o xcoffout.o arm.o  host-default.o cgraph.o 
cgraphbuild.o cgraphunit.o cppdefault.o incpath.o ipa-cp.o ipa-inline.o ipa-prop.o ipa-pure-const.o ipa-reference.o ipa-struct-reorg.o ipa-type-escape.o ipa-utils.o ipa.o matrix-reorg.o prefix.o 
tree-inline.o tree-nomudflap.o varpool.o
 G_out_file=${GNUHOSTDIST}/gcc/config/arm/arm.c
-G_version=4.5.3
+G_version=4.5.4
 G_BUILD_PREFIX=
 G_RTL_H=rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def ${GNUHOSTDIST}/gcc/../libcpp/include/line-map.h input.h real.h machmode.h mode-classes.def insn-modes.h 
statistics.h vec.h fixed-value.h machmode.h mode-classes.def insn-modes.h double-int.h alias.h genrtl.h
 G_TREE_H=tree.h all-tree.def tree.def c-common.def ${GNUHOSTDIST}/gcc/cp/cp-tree.def ${GNUHOSTDIST}/gcc/objc/objc-tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def 
sync-builtins.def omp-builtins.def ${GNUHOSTDIST}/gcc/../libcpp/include/line-map.h input.h statistics.h vec.h treestruct.def ${GNUHOSTDIST}/gcc/../include/hashtab.h double-int.h alias.h 
${GNUHOSTDIST}/gcc/../libcpp/include/symtab.h ${GNUHOSTDIST}/gcc/../include/obstack.h options.h
@@ -40,7 +40,7 @@
 G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/lto/lang.opt ${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/arm/arm.opt
 G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h 
${GNUHOSTDIST}/gcc/config/arm/elf.h ${GNUHOSTDIST}/gcc/config/arm/aout.h ${GNUHOSTDIST}/gcc/config/arm/arm.h ${GNUHOSTDIST}/gcc/config/arm/bpabi.h ${GNUHOSTDIST}/gcc/config/arm/netbsd-elf.h 
${GNUHOSTDIST}/gcc/config/arm/netbsd-eabi.h ${GNUHOSTDIST}/gcc/defaults.h
 G_build_xm_include_list=auto-build.h ansidecl.h
-G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.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/arm/arm-protos.h tm-preds.h
 G_LIB2ADDEHDEP=${GNUHOSTDIST}/gcc/config/arm/unwind-arm.h ${GNUHOSTDIST}/gcc/config/arm/lib1funcs.asm



Home | Main Index | Thread Index | Old Index