Module Name: src Committed By: skrll Date: Thu Apr 25 15:07:16 UTC 2013
Modified Files: src/external/gpl3/gcc/lib/crtstuff/arch: earm.mk src/external/gpl3/gcc/lib/libgcc/arch: earm.mk src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm: gcov-iov.h src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm: c++config.h config.h cxxabi_tweaks.h gstdint.h src/external/gpl3/gcc/usr.bin/gcc/arch/earm: auto-host.h bversion.h configargs.h defs.mk insn-modes.h plugin-version.h Log Message: mknative re-run XXX /usr/src should be removed. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/crtstuff/arch/earm.mk cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libgcc/arch/earm.mk cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h cvs rdiff -u -r1.2 -r1.3 \ 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/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h cvs rdiff -u -r1.2 -r1.3 \ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h \ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h \ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/insn-modes.h cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h \ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk \ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.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/crtstuff/arch/earm.mk diff -u src/external/gpl3/gcc/lib/crtstuff/arch/earm.mk:1.1 src/external/gpl3/gcc/lib/crtstuff/arch/earm.mk:1.2 --- src/external/gpl3/gcc/lib/crtstuff/arch/earm.mk:1.1 Sun Aug 5 17:21:47 2012 +++ src/external/gpl3/gcc/lib/crtstuff/arch/earm.mk Thu Apr 25 15:07:16 2013 @@ -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= Index: src/external/gpl3/gcc/lib/libgcc/arch/earm.mk diff -u src/external/gpl3/gcc/lib/libgcc/arch/earm.mk:1.2 src/external/gpl3/gcc/lib/libgcc/arch/earm.mk:1.3 --- src/external/gpl3/gcc/lib/libgcc/arch/earm.mk:1.2 Mon Aug 6 00:21:37 2012 +++ src/external/gpl3/gcc/lib/libgcc/arch/earm.mk Thu Apr 25 15:07:16 2013 @@ -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 Index: src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h diff -u src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h:1.1 src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h:1.2 --- src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h:1.1 Sun Aug 5 17:21:47 2012 +++ src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm/gcov-iov.h Thu Apr 25 15:07:16 2013 @@ -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* */ 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.2 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.2 Mon Aug 6 00:49:53 2012 +++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/c++config.h Thu Apr 25 15:07:16 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.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 @@ _GLIBCXX_END_NAMESPACE /* #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 @@ _GLIBCXX_END_NAMESPACE /* #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 @@ _GLIBCXX_END_NAMESPACE #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 @@ _GLIBCXX_END_NAMESPACE /* 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 @@ _GLIBCXX_END_NAMESPACE /* #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 */ 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.2 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.2 Mon Aug 6 00:49:53 2012 +++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/config.h Thu Apr 25 15:07:16 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.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 */ Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h:1.2 --- src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h:1.1 Sun Aug 5 17:03:32 2012 +++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/cxxabi_tweaks.h Thu Apr 25 15:07:16 2013 @@ -41,6 +41,7 @@ namespace __cxxabiv1 #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) Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h:1.2 --- src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h:1.1 Sun Aug 5 17:03:32 2012 +++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/gstdint.h Thu Apr 25 15:07:16 2013 @@ -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 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.2 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.2 Mon Aug 6 00:49:53 2012 +++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/auto-host.h Thu Apr 25 15:07:16 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.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 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.2 src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h:1.3 --- src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h:1.2 Mon Aug 6 00:49:53 2012 +++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/configargs.h Thu Apr 25 15:07:16 2013 @@ -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 { Index: src/external/gpl3/gcc/usr.bin/gcc/arch/earm/insn-modes.h diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/earm/insn-modes.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/earm/insn-modes.h:1.3 --- src/external/gpl3/gcc/usr.bin/gcc/arch/earm/insn-modes.h:1.2 Sun Feb 3 05:34:50 2013 +++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/insn-modes.h Thu Apr 25 15:07:16 2013 @@ -6,88 +6,88 @@ enum machine_mode { - VOIDmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:169 */ - BLKmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:173 */ - CCmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:201 */ - CC_NOOVmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:40 */ - CC_Zmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:41 */ - CC_SWPmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:42 */ - CCFPmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:43 */ - CCFPEmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:44 */ - CC_DNEmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:45 */ - CC_DEQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:46 */ - CC_DLEmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:47 */ - CC_DLTmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:48 */ - CC_DGEmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:49 */ - CC_DGTmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:50 */ - CC_DLEUmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:51 */ - CC_DLTUmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:52 */ - CC_DGEUmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:53 */ - CC_DGTUmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:54 */ - CC_Cmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:55 */ - CC_Nmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:56 */ - BImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:176 */ - QImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:181 */ - HImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:182 */ - SImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:183 */ - DImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:184 */ - TImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:185 */ - EImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:67 */ - OImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:68 */ - CImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:69 */ - XImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:70 */ - QQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:204 */ - HQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:205 */ - SQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:206 */ - DQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:207 */ - TQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:208 */ - UQQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:210 */ - UHQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:211 */ - USQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:212 */ - UDQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:213 */ - UTQmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:214 */ - HAmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:216 */ - SAmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:217 */ - DAmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:218 */ - TAmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:219 */ - UHAmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:221 */ - USAmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:222 */ - UDAmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:223 */ - UTAmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:224 */ - HFmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:29 */ - SFmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:196 */ - DFmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:197 */ - XFmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:26 */ - SDmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:236 */ - DDmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:237 */ - TDmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:238 */ - CQImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ - CHImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ - CSImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ - CDImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ - CTImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ - CEImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ - COImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ - CCImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ - CXImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ - HCmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:233 */ - SCmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:233 */ - DCmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:233 */ - XCmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/machmode.def:233 */ - V4QImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:59 */ - V2HImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:59 */ - V8QImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:60 */ - V4HImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:60 */ - V2SImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:60 */ - V16QImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:61 */ - V8HImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:61 */ - V4SImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:61 */ - V2DImode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:61 */ - V4HFmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:62 */ - V2SFmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:62 */ - V8HFmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:63 */ - V4SFmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:63 */ - V2DFmode, /* /u1/netbsd-HEAD/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:63 */ + VOIDmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:169 */ + BLKmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:173 */ + CCmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:201 */ + CC_NOOVmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:40 */ + CC_Zmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:41 */ + CC_SWPmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:42 */ + CCFPmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:43 */ + CCFPEmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:44 */ + CC_DNEmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:45 */ + CC_DEQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:46 */ + CC_DLEmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:47 */ + CC_DLTmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:48 */ + CC_DGEmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:49 */ + CC_DGTmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:50 */ + CC_DLEUmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:51 */ + CC_DLTUmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:52 */ + CC_DGEUmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:53 */ + CC_DGTUmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:54 */ + CC_Cmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:55 */ + CC_Nmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:56 */ + BImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:176 */ + QImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:181 */ + HImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:182 */ + SImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:183 */ + DImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:184 */ + TImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:185 */ + EImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:67 */ + OImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:68 */ + CImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:69 */ + XImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:70 */ + QQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:204 */ + HQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:205 */ + SQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:206 */ + DQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:207 */ + TQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:208 */ + UQQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:210 */ + UHQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:211 */ + USQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:212 */ + UDQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:213 */ + UTQmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:214 */ + HAmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:216 */ + SAmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:217 */ + DAmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:218 */ + TAmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:219 */ + UHAmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:221 */ + USAmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:222 */ + UDAmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:223 */ + UTAmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:224 */ + HFmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:29 */ + SFmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:196 */ + DFmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:197 */ + XFmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:26 */ + SDmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:236 */ + DDmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:237 */ + TDmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:238 */ + CQImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ + CHImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ + CSImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ + CDImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ + CTImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ + CEImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ + COImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ + CCImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ + CXImode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:232 */ + HCmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:233 */ + SCmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:233 */ + DCmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:233 */ + XCmode, /* /usr/src/external/gpl3/gcc/dist/gcc/machmode.def:233 */ + V4QImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:59 */ + V2HImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:59 */ + V8QImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:60 */ + V4HImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:60 */ + V2SImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:60 */ + V16QImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:61 */ + V8HImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:61 */ + V4SImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:61 */ + V2DImode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:61 */ + V4HFmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:62 */ + V2SFmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:62 */ + V8HFmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:63 */ + V4SFmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:63 */ + V2DFmode, /* /usr/src/external/gpl3/gcc/dist/gcc/config/arm/arm-modes.def:63 */ MAX_MACHINE_MODE, MIN_MODE_RANDOM = VOIDmode, Index: src/external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h:1.1 src/external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h:1.2 --- src/external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h:1.1 Sun Aug 5 17:03:32 2012 +++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/bversion.h Thu Apr 25 15:07:16 2013 @@ -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) Index: src/external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk:1.1 src/external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk:1.2 --- src/external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk:1.1 Sun Aug 5 17:03:32 2012 +++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/defs.mk Thu Apr 25 15:07:16 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.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_RTL=build-rtl.o read-rtl.o build 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 gr aphite-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-lo op-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_TM_H=tm.h options.h ${GNUHOSTDIST 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 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 arm-c.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 Index: src/external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.h diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.h:1.1 src/external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.h:1.2 --- src/external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.h:1.1 Sun Aug 5 17:03:32 2012 +++ src/external/gpl3/gcc/usr.bin/gcc/arch/earm/plugin-version.h Thu Apr 25 15:07:16 2013 @@ -1,11 +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 */ #include "configargs.h" -static char basever[] = "4.5.3"; -static char datestamp[] = "20110428"; +static char basever[] = "4.5.4"; +static char datestamp[] = "20120702"; static char devphase[] = ""; static char revision[] = "";