Module Name: src Committed By: mrg Date: Sun Aug 7 12:20:10 UTC 2011
Modified Files: src/external/gpl3/gcc/lib/libgcc/arch: hppa.mk src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa: c++config.h config.h gstdint.h src/external/gpl3/gcc/usr.bin/gcc/arch/hppa: configargs.h defs.mk Log Message: re-run mknative for hppa. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/hppa.mk cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h \ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h \ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk 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/libgcc/arch/hppa.mk diff -u src/external/gpl3/gcc/lib/libgcc/arch/hppa.mk:1.1 src/external/gpl3/gcc/lib/libgcc/arch/hppa.mk:1.2 --- src/external/gpl3/gcc/lib/libgcc/arch/hppa.mk:1.1 Thu Jul 7 02:07:31 2011 +++ src/external/gpl3/gcc/lib/libgcc/arch/hppa.mk Sun Aug 7 12:20:10 2011 @@ -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=${GNUHOSTDIST}/gcc/config/pa/fptr.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=_divI _divU _remI _remU _div_const _mulI _dyncall G_LIB1ASMSRC=pa/milli64.S Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h:1.2 --- src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h:1.1 Thu Jul 7 02:07:32 2011 +++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h Sun Aug 7 12:20:10 2011 @@ -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 */ Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h:1.2 --- src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h:1.1 Thu Jul 7 02:07:32 2011 +++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h Sun Aug 7 12:20:10 2011 @@ -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/lib/libstdc++-v3/arch/hppa/gstdint.h diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h:1.1 src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h:1.2 --- src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h:1.1 Thu Jul 7 02:07:32 2011 +++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h Sun Aug 7 12:20:10 2011 @@ -2,7 +2,7 @@ /* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */ /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ -/* generated for hppa--netbsd-gcc (GCC) 4.1.3 20080704 (prerelease) (NetBSD nb2 20081120) */ +/* generated for hppa--netbsd-gcc (NetBSD nb1 20110620) 4.5.3 */ #ifndef GCC_GENERATED_STDINT_H #define GCC_GENERATED_STDINT_H 1 Index: src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h:1.1 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h:1.2 --- src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h:1.1 Thu Jul 7 02:07:33 2011 +++ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h Sun Aug 7 12:20:10 2011 @@ -3,7 +3,7 @@ /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* Generated automatically. */ -static const char configuration_arguments[] = "/usr/src3/tools/gcc/../../external/gpl3/gcc/dist/configure --target=hppa--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/hp700/usr/src3/destdir.hp700/usr --with-mpfr=/var/obj/hp700/usr/src3/destdir.hp700/usr --with-gmp=/var/obj/hp700/usr/src3/destdir.hp700/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=hppa--netbsd"; +static const char configuration_arguments[] = "/usr/src4/tools/gcc/../../external/gpl3/gcc/dist/configure --target=hppa--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/hp700/usr/src4/destdir.hp700/usr --with-mpfr=/var/obj/hp700/usr/src4/destdir.hp700/usr --with-gmp=/var/obj/hp700/usr/src4/destdir.hp700/usr --disable-multilib --disable-symvers --disable-libstdcxx-pch --build=x86_64-unknown-netbsd5.99.54 --host=hppa--netbsd"; static const char thread_model[] = "posix"; static const struct { Index: src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk:1.1 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk:1.2 --- src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk:1.1 Thu Jul 7 02:07:33 2011 +++ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk Sun Aug 7 12:20:10 2011 @@ -8,7 +8,7 @@ G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print-rtl.o G_BUILD_SUPPORT= G_BUILD_VARRAY= -G_ALL_CFLAGS= -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H +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 -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 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 c-gimplify.o tree-mudflap.o c-pretty-print.o c-omp.o @@ -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/pa/pa-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=