Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/0f360f3c4efe
branches:  trunk
changeset: 768059:0f360f3c4efe
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Aug 07 12:20:10 2011 +0000

description:
re-run mknative for hppa.

diffstat:

 external/gpl3/gcc/lib/libgcc/arch/hppa.mk                |  2 +-
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h |  4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h    |  4 ++--
 external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h   |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h     |  2 +-
 external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk          |  4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

diffs (99 lines):

diff -r 97a134dd9959 -r 0f360f3c4efe external/gpl3/gcc/lib/libgcc/arch/hppa.mk
--- a/external/gpl3/gcc/lib/libgcc/arch/hppa.mk Sun Aug 07 12:00:11 2011 +0000
+++ b/external/gpl3/gcc/lib/libgcc/arch/hppa.mk Sun Aug 07 12:20:10 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=${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
diff -r 97a134dd9959 -r 0f360f3c4efe external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h  Sun Aug 07 12:00:11 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h  Sun Aug 07 12:20:10 2011 +0000
@@ -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 97a134dd9959 -r 0f360f3c4efe external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h     Sun Aug 07 12:00:11 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h     Sun Aug 07 12:20:10 2011 +0000
@@ -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 97a134dd9959 -r 0f360f3c4efe external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h
--- a/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h    Sun Aug 07 12:00:11 2011 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h    Sun Aug 07 12:20:10 2011 +0000
@@ -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
diff -r 97a134dd9959 -r 0f360f3c4efe external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h      Sun Aug 07 12:00:11 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h      Sun Aug 07 12:20:10 2011 +0000
@@ -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 {
diff -r 97a134dd9959 -r 0f360f3c4efe external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk
--- a/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk   Sun Aug 07 12:00:11 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk   Sun Aug 07 12:20:10 2011 +0000
@@ -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=



Home | Main Index | Thread Index | Old Index