Sun Aug 7 12:20:10 2011 UTC ()
re-run mknative for hppa.


(mrg)
diff -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/hppa.mk
diff -r1.1 -r1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h
diff -r1.1 -r1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/config.h
diff -r1.1 -r1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h
diff -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h
diff -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk

cvs diff -r1.1 -r1.2 src/external/gpl3/gcc/lib/libgcc/arch/Attic/hppa.mk (expand / switch to unified diff)

--- src/external/gpl3/gcc/lib/libgcc/arch/Attic/hppa.mk 2011/07/07 02:07:31 1.1
+++ src/external/gpl3/gcc/lib/libgcc/arch/Attic/hppa.mk 2011/08/07 12:20:10 1.2
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# This file is automatically generated. DO NOT EDIT! 1# This file is automatically generated. DO NOT EDIT!
2# Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  2# Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp
3# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  3# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
4# 4#
5G_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 5G_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
6G_LIB2ADD=${GNUHOSTDIST}/gcc/config/pa/fptr.c 6G_LIB2ADD=${GNUHOSTDIST}/gcc/config/pa/fptr.c
7G_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 7G_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
8G_LIB2ADD_ST= 8G_LIB2ADD_ST=
9G_LIB1ASMFUNCS=_divI _divU _remI _remU _div_const _mulI _dyncall 9G_LIB1ASMFUNCS=_divI _divU _remI _remU _div_const _mulI _dyncall
10G_LIB1ASMSRC=pa/milli64.S 10G_LIB1ASMSRC=pa/milli64.S
11G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4 11G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
12G_LIB2FUNCS_ST=_eprintf __gcc_bcmp 12G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
13G_LIB2FUNCS_EXTRA=${GNUHOSTDIST}/gcc/config/pa/fptr.c 13G_LIB2FUNCS_EXTRA=${GNUHOSTDIST}/gcc/config/pa/fptr.c
14G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -DELF=1 -DNETBSD=1 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  14G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -DELF=1 -DNETBSD=1 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
15G_SHLIB_MKMAP=${GNUHOSTDIST}/gcc/mkmap-symver.awk 15G_SHLIB_MKMAP=${GNUHOSTDIST}/gcc/mkmap-symver.awk
16G_SHLIB_MKMAP_OPTS= 16G_SHLIB_MKMAP_OPTS=
17G_SHLIB_MAPFILES=${GNUHOSTDIST}/gcc/libgcc-std.ver 17G_SHLIB_MAPFILES=${GNUHOSTDIST}/gcc/libgcc-std.ver
18G_SHLIB_NM_FLAGS=-pg 18G_SHLIB_NM_FLAGS=-pg
19G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/ginclude/tgmath.h 19G_EXTRA_HEADERS=${GNUHOSTDIST}/gcc/ginclude/tgmath.h
20G_xm_defines= 20G_xm_defines=

cvs diff -r1.1 -r1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h 2011/07/07 02:07:32 1.1
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/c++config.h 2011/08/07 12:20:10 1.2
@@ -489,27 +489,27 @@ _GLIBCXX_END_NAMESPACE @@ -489,27 +489,27 @@ _GLIBCXX_END_NAMESPACE
489/* Define to 1 if you have the `expf' function. */ 489/* Define to 1 if you have the `expf' function. */
490/* #undef _GLIBCXX_HAVE_EXPF */ 490/* #undef _GLIBCXX_HAVE_EXPF */
491 491
492/* Define to 1 if you have the `expl' function. */ 492/* Define to 1 if you have the `expl' function. */
493/* #undef _GLIBCXX_HAVE_EXPL */ 493/* #undef _GLIBCXX_HAVE_EXPL */
494 494
495/* Define to 1 if you have the `fabsf' function. */ 495/* Define to 1 if you have the `fabsf' function. */
496/* #undef _GLIBCXX_HAVE_FABSF */ 496/* #undef _GLIBCXX_HAVE_FABSF */
497 497
498/* Define to 1 if you have the `fabsl' function. */ 498/* Define to 1 if you have the `fabsl' function. */
499/* #undef _GLIBCXX_HAVE_FABSL */ 499/* #undef _GLIBCXX_HAVE_FABSL */
500 500
501/* Define to 1 if you have the <fenv.h> header file. */ 501/* Define to 1 if you have the <fenv.h> header file. */
502/* #undef _GLIBCXX_HAVE_FENV_H */ 502#define _GLIBCXX_HAVE_FENV_H 1
503 503
504/* Define to 1 if you have the `finite' function. */ 504/* Define to 1 if you have the `finite' function. */
505#define _GLIBCXX_HAVE_FINITE 1 505#define _GLIBCXX_HAVE_FINITE 1
506 506
507/* Define to 1 if you have the `finitef' function. */ 507/* Define to 1 if you have the `finitef' function. */
508#define _GLIBCXX_HAVE_FINITEF 1 508#define _GLIBCXX_HAVE_FINITEF 1
509 509
510/* Define to 1 if you have the `finitel' function. */ 510/* Define to 1 if you have the `finitel' function. */
511/* #undef _GLIBCXX_HAVE_FINITEL */ 511/* #undef _GLIBCXX_HAVE_FINITEL */
512 512
513/* Define to 1 if you have the <float.h> header file. */ 513/* Define to 1 if you have the <float.h> header file. */
514#define _GLIBCXX_HAVE_FLOAT_H 1 514#define _GLIBCXX_HAVE_FLOAT_H 1
515 515
@@ -778,27 +778,27 @@ _GLIBCXX_END_NAMESPACE @@ -778,27 +778,27 @@ _GLIBCXX_END_NAMESPACE
778/* Define to 1 if you have the `tanf' function. */ 778/* Define to 1 if you have the `tanf' function. */
779/* #undef _GLIBCXX_HAVE_TANF */ 779/* #undef _GLIBCXX_HAVE_TANF */
780 780
781/* Define to 1 if you have the `tanhf' function. */ 781/* Define to 1 if you have the `tanhf' function. */
782/* #undef _GLIBCXX_HAVE_TANHF */ 782/* #undef _GLIBCXX_HAVE_TANHF */
783 783
784/* Define to 1 if you have the `tanhl' function. */ 784/* Define to 1 if you have the `tanhl' function. */
785/* #undef _GLIBCXX_HAVE_TANHL */ 785/* #undef _GLIBCXX_HAVE_TANHL */
786 786
787/* Define to 1 if you have the `tanl' function. */ 787/* Define to 1 if you have the `tanl' function. */
788/* #undef _GLIBCXX_HAVE_TANL */ 788/* #undef _GLIBCXX_HAVE_TANL */
789 789
790/* Define to 1 if you have the <tgmath.h> header file. */ 790/* Define to 1 if you have the <tgmath.h> header file. */
791/* #undef _GLIBCXX_HAVE_TGMATH_H */ 791#define _GLIBCXX_HAVE_TGMATH_H 1
792 792
793/* Define to 1 if the target supports thread-local storage. */ 793/* Define to 1 if the target supports thread-local storage. */
794/* #undef _GLIBCXX_HAVE_TLS */ 794/* #undef _GLIBCXX_HAVE_TLS */
795 795
796/* Define to 1 if you have the <unistd.h> header file. */ 796/* Define to 1 if you have the <unistd.h> header file. */
797#define _GLIBCXX_HAVE_UNISTD_H 1 797#define _GLIBCXX_HAVE_UNISTD_H 1
798 798
799/* Defined if vfwscanf exists. */ 799/* Defined if vfwscanf exists. */
800#define _GLIBCXX_HAVE_VFWSCANF 1 800#define _GLIBCXX_HAVE_VFWSCANF 1
801 801
802/* Defined if vswscanf exists. */ 802/* Defined if vswscanf exists. */
803#define _GLIBCXX_HAVE_VSWSCANF 1 803#define _GLIBCXX_HAVE_VSWSCANF 1
804 804

cvs diff -r1.1 -r1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/Attic/config.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/Attic/config.h 2011/07/07 02:07:32 1.1
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/Attic/config.h 2011/08/07 12:20:10 1.2
@@ -110,27 +110,27 @@ @@ -110,27 +110,27 @@
110/* Define to 1 if you have the `expf' function. */ 110/* Define to 1 if you have the `expf' function. */
111/* #undef HAVE_EXPF */ 111/* #undef HAVE_EXPF */
112 112
113/* Define to 1 if you have the `expl' function. */ 113/* Define to 1 if you have the `expl' function. */
114/* #undef HAVE_EXPL */ 114/* #undef HAVE_EXPL */
115 115
116/* Define to 1 if you have the `fabsf' function. */ 116/* Define to 1 if you have the `fabsf' function. */
117/* #undef HAVE_FABSF */ 117/* #undef HAVE_FABSF */
118 118
119/* Define to 1 if you have the `fabsl' function. */ 119/* Define to 1 if you have the `fabsl' function. */
120/* #undef HAVE_FABSL */ 120/* #undef HAVE_FABSL */
121 121
122/* Define to 1 if you have the <fenv.h> header file. */ 122/* Define to 1 if you have the <fenv.h> header file. */
123/* #undef HAVE_FENV_H */ 123#define HAVE_FENV_H 1
124 124
125/* Define to 1 if you have the `finite' function. */ 125/* Define to 1 if you have the `finite' function. */
126#define HAVE_FINITE 1 126#define HAVE_FINITE 1
127 127
128/* Define to 1 if you have the `finitef' function. */ 128/* Define to 1 if you have the `finitef' function. */
129#define HAVE_FINITEF 1 129#define HAVE_FINITEF 1
130 130
131/* Define to 1 if you have the `finitel' function. */ 131/* Define to 1 if you have the `finitel' function. */
132/* #undef HAVE_FINITEL */ 132/* #undef HAVE_FINITEL */
133 133
134/* Define to 1 if you have the <float.h> header file. */ 134/* Define to 1 if you have the <float.h> header file. */
135#define HAVE_FLOAT_H 1 135#define HAVE_FLOAT_H 1
136 136
@@ -399,27 +399,27 @@ @@ -399,27 +399,27 @@
399/* Define to 1 if you have the `tanf' function. */ 399/* Define to 1 if you have the `tanf' function. */
400/* #undef HAVE_TANF */ 400/* #undef HAVE_TANF */
401 401
402/* Define to 1 if you have the `tanhf' function. */ 402/* Define to 1 if you have the `tanhf' function. */
403/* #undef HAVE_TANHF */ 403/* #undef HAVE_TANHF */
404 404
405/* Define to 1 if you have the `tanhl' function. */ 405/* Define to 1 if you have the `tanhl' function. */
406/* #undef HAVE_TANHL */ 406/* #undef HAVE_TANHL */
407 407
408/* Define to 1 if you have the `tanl' function. */ 408/* Define to 1 if you have the `tanl' function. */
409/* #undef HAVE_TANL */ 409/* #undef HAVE_TANL */
410 410
411/* Define to 1 if you have the <tgmath.h> header file. */ 411/* Define to 1 if you have the <tgmath.h> header file. */
412/* #undef HAVE_TGMATH_H */ 412#define HAVE_TGMATH_H 1
413 413
414/* Define to 1 if the target supports thread-local storage. */ 414/* Define to 1 if the target supports thread-local storage. */
415/* #undef HAVE_TLS */ 415/* #undef HAVE_TLS */
416 416
417/* Define to 1 if you have the <unistd.h> header file. */ 417/* Define to 1 if you have the <unistd.h> header file. */
418#define HAVE_UNISTD_H 1 418#define HAVE_UNISTD_H 1
419 419
420/* Defined if vfwscanf exists. */ 420/* Defined if vfwscanf exists. */
421#define HAVE_VFWSCANF 1 421#define HAVE_VFWSCANF 1
422 422
423/* Defined if vswscanf exists. */ 423/* Defined if vswscanf exists. */
424#define HAVE_VSWSCANF 1 424#define HAVE_VSWSCANF 1
425 425

cvs diff -r1.1 -r1.2 src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h 2011/07/07 02:07:32 1.1
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/gstdint.h 2011/08/07 12:20:10 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1/* This file is automatically generated. DO NOT EDIT! */ 1/* This file is automatically generated. DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */ 2/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
3/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ 3/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
4 4
5/* generated for hppa--netbsd-gcc (GCC) 4.1.3 20080704 (prerelease) (NetBSD nb2 20081120) */ 5/* generated for hppa--netbsd-gcc (NetBSD nb1 20110620) 4.5.3 */
6 6
7#ifndef GCC_GENERATED_STDINT_H 7#ifndef GCC_GENERATED_STDINT_H
8#define GCC_GENERATED_STDINT_H 1 8#define GCC_GENERATED_STDINT_H 1
9 9
10#include <sys/types.h> 10#include <sys/types.h>
11#include <stdint.h> 11#include <stdint.h>
12/* glibc uses these symbols as guards to prevent redefinitions. */ 12/* glibc uses these symbols as guards to prevent redefinitions. */
13#ifdef __int8_t_defined 13#ifdef __int8_t_defined
14#define _INT8_T 14#define _INT8_T
15#define _INT16_T 15#define _INT16_T
16#define _INT32_T 16#define _INT32_T
17#endif 17#endif
18#ifdef __uint32_t_defined 18#ifdef __uint32_t_defined

cvs diff -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h 2011/07/07 02:07:33 1.1
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/configargs.h 2011/08/07 12:20:10 1.2
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1/* This file is automatically generated. DO NOT EDIT! */ 1/* This file is automatically generated. DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */ 2/* Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp */
3/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ 3/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */
4 4
5/* Generated automatically. */ 5/* Generated automatically. */
6static 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"; 6static 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";
7static const char thread_model[] = "posix"; 7static const char thread_model[] = "posix";
8 8
9static const struct { 9static const struct {
10 const char *name, *value; 10 const char *name, *value;
11} configure_default_options[] = { { NULL, NULL} }; 11} configure_default_options[] = { { NULL, NULL} };

cvs diff -r1.1 -r1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk (expand / switch to unified diff)

--- src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk 2011/07/07 02:07:33 1.1
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/hppa/defs.mk 2011/08/07 12:20:10 1.2
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# This file is automatically generated. DO NOT EDIT! 1# This file is automatically generated. DO NOT EDIT!
2# Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp  2# Generated from: NetBSD: mknative-gcc,v 1.61 2011/07/03 12:26:02 mrg Exp
3# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  3# Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp
4# 4#
5G_BUILD_EARLY_SUPPORT= 5G_BUILD_EARLY_SUPPORT=
6G_BUILD_ERRORS=build-errors.o 6G_BUILD_ERRORS=build-errors.o
7G_BUILD_PRINT= 7G_BUILD_PRINT=
8G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print-rtl.o 8G_BUILD_RTL=build-rtl.o read-rtl.o build-ggc-none.o vec.o min-insn-modes.o gensupport.o build-print-rtl.o
9G_BUILD_SUPPORT= 9G_BUILD_SUPPORT=
10G_BUILD_VARRAY= 10G_BUILD_VARRAY=
11G_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 11G_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
12G_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  12G_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
13G_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 13G_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
14G_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 14G_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
15G_CCCP_OBJS= 15G_CCCP_OBJS=
16G_GCOV_OBJS=gcov.o intl.o version.o errors.o 16G_GCOV_OBJS=gcov.o intl.o version.o errors.o
17G_PROTO_OBJS= 17G_PROTO_OBJS=
18G_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 18G_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
19G_md_file=${GNUHOSTDIST}/gcc/config/pa/pa.md 19G_md_file=${GNUHOSTDIST}/gcc/config/pa/pa.md
20G_OBJC_OBJS=objc/objc-lang.o objc/objc-act.o 20G_OBJC_OBJS=objc/objc-lang.o objc/objc-act.o
21G_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 pa.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 21G_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 pa.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
22G_out_file=${GNUHOSTDIST}/gcc/config/pa/pa.c 22G_out_file=${GNUHOSTDIST}/gcc/config/pa/pa.c
23G_version=4.5.3 23G_version=4.5.3
24G_BUILD_PREFIX= 24G_BUILD_PREFIX=
@@ -32,21 +32,21 @@ G_GTFILES_FILES_LANGS= @@ -32,21 +32,21 @@ G_GTFILES_FILES_LANGS=
32G_GTFILES=${GNUHOSTDIST}/gcc/../libcpp/include/line-map.h ${GNUHOSTDIST}/gcc/../libcpp/include/cpplib.h ${GNUHOSTDIST}/gcc/../libcpp/include/cpp-id-data.h ${GNUHOSTDIST}/gcc/input.h ${GNUHOSTDIST}/gcc/coretypes.h auto-host.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h ${GNUHOSTDIST}/gcc/defaults.h ${GNUHOSTDIST}/gcc/../include/hashtab.h ${GNUHOSTDIST}/gcc/../include/splay-tree.h ${GNUHOSTDIST}/gcc/bitmap.h ${GNUHOSTDIST}/gcc/alias.h ${GNUHOSTDIST}/gcc/coverage.c ${GNUHOSTDIST}/gcc/rtl.h ${GNUHOSTDIST}/gcc/vecprim.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/varray.h ${GNUHOSTDIST}/gcc/libfuncs.h ${GNUHOSTDIST}/gcc/../libcpp/include/symtab.h ${GNUHOSTDIST}/gcc/../include/obstack.h ${GNUHOSTDIST}/gcc/real.h ${GNUHOSTDIST}/gcc/function.h ${GNUHOSTDIST}/gcc/insn-addr.h ${GNUHOSTDIST}/gcc/hwint.h ${GNUHOSTDIST}/gcc/fixed-value.h ${GNUHOSTDIST}/gcc/ipa-reference.h ${GNUHOSTDIST}/gcc/output.h ${GNUHOSTDIST}/gcc/cfgloop.h ${GNUHOSTDIST}/gcc/cselib.h ${GNUHOSTDIST}/gcc/basic-block.h ${GNUHOSTDIST}/gcc/cgraph.h ${GNUHOSTDIST}/gcc/reload.h ${GNUHOSTDIST}/gcc/caller-save.c ${GNUHOSTDIST}/gcc/alias.c ${GNUHOSTDIST}/gcc/bitmap.c ${GNUHOSTDIST}/gcc/cselib.c ${GNUHOSTDIST}/gcc/cgraph.c ${GNUHOSTDIST}/gcc/ipa-prop.c ${GNUHOSTDIST}/gcc/ipa-cp.c ${GNUHOSTDIST}/gcc/ipa-inline.c ${GNUHOSTDIST}/gcc/matrix-reorg.c ${GNUHOSTDIST}/gcc/dbxout.c ${GNUHOSTDIST}/gcc/ipa-struct-reorg.c ${GNUHOSTDIST}/gcc/dwarf2out.c ${GNUHOSTDIST}/gcc/dwarf2asm.c ${GNUHOSTDIST}/gcc/tree-vect-generic.c ${GNUHOSTDIST}/gcc/dojump.c ${GNUHOSTDIST}/gcc/emit-rtl.c ${GNUHOSTDIST}/gcc/except.h ${GNUHOSTDIST}/gcc/explow.c ${GNUHOSTDIST}/gcc/expr.c ${GNUHOSTDIST}/gcc/expr.h ${GNUHOSTDIST}/gcc/function.c ${GNUHOSTDIST}/gcc/except.c ${GNUHOSTDIST}/gcc/gcse.c ${GNUHOSTDIST}/gcc/integrate.c ${GNUHOSTDIST}/gcc/lists.c ${GNUHOSTDIST}/gcc/optabs.c ${GNUHOSTDIST}/gcc/profile.c ${GNUHOSTDIST}/gcc/reginfo.c ${GNUHOSTDIST}/gcc/mcf.c ${GNUHOSTDIST}/gcc/reg-stack.c ${GNUHOSTDIST}/gcc/cfglayout.c ${GNUHOSTDIST}/gcc/cfglayout.h ${GNUHOSTDIST}/gcc/sdbout.c ${GNUHOSTDIST}/gcc/stor-layout.c ${GNUHOSTDIST}/gcc/stringpool.c ${GNUHOSTDIST}/gcc/tree.c ${GNUHOSTDIST}/gcc/varasm.c ${GNUHOSTDIST}/gcc/gimple.h ${GNUHOSTDIST}/gcc/gimple.c ${GNUHOSTDIST}/gcc/tree-mudflap.c ${GNUHOSTDIST}/gcc/tree-flow.h ${GNUHOSTDIST}/gcc/tree-ssanames.c ${GNUHOSTDIST}/gcc/tree-eh.c ${GNUHOSTDIST}/gcc/tree-ssa-address.c ${GNUHOSTDIST}/gcc/tree-cfg.c ${GNUHOSTDIST}/gcc/tree-dfa.c ${GNUHOSTDIST}/gcc/tree-iterator.c ${GNUHOSTDIST}/gcc/gimplify.c ${GNUHOSTDIST}/gcc/tree-chrec.h ${GNUHOSTDIST}/gcc/tree-scalar-evolution.c ${GNUHOSTDIST}/gcc/tree-ssa-operands.h ${GNUHOSTDIST}/gcc/tree-profile.c ${GNUHOSTDIST}/gcc/tree-nested.c ${GNUHOSTDIST}/gcc/varpool.c ${GNUHOSTDIST}/gcc/tree-parloops.c ${GNUHOSTDIST}/gcc/omp-low.c ${GNUHOSTDIST}/gcc/targhooks.c ${GNUHOSTDIST}/gcc/config/pa/pa.c ${GNUHOSTDIST}/gcc/passes.c ${GNUHOSTDIST}/gcc/cgraphunit.c ${GNUHOSTDIST}/gcc/tree-ssa-propagate.c ${GNUHOSTDIST}/gcc/tree-phinodes.c ${GNUHOSTDIST}/gcc/ipa-reference.c ${GNUHOSTDIST}/gcc/tree-ssa-structalias.c ${GNUHOSTDIST}/gcc/lto-symtab.c ${GNUHOSTDIST}/gcc/tree-ssa-alias.h ${GNUHOSTDIST}/gcc/ipa-prop.h [cp] ${GNUHOSTDIST}/gcc/cp/rtti.c ${GNUHOSTDIST}/gcc/cp/mangle.c ${GNUHOSTDIST}/gcc/cp/name-lookup.h ${GNUHOSTDIST}/gcc/cp/name-lookup.c ${GNUHOSTDIST}/gcc/cp/cp-tree.h ${GNUHOSTDIST}/gcc/cp/decl.h ${GNUHOSTDIST}/gcc/cp/call.c ${GNUHOSTDIST}/gcc/cp/decl.c ${GNUHOSTDIST}/gcc/cp/decl2.c ${GNUHOSTDIST}/gcc/cp/pt.c ${GNUHOSTDIST}/gcc/cp/repo.c ${GNUHOSTDIST}/gcc/cp/semantics.c ${GNUHOSTDIST}/gcc/cp/tree.c ${GNUHOSTDIST}/gcc/cp/parser.c ${GNUHOSTDIST}/gcc/cp/method.c ${GNUHOSTDIST}/gcc/cp/typeck2.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-lex.c ${GNUHOSTDIST}/gcc/c-pragma.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/cp/class.c ${GNUHOSTDIST}/gcc/cp/cp-objcp-common.c ${GNUHOSTDIST}/gcc/cp/cp-lang.c [lto] ${GNUHOSTDIST}/gcc/lto/lto-tree.h ${GNUHOSTDIST}/gcc/lto/lto-lang.c ${GNUHOSTDIST}/gcc/lto/lto.c [objc] ${GNUHOSTDIST}/gcc/objc/objc-act.h ${GNUHOSTDIST}/gcc/c-parser.c ${GNUHOSTDIST}/gcc/c-tree.h ${GNUHOSTDIST}/gcc/c-decl.c ${GNUHOSTDIST}/gcc/c-objc-common.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-pragma.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/objc/objc-act.c [objcp] ${GNUHOSTDIST}/gcc/objcp/objcp-decl.c ${GNUHOSTDIST}/gcc/objc/objc-act.c ${GNUHOSTDIST}/gcc/objc/objc-act.h ${GNUHOSTDIST}/gcc/cp/rtti.c ${GNUHOSTDIST}/gcc/cp/mangle.c ${GNUHOSTDIST}/gcc/cp/name-lookup.h ${GNUHOSTDIST}/gcc/cp/name-lookup.c ${GNUHOSTDIST}/gcc/cp/cp-tree.h ${GNUHOSTDIST}/gcc/cp/decl.h ${GNUHOSTDIST}/gcc/cp/call.c ${GNUHOSTDIST}/gcc/cp/decl.c ${GNUHOSTDIST}/gcc/cp/decl2.c ${GNUHOSTDIST}/gcc/cp/pt.c ${GNUHOSTDIST}/gcc/cp/repo.c ${GNUHOSTDIST}/gcc/cp/semantics.c ${GNUHOSTDIST}/gcc/cp/tree.c ${GNUHOSTDIST}/gcc/cp/parser.c ${GNUHOSTDIST}/gcc/cp/method.c ${GNUHOSTDIST}/gcc/cp/typeck2.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-lex.c ${GNUHOSTDIST}/gcc/c-pragma.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/cp/cp-objcp-common.c [c] ${GNUHOSTDIST}/gcc/c-lang.c ${GNUHOSTDIST}/gcc/c-tree.h ${GNUHOSTDIST}/gcc/c-decl.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-pragma.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/c-objc-common.c ${GNUHOSTDIST}/gcc/c-parser.c ${GNUHOSTDIST}/gcc/c-lang.h 32G_GTFILES=${GNUHOSTDIST}/gcc/../libcpp/include/line-map.h ${GNUHOSTDIST}/gcc/../libcpp/include/cpplib.h ${GNUHOSTDIST}/gcc/../libcpp/include/cpp-id-data.h ${GNUHOSTDIST}/gcc/input.h ${GNUHOSTDIST}/gcc/coretypes.h auto-host.h ${GNUHOSTDIST}/gcc/../include/ansidecl.h options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h ${GNUHOSTDIST}/gcc/defaults.h ${GNUHOSTDIST}/gcc/../include/hashtab.h ${GNUHOSTDIST}/gcc/../include/splay-tree.h ${GNUHOSTDIST}/gcc/bitmap.h ${GNUHOSTDIST}/gcc/alias.h ${GNUHOSTDIST}/gcc/coverage.c ${GNUHOSTDIST}/gcc/rtl.h ${GNUHOSTDIST}/gcc/vecprim.h ${GNUHOSTDIST}/gcc/optabs.h ${GNUHOSTDIST}/gcc/tree.h ${GNUHOSTDIST}/gcc/varray.h ${GNUHOSTDIST}/gcc/libfuncs.h ${GNUHOSTDIST}/gcc/../libcpp/include/symtab.h ${GNUHOSTDIST}/gcc/../include/obstack.h ${GNUHOSTDIST}/gcc/real.h ${GNUHOSTDIST}/gcc/function.h ${GNUHOSTDIST}/gcc/insn-addr.h ${GNUHOSTDIST}/gcc/hwint.h ${GNUHOSTDIST}/gcc/fixed-value.h ${GNUHOSTDIST}/gcc/ipa-reference.h ${GNUHOSTDIST}/gcc/output.h ${GNUHOSTDIST}/gcc/cfgloop.h ${GNUHOSTDIST}/gcc/cselib.h ${GNUHOSTDIST}/gcc/basic-block.h ${GNUHOSTDIST}/gcc/cgraph.h ${GNUHOSTDIST}/gcc/reload.h ${GNUHOSTDIST}/gcc/caller-save.c ${GNUHOSTDIST}/gcc/alias.c ${GNUHOSTDIST}/gcc/bitmap.c ${GNUHOSTDIST}/gcc/cselib.c ${GNUHOSTDIST}/gcc/cgraph.c ${GNUHOSTDIST}/gcc/ipa-prop.c ${GNUHOSTDIST}/gcc/ipa-cp.c ${GNUHOSTDIST}/gcc/ipa-inline.c ${GNUHOSTDIST}/gcc/matrix-reorg.c ${GNUHOSTDIST}/gcc/dbxout.c ${GNUHOSTDIST}/gcc/ipa-struct-reorg.c ${GNUHOSTDIST}/gcc/dwarf2out.c ${GNUHOSTDIST}/gcc/dwarf2asm.c ${GNUHOSTDIST}/gcc/tree-vect-generic.c ${GNUHOSTDIST}/gcc/dojump.c ${GNUHOSTDIST}/gcc/emit-rtl.c ${GNUHOSTDIST}/gcc/except.h ${GNUHOSTDIST}/gcc/explow.c ${GNUHOSTDIST}/gcc/expr.c ${GNUHOSTDIST}/gcc/expr.h ${GNUHOSTDIST}/gcc/function.c ${GNUHOSTDIST}/gcc/except.c ${GNUHOSTDIST}/gcc/gcse.c ${GNUHOSTDIST}/gcc/integrate.c ${GNUHOSTDIST}/gcc/lists.c ${GNUHOSTDIST}/gcc/optabs.c ${GNUHOSTDIST}/gcc/profile.c ${GNUHOSTDIST}/gcc/reginfo.c ${GNUHOSTDIST}/gcc/mcf.c ${GNUHOSTDIST}/gcc/reg-stack.c ${GNUHOSTDIST}/gcc/cfglayout.c ${GNUHOSTDIST}/gcc/cfglayout.h ${GNUHOSTDIST}/gcc/sdbout.c ${GNUHOSTDIST}/gcc/stor-layout.c ${GNUHOSTDIST}/gcc/stringpool.c ${GNUHOSTDIST}/gcc/tree.c ${GNUHOSTDIST}/gcc/varasm.c ${GNUHOSTDIST}/gcc/gimple.h ${GNUHOSTDIST}/gcc/gimple.c ${GNUHOSTDIST}/gcc/tree-mudflap.c ${GNUHOSTDIST}/gcc/tree-flow.h ${GNUHOSTDIST}/gcc/tree-ssanames.c ${GNUHOSTDIST}/gcc/tree-eh.c ${GNUHOSTDIST}/gcc/tree-ssa-address.c ${GNUHOSTDIST}/gcc/tree-cfg.c ${GNUHOSTDIST}/gcc/tree-dfa.c ${GNUHOSTDIST}/gcc/tree-iterator.c ${GNUHOSTDIST}/gcc/gimplify.c ${GNUHOSTDIST}/gcc/tree-chrec.h ${GNUHOSTDIST}/gcc/tree-scalar-evolution.c ${GNUHOSTDIST}/gcc/tree-ssa-operands.h ${GNUHOSTDIST}/gcc/tree-profile.c ${GNUHOSTDIST}/gcc/tree-nested.c ${GNUHOSTDIST}/gcc/varpool.c ${GNUHOSTDIST}/gcc/tree-parloops.c ${GNUHOSTDIST}/gcc/omp-low.c ${GNUHOSTDIST}/gcc/targhooks.c ${GNUHOSTDIST}/gcc/config/pa/pa.c ${GNUHOSTDIST}/gcc/passes.c ${GNUHOSTDIST}/gcc/cgraphunit.c ${GNUHOSTDIST}/gcc/tree-ssa-propagate.c ${GNUHOSTDIST}/gcc/tree-phinodes.c ${GNUHOSTDIST}/gcc/ipa-reference.c ${GNUHOSTDIST}/gcc/tree-ssa-structalias.c ${GNUHOSTDIST}/gcc/lto-symtab.c ${GNUHOSTDIST}/gcc/tree-ssa-alias.h ${GNUHOSTDIST}/gcc/ipa-prop.h [cp] ${GNUHOSTDIST}/gcc/cp/rtti.c ${GNUHOSTDIST}/gcc/cp/mangle.c ${GNUHOSTDIST}/gcc/cp/name-lookup.h ${GNUHOSTDIST}/gcc/cp/name-lookup.c ${GNUHOSTDIST}/gcc/cp/cp-tree.h ${GNUHOSTDIST}/gcc/cp/decl.h ${GNUHOSTDIST}/gcc/cp/call.c ${GNUHOSTDIST}/gcc/cp/decl.c ${GNUHOSTDIST}/gcc/cp/decl2.c ${GNUHOSTDIST}/gcc/cp/pt.c ${GNUHOSTDIST}/gcc/cp/repo.c ${GNUHOSTDIST}/gcc/cp/semantics.c ${GNUHOSTDIST}/gcc/cp/tree.c ${GNUHOSTDIST}/gcc/cp/parser.c ${GNUHOSTDIST}/gcc/cp/method.c ${GNUHOSTDIST}/gcc/cp/typeck2.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-lex.c ${GNUHOSTDIST}/gcc/c-pragma.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/cp/class.c ${GNUHOSTDIST}/gcc/cp/cp-objcp-common.c ${GNUHOSTDIST}/gcc/cp/cp-lang.c [lto] ${GNUHOSTDIST}/gcc/lto/lto-tree.h ${GNUHOSTDIST}/gcc/lto/lto-lang.c ${GNUHOSTDIST}/gcc/lto/lto.c [objc] ${GNUHOSTDIST}/gcc/objc/objc-act.h ${GNUHOSTDIST}/gcc/c-parser.c ${GNUHOSTDIST}/gcc/c-tree.h ${GNUHOSTDIST}/gcc/c-decl.c ${GNUHOSTDIST}/gcc/c-objc-common.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-pragma.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/objc/objc-act.c [objcp] ${GNUHOSTDIST}/gcc/objcp/objcp-decl.c ${GNUHOSTDIST}/gcc/objc/objc-act.c ${GNUHOSTDIST}/gcc/objc/objc-act.h ${GNUHOSTDIST}/gcc/cp/rtti.c ${GNUHOSTDIST}/gcc/cp/mangle.c ${GNUHOSTDIST}/gcc/cp/name-lookup.h ${GNUHOSTDIST}/gcc/cp/name-lookup.c ${GNUHOSTDIST}/gcc/cp/cp-tree.h ${GNUHOSTDIST}/gcc/cp/decl.h ${GNUHOSTDIST}/gcc/cp/call.c ${GNUHOSTDIST}/gcc/cp/decl.c ${GNUHOSTDIST}/gcc/cp/decl2.c ${GNUHOSTDIST}/gcc/cp/pt.c ${GNUHOSTDIST}/gcc/cp/repo.c ${GNUHOSTDIST}/gcc/cp/semantics.c ${GNUHOSTDIST}/gcc/cp/tree.c ${GNUHOSTDIST}/gcc/cp/parser.c ${GNUHOSTDIST}/gcc/cp/method.c ${GNUHOSTDIST}/gcc/cp/typeck2.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-lex.c ${GNUHOSTDIST}/gcc/c-pragma.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/cp/cp-objcp-common.c [c] ${GNUHOSTDIST}/gcc/c-lang.c ${GNUHOSTDIST}/gcc/c-tree.h ${GNUHOSTDIST}/gcc/c-decl.c ${GNUHOSTDIST}/gcc/c-common.c ${GNUHOSTDIST}/gcc/c-common.h ${GNUHOSTDIST}/gcc/c-pragma.h ${GNUHOSTDIST}/gcc/c-pragma.c ${GNUHOSTDIST}/gcc/c-objc-common.c ${GNUHOSTDIST}/gcc/c-parser.c ${GNUHOSTDIST}/gcc/c-lang.h
33G_GTFILES_LANG_DIR_NAMES= 33G_GTFILES_LANG_DIR_NAMES=
34G_tm_defines=NETBSD_ENABLE_PTHREADS 34G_tm_defines=NETBSD_ENABLE_PTHREADS
35G_host_xm_file= 35G_host_xm_file=
36G_host_xm_defines= 36G_host_xm_defines=
37G_tm_p_file= 37G_tm_p_file=
38G_target_cpu_default=(MASK_PA_11|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY) 38G_target_cpu_default=(MASK_PA_11|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY)
39G_TM_H=tm.h options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h 39G_TM_H=tm.h options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h ${GNUHOSTDIST}/gcc/defaults.h insn-constants.h insn-flags.h options.h
40G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/lto/lang.opt ${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/pa/pa.opt 40G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/lto/lang.opt ${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/pa/pa.opt
41G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h ${GNUHOSTDIST}/gcc/defaults.h 41G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/pa/pa.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/pa/pa-netbsd.h ${GNUHOSTDIST}/gcc/config/pa/pa32-regs.h ${GNUHOSTDIST}/gcc/config/pa/pa32-netbsd.h ${GNUHOSTDIST}/gcc/defaults.h
42G_build_xm_include_list=auto-build.h ansidecl.h 42G_build_xm_include_list=auto-build.h ansidecl.h
43G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/lto/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h 43G_lang_specs_files=${GNUHOSTDIST}/gcc/cp/lang-specs.h ${GNUHOSTDIST}/gcc/lto/lang-specs.h ${GNUHOSTDIST}/gcc/objc/lang-specs.h
44G_tm_p_include_list=config/pa/pa-protos.h tm-preds.h 44G_tm_p_include_list=config/pa/pa-protos.h tm-preds.h
45G_LIB2ADDEHDEP=${GNUHOSTDIST}/gcc/unwind-generic.h unwind-pe.h unwind-dw2-fde.h unwind-dw2.h 45G_LIB2ADDEHDEP= unwind-dw2-fde.h unwind-dw2-fde.c
46G_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 46G_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
47G_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 47G_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
48G_F77_OBJS= 48G_F77_OBJS=
49G_libcpp_a_OBJS=charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o 49G_libcpp_a_OBJS=charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
50G_ENABLE_SHARED= 50G_ENABLE_SHARED=
51G_SHLIB_LINK= -shared 51G_SHLIB_LINK= -shared
52G_SHLIB_MULTILIB=. 52G_SHLIB_MULTILIB=.