regenerate hppa mknative files. this mostly works but i have to

compile significant portions of the tree at -O1 instead of -O2, and
sometimes -Os/-O0 is required, and others none works.  i'd guess that
some instructions in the .md file are generating more assembler than
they claim to be since all these errors are due too large offsets.

but fixing that is work for someone else, or at least another day :-)
This commit is contained in:
mrg 2006-06-24 12:58:42 +00:00
parent afe1c7cc6b
commit c1f26e8c41
23 changed files with 75 additions and 65 deletions

View File

@ -1,6 +1,6 @@
# This file is automatically generated. DO NOT EDIT!
# Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp
# and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp
# Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp
# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp
#
G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include
G_CRTSTUFF_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time

View File

@ -1,15 +1,15 @@
# This file is automatically generated. DO NOT EDIT!
# Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp
# and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp
# Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp
# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp
#
G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include
G_LIB2ADD=
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_LIB1ASMFUNCS=
G_LIB1ASMSRC=
G_LIB1ASMFUNCS=_divI _divU _remI _remU _div_const _mulI _dyncall
G_LIB1ASMSRC=pa/milli64.S
G_LIB2_DIVMOD_FUNCS=_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4
G_LIB2FUNCS_ST=_eprintf __gcc_bcmp
G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
G_LIBGCC2_CFLAGS=-O2 -DIN_GCC -W -Wall -Wwrite-strings -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
G_SHLIB_MKMAP=${GNUHOSTDIST}/gcc/mkmap-symver.awk
G_SHLIB_MKMAP_OPTS=
G_SHLIB_MAPFILES=${GNUHOSTDIST}/gcc/libgcc-std.ver

View File

@ -0,0 +1,10 @@
# This file is automatically generated. DO NOT EDIT!
# Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp
# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp
#
G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/pa/pa.opt
G_ALL_CFLAGS=-I. -I${GNUHOSTDIST}/libobjc -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -DIN_GCC -DIN_TARGET_LIBS -fno-strict-aliasing -fexceptions
G_INCLUDES=-I${GNUHOSTDIST}/libobjc/objc -I${GNUHOSTDIST}/libobjc/../gcc -I${GNUHOSTDIST}/libobjc/../gcc/config -I../.././gcc -I${GNUHOSTDIST}/libobjc/../include
G_OBJS=archive.lo class.lo encoding.lo gc.lo hash.lo init.lo linking.lo misc.lo nil_method.lo NXConstStr.lo Object.lo objects.lo Protocol.lo sarray.lo selector.lo sendmsg.lo thr.lo thr-objc.lo exception.lo hash_compat.lo
G_OBJC_H=hash.h objc-list.h sarray.h objc.h objc-api.h NXConstStr.h Object.h Protocol.h encoding.h typedstream.h thr.h objc-decls.h
G_UNWIND_H=${GNUHOSTDIST}/gcc/unwind-generic.h

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
// Base to std::allocator -*- C++ -*-

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
// Predefined symbols and macros -*- C++ -*-
@ -107,7 +107,7 @@ namespace std
#define __N(msgid) (msgid)
// End of prewritten config; the discovered settings follow.
#define __GLIBCXX__ 20060420
#define __GLIBCXX__ 20060603
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
@ -236,13 +236,13 @@ namespace std
/* #undef _GLIBCXX_HAVE_HYPOTL */
/* Define to 1 if you have the `iconv' function. */
#define _GLIBCXX_HAVE_ICONV 1
/* #undef _GLIBCXX_HAVE_ICONV */
/* Define to 1 if you have the `iconv_close' function. */
#define _GLIBCXX_HAVE_ICONV_CLOSE 1
/* #undef _GLIBCXX_HAVE_ICONV_CLOSE */
/* Define to 1 if you have the `iconv_open' function. */
#define _GLIBCXX_HAVE_ICONV_OPEN 1
/* #undef _GLIBCXX_HAVE_ICONV_OPEN */
/* Define to 1 if you have the <ieeefp.h> header file. */
#define _GLIBCXX_HAVE_IEEEFP_H 1
@ -347,7 +347,7 @@ namespace std
/* #undef _GLIBCXX_HAVE_NAN_H */
/* Define to 1 if you have the `nl_langinfo' function. */
#define _GLIBCXX_HAVE_NL_LANGINFO 1
/* #undef _GLIBCXX_HAVE_NL_LANGINFO */
/* Define if poll is available in <poll.h>. */
/* #undef _GLIBCXX_HAVE_POLL */
@ -488,7 +488,7 @@ namespace std
/* #undef _GLIBCXX_HAVE_WCSTOF */
/* Define to 1 if you have the <wctype.h> header file. */
/* #undef _GLIBCXX_HAVE_WCTYPE_H */
#define _GLIBCXX_HAVE_WCTYPE_H 1
/* Define if writev is available in <sys/uio.h>. */
/* #undef _GLIBCXX_HAVE_WRITEV */
@ -798,7 +798,7 @@ namespace std
/* #undef _GLIBCXX_USE_C99_MATH */
/* Define if iconv and related functions exist and are usable. */
#define _GLIBCXX_USE_ICONV 1
/* #undef _GLIBCXX_USE_ICONV */
/* Define if LFS support is available. */
/* #undef _GLIBCXX_USE_LFS */

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
@ -130,13 +130,13 @@
/* #undef HAVE_HYPOTL */
/* Define to 1 if you have the `iconv' function. */
#define HAVE_ICONV 1
/* #undef HAVE_ICONV */
/* Define to 1 if you have the `iconv_close' function. */
#define HAVE_ICONV_CLOSE 1
/* #undef HAVE_ICONV_CLOSE */
/* Define to 1 if you have the `iconv_open' function. */
#define HAVE_ICONV_OPEN 1
/* #undef HAVE_ICONV_OPEN */
/* Define to 1 if you have the <ieeefp.h> header file. */
#define HAVE_IEEEFP_H 1
@ -241,7 +241,7 @@
/* #undef HAVE_NAN_H */
/* Define to 1 if you have the `nl_langinfo' function. */
#define HAVE_NL_LANGINFO 1
/* #undef HAVE_NL_LANGINFO */
/* Define if poll is available in <poll.h>. */
/* #undef HAVE_POLL */
@ -382,7 +382,7 @@
/* #undef HAVE_WCSTOF */
/* Define to 1 if you have the <wctype.h> header file. */
/* #undef HAVE_WCTYPE_H */
#define HAVE_WCTYPE_H 1
/* Define if writev is available in <sys/uio.h>. */
/* #undef HAVE_WRITEV */
@ -692,7 +692,7 @@
/* #undef _GLIBCXX_USE_C99_MATH */
/* Define if iconv and related functions exist and are usable. */
#define _GLIBCXX_USE_ICONV 1
/* #undef _GLIBCXX_USE_ICONV */
/* Define if LFS support is available. */
/* #undef _GLIBCXX_USE_LFS */

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
// Control various target specific ABI tweaks. Generic version.

View File

@ -1,6 +1,6 @@
# This file is automatically generated. DO NOT EDIT!
# Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp
# and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp
# Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp
# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp
#
G_libmath_la_SOURCES=stubs.c
G_libmath_la_LIBADD=signbit.lo

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* Threads compatibility routines for libgcc2 and libobjc.
Compile this one with gcc.

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* Threads compatibility routines for libgcc2. */
/* Compile this one with gcc. */

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* auto-host.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
#ifndef GCC_BCONFIG_H
#define GCC_BCONFIG_H

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
#ifndef GCC_CONFIG_H
#define GCC_CONFIG_H

View File

@ -1,9 +1,9 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* Generated automatically. */
static const char configuration_arguments[] = "/usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --enable-newlib --build=i386-unknown-netbsdelf3.99.17 --host=hppa--netbsd --target=hppa--netbsd";
static const char configuration_arguments[] = "/usr/src/tools/gcc/../../gnu/dist/gcc4/configure --enable-long-long --disable-multilib --enable-threads --disable-symvers --build=i386-unknown-netbsdelf3.99.17 --host=hppa--netbsd --target=hppa--netbsd";
static const char thread_model[] = "posix";
static const struct {

View File

@ -1,6 +1,6 @@
# This file is automatically generated. DO NOT EDIT!
# Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp
# and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp
# Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp
# Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp
#
G_BUILD_EARLY_SUPPORT=gensupport.o dummy-conditions.o
G_BUILD_ERRORS=build-errors.o
@ -15,14 +15,12 @@ G_C_OBJS=c-lang.o stub-objc.o attribs.o c-errors.o c-lex.o c-pragma.o c-decl.o c
G_CCCP_OBJS=
G_GCOV_OBJS=gcov.o intl.o version.o errors.o
G_PROTO_OBJS=intl.o version.o cppdefault.o errors.o
G_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
G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/pa/pa.opt
G_INCLUDES=-I. -I. -I${GNUHOSTDIST}/gcc -I${GNUHOSTDIST}/gcc/. -I${GNUHOSTDIST}/gcc/../include -I${GNUHOSTDIST}/gcc/../libcpp/include
G_md_file=${GNUHOSTDIST}/gcc/config/pa/pa.md
G_OBJC_OBJS=objc/objc-lang.o objc/objc-act.o
G_OBJS=tree-chrec.o tree-scalar-evolution.o tree-data-ref.o tree-cfg.o tree-dfa.o tree-eh.o tree-ssa.o tree-optimize.o tree-gimple.o gimplify.o tree-pretty-print.o tree-into-ssa.o tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-complex.o tree-vect-generic.o tree-ssa-loop.o tree-ssa-loop-niter.o tree-ssa-loop-manip.o tree-ssa-threadupdate.o tree-vectorizer.o tree-vect-analyze.o tree-vect-transform.o tree-ssa-loop-ivcanon.o tree-ssa-propagate.o tree-ssa-address.o tree-ssa-math-opts.o tree-ssa-loop-ivopts.o tree-if-conv.o tree-ssa-loop-unswitch.o alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfglayout.o cfgloop.o cfgloopanal.o cfgloopmanip.o loop-init.o loop-unswitch.o loop-unroll.o cfgrtl.o combine.o conflict.o convert.o coverage.o cse.o cselib.o dbxout.o ddg.o tree-ssa-loop-ch.o loop-invariant.o tree-ssa-loop-im.o debug.o df.o diagnostic.o dojump.o dominance.o loop-doloop.o dwarf2asm.o dwarf2out.o emit-rtl.o except.o explow.o loop-iv.o expmed.o expr.o final.o flow.o fold-const.o function.o gcse.o genrtl.o ggc-common.o global.o graph.o gtype-desc.o haifa-sched.o hooks.o ifcvt.o insn-attrtab.o insn-emit.o insn-modes.o insn-extract.o insn-opinit.o insn-output.o insn-peep.o insn-recog.o integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o loop.o mode-switching.o modulo-sched.o optabs.o options.o opts.o params.o postreload.o postreload-gcse.o predict.o insn-preds.o pointer-set.o print-rtl.o print-tree.o profile.o value-prof.o var-tracking.o real.o recog.o reg-stack.o regclass.o regmove.o regrename.o reload.o reload1.o reorg.o resource.o rtl.o rtlanal.o rtl-error.o sbitmap.o sched-deps.o sched-ebb.o sched-rgn.o sched-vis.o sdbout.o simplify-rtx.o sreal.o stmt.o stor-layout.o stringpool.o targhooks.o timevar.o toplev.o tracer.o tree.o tree-dump.o varasm.o varray.o vec.o version.o vmsdbgout.o xcoffout.o alloc-pool.o et-forest.o cfghooks.o bt-load.o pretty-print.o ggc-page.o web.o passes.o tree-profile.o rtlhooks.o cfgexpand.o lambda-mat.o lambda-trans.o lambda-code.o tree-loop-linear.o tree-ssa-sink.o tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o tree-ssa-structalias.o tree-object-size.o pa.o host-default.o tree-inline.o cgraph.o cgraphunit.o tree-nomudflap.o ipa.o ipa-inline.o ipa-utils.o ipa-reference.o ipa-pure-const.o ipa-type-escape.o ipa-prop.o ipa-cp.o
G_out_file=${GNUHOSTDIST}/gcc/config/pa/pa.c
G_version=4.1.1
G_version=4.1.2
G_BUILD_PREFIX=
G_RTL_H=rtl.h rtl.def machmode.h mode-classes.def insn-modes.h reg-notes.def insn-notes.def input.h real.h statistics.h genrtl.h
G_TREE_H=tree.h tree.def machmode.h mode-classes.def insn-modes.h tree-check.h builtins.def input.h statistics.h vec.h treestruct.def
@ -38,6 +36,8 @@ G_host_xm_file=
G_host_xm_defines=
G_tm_p_file=
G_target_cpu_default=(MASK_PA_11 | MASK_NO_SPACE_REGS|MASK_BIG_SWITCH|MASK_GAS|MASK_JUMP_IN_DELAY)
G_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
G_ALL_OPT_FILES=${GNUHOSTDIST}/gcc/c.opt ${GNUHOSTDIST}/gcc/common.opt ${GNUHOSTDIST}/gcc/config/pa/pa.opt
G_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
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

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
#include "cp/cp-tree.def"
#include "objc/objc-tree.def"

View File

@ -1,5 +1,5 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
#include "gthr-posix.h"

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
#ifndef GCC_TM_H
#define GCC_TM_H

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */

View File

@ -1,6 +1,6 @@
/* This file is automatically generated. DO NOT EDIT! */
/* Generated from: NetBSD: mknative-gcc,v 1.17 2006/05/15 22:03:03 mrg Exp */
/* and from: NetBSD: mknative.common,v 1.7 2006/05/17 03:27:19 mrg Exp */
/* Generated from: NetBSD: mknative-gcc,v 1.21 2006/06/24 05:26:50 mrg Exp */
/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */
/* config.h. Generated by configure. */
/* config.in. Generated from configure.ac by autoheader. */