diff options
| author | mrg <mrg@NetBSD.org> | 2006-07-02 23:05:45 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2006-07-02 23:05:45 +0000 |
| commit | 700bddfd36741a2c81c98cfc085b3bc4fb7a2773 (patch) | |
| tree | 9a4ed9ee4b377f6ad7bcc0577f50829279ae5014 /gnu/usr.bin | |
| parent | 3b92ffadb2eaa16c3434ee058bc989f7b1aafa78 (diff) | |
regenerate
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/sparc/auto-host.h | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/sparc/bconfig.h | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/sparc/config.h | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/sparc/configargs.h | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/sparc/defs.mk | 10 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/sparc/gencheck.h | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/sparc/gthr-default.h | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/arch/sparc/tm.h | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/libcpp/arch/sparc/config.h | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gcc4/libiberty/arch/sparc/config.h | 4 |
10 files changed, 24 insertions, 24 deletions
diff --git a/gnu/usr.bin/gcc4/arch/sparc/auto-host.h b/gnu/usr.bin/gcc4/arch/sparc/auto-host.h index 27024e52f87..4af1a29ce63 100644 --- a/gnu/usr.bin/gcc4/arch/sparc/auto-host.h +++ b/gnu/usr.bin/gcc4/arch/sparc/auto-host.h @@ -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.22 2006/06/25 03:06:15 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. */ diff --git a/gnu/usr.bin/gcc4/arch/sparc/bconfig.h b/gnu/usr.bin/gcc4/arch/sparc/bconfig.h index b3284239b9b..6613c60182a 100644 --- a/gnu/usr.bin/gcc4/arch/sparc/bconfig.h +++ b/gnu/usr.bin/gcc4/arch/sparc/bconfig.h @@ -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.22 2006/06/25 03:06:15 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 diff --git a/gnu/usr.bin/gcc4/arch/sparc/config.h b/gnu/usr.bin/gcc4/arch/sparc/config.h index 20cafebf811..42b0ea79f5b 100644 --- a/gnu/usr.bin/gcc4/arch/sparc/config.h +++ b/gnu/usr.bin/gcc4/arch/sparc/config.h @@ -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.22 2006/06/25 03:06:15 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 diff --git a/gnu/usr.bin/gcc4/arch/sparc/configargs.h b/gnu/usr.bin/gcc4/arch/sparc/configargs.h index 24977cba537..92115144875 100644 --- a/gnu/usr.bin/gcc4/arch/sparc/configargs.h +++ b/gnu/usr.bin/gcc4/arch/sparc/configargs.h @@ -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.22 2006/06/25 03:06:15 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=sparc--netbsdelf --target=sparc--netbsdelf"; +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=sparc--netbsdelf --target=sparc--netbsdelf"; static const char thread_model[] = "posix"; static const struct { diff --git a/gnu/usr.bin/gcc4/arch/sparc/defs.mk b/gnu/usr.bin/gcc4/arch/sparc/defs.mk index f095659182e..ddcf0d24a2f 100644 --- a/gnu/usr.bin/gcc4/arch/sparc/defs.mk +++ b/gnu/usr.bin/gcc4/arch/sparc/defs.mk @@ -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.22 2006/06/25 03:06:15 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/sparc/sparc.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/sparc/sysv4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sparc/netbsd-elf.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/sparc/sparc.opt ${GNUHOSTDIST}/gcc/config/sparc/long-double-switch.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/sparc/sparc.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 sparc.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/sparc/sparc.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=TARGET_CPU_v7 +G_TM_H=tm.h options.h ${GNUHOSTDIST}/gcc/config/sparc/sparc.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/sparc/sysv4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sparc/netbsd-elf.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/sparc/sparc.opt ${GNUHOSTDIST}/gcc/config/sparc/long-double-switch.opt G_tm_file_list=options.h ${GNUHOSTDIST}/gcc/config/sparc/sparc.h ${GNUHOSTDIST}/gcc/config/dbxelf.h ${GNUHOSTDIST}/gcc/config/elfos.h ${GNUHOSTDIST}/gcc/config/svr4.h ${GNUHOSTDIST}/gcc/config/sparc/sysv4.h ${GNUHOSTDIST}/gcc/config/netbsd.h ${GNUHOSTDIST}/gcc/config/netbsd-elf.h ${GNUHOSTDIST}/gcc/config/sparc/netbsd-elf.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 diff --git a/gnu/usr.bin/gcc4/arch/sparc/gencheck.h b/gnu/usr.bin/gcc4/arch/sparc/gencheck.h index 7212911642f..0466eca4231 100644 --- a/gnu/usr.bin/gcc4/arch/sparc/gencheck.h +++ b/gnu/usr.bin/gcc4/arch/sparc/gencheck.h @@ -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.22 2006/06/25 03:06:15 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" diff --git a/gnu/usr.bin/gcc4/arch/sparc/gthr-default.h b/gnu/usr.bin/gcc4/arch/sparc/gthr-default.h index 265faf13694..882bcafbdd0 100644 --- a/gnu/usr.bin/gcc4/arch/sparc/gthr-default.h +++ b/gnu/usr.bin/gcc4/arch/sparc/gthr-default.h @@ -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.22 2006/06/25 03:06:15 mrg Exp */ +/* Generated from: NetBSD: mknative.common,v 1.8 2006/05/26 19:17:21 mrg Exp */ #include "gthr-posix.h" diff --git a/gnu/usr.bin/gcc4/arch/sparc/tm.h b/gnu/usr.bin/gcc4/arch/sparc/tm.h index 11b9d535d6a..433275e5875 100644 --- a/gnu/usr.bin/gcc4/arch/sparc/tm.h +++ b/gnu/usr.bin/gcc4/arch/sparc/tm.h @@ -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.22 2006/06/25 03:06:15 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 diff --git a/gnu/usr.bin/gcc4/libcpp/arch/sparc/config.h b/gnu/usr.bin/gcc4/libcpp/arch/sparc/config.h index ecaa885dbd0..9c133ca8106 100644 --- a/gnu/usr.bin/gcc4/libcpp/arch/sparc/config.h +++ b/gnu/usr.bin/gcc4/libcpp/arch/sparc/config.h @@ -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.22 2006/06/25 03:06:15 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. */ diff --git a/gnu/usr.bin/gcc4/libiberty/arch/sparc/config.h b/gnu/usr.bin/gcc4/libiberty/arch/sparc/config.h index f273cfb961a..ed47f255b87 100644 --- a/gnu/usr.bin/gcc4/libiberty/arch/sparc/config.h +++ b/gnu/usr.bin/gcc4/libiberty/arch/sparc/config.h @@ -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.22 2006/06/25 03:06:15 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. */ |
