Bring in a trimmed down gcc-3.4-20040618.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 Jun 2004 02:14:58 +0000 (02:14 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 20 Jun 2004 02:14:58 +0000 (02:14 +0000)
commit003757ed108ff6faab3ba1158a012ae3e82d2225
tree2f9310e8ad107af2111e6d02f5b3215573ded0f2
Bring in a trimmed down gcc-3.4-20040618.

Submitted-by: Joerg Sonnenberger <joerg@crater.dragonflybsd.org>
1044 files changed:
contrib/gcc-3.4/BUGS [new file with mode: 0644]
contrib/gcc-3.4/COPYING [new file with mode: 0644]
contrib/gcc-3.4/COPYING.LIB [new file with mode: 0644]
contrib/gcc-3.4/FAQ [new file with mode: 0644]
contrib/gcc-3.4/LAST_UPDATED [new file with mode: 0644]
contrib/gcc-3.4/MAINTAINERS [new file with mode: 0644]
contrib/gcc-3.4/README [new file with mode: 0644]
contrib/gcc-3.4/README.DELETED [new file with mode: 0644]
contrib/gcc-3.4/README.DRAGONFLY [new file with mode: 0644]
contrib/gcc-3.4/README.SCO [new file with mode: 0644]
contrib/gcc-3.4/gcc/COPYING [new file with mode: 0644]
contrib/gcc-3.4/gcc/COPYING.LIB [new file with mode: 0644]
contrib/gcc-3.4/gcc/SERVICE [new file with mode: 0644]
contrib/gcc-3.4/gcc/alias.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/alloc-pool.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/alloc-pool.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/attribs.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/basic-block.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/bb-reorder.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/bitmap.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/bitmap.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/bt-load.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/builtin-attrs.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/builtin-types.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/builtins.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/builtins.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-aux-info.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-common.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-common.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-common.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-config-lang.in [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-convert.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-cppbuiltin.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-decl.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-dump.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-errors.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-format.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-incpath.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-incpath.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-lang.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-lex.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-objc-common.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-opts.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-parse.in [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-pch.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-ppoutput.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-pragma.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-pragma.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-pretty-print.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-pretty-print.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-semantics.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-tree.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/c-typeck.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/c.opt [new file with mode: 0644]
contrib/gcc-3.4/gcc/caller-save.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/calls.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfg.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfganal.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfgbuild.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfgcleanup.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfghooks.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfghooks.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfglayout.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfglayout.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfgloop.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfgloop.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfgloopanal.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfgloopmanip.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cfgrtl.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cgraph.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cgraph.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cgraphunit.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/collect2.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/collect2.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/combine.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/common.opt [new file with mode: 0644]
contrib/gcc-3.4/gcc/conditions.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/README [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/dbxelf.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/elfos.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/athlon.md [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/att.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/biarch64.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/bsd.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/emmintrin.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/gas.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/i386-modes.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/i386-protos.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/i386.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/i386.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/i386.md [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/i386elf.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/k6.md [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/mmintrin.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/pentium.md [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/pmmintrin.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/ppro.md [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/unix.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/x86-64.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/config/i386/xmmintrin.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/conflict.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/convert.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/convert.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/coretypes.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/coverage.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/coverage.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/call.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/cfns.gperf [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/cfns.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/class.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/cp-lang.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/cp-tree.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/cp-tree.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/cvt.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/cxx-pretty-print.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/cxx-pretty-print.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/decl.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/decl.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/decl2.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/dump.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/error.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/except.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/expr.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/friend.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/g++spec.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/init.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/lang-specs.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/lex.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/lex.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/mangle.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/method.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/name-lookup.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/name-lookup.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/operators.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/optimize.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/parser.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/pt.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/ptree.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/repo.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/rtti.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/search.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/semantics.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/tree.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/typeck.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cp/typeck2.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppcharset.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppdefault.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppdefault.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cpperror.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppexp.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppfiles.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cpphash.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cpphash.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppinit.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cpplex.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cpplib.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cpplib.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppmacro.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cpppch.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppspec.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cpptrad.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppucnid.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppucnid.pl [new file with mode: 0644]
contrib/gcc-3.4/gcc/cppucnid.tab [new file with mode: 0644]
contrib/gcc-3.4/gcc/crtstuff.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cse.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cselib.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/cselib.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/cstamp-h.in [new file with mode: 0644]
contrib/gcc-3.4/gcc/dbxout.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/dbxout.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/debug.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/debug.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/defaults.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/df.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/df.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/diagnostic.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/diagnostic.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/diagnostic.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/bugreport.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/c-tree.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/collect2.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/compat.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/configfiles.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/configterms.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/contrib.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/contribute.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/cpp.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/cppenv.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/cppinternals.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/cppopts.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/extend.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/fragments.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/frontends.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/gcc.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/gccint.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/gcov.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/gnu.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/gty.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/headerdirs.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/hostconfig.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/include/fdl.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/include/funding.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/include/gcc-common.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/include/gpl.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/include/texinfo.tex [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/install-old.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/install.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/install.texi2html [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/interface.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/invoke.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/languages.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/libgcc.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/makefile.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/md.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/objc.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/passes.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/portability.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/rtl.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/service.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/sourcebuild.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/standards.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/tm.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/doc/trouble.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/dojump.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/doloop.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/dominance.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/dummy-conditions.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/dwarf.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/dwarf2.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/dwarf2asm.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/dwarf2asm.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/dwarf2out.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/dwarf2out.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/emit-rtl.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/errors.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/errors.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/et-forest.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/et-forest.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/except.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/except.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/explow.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/expmed.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/expr.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/expr.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/ansify.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bad.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bad.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bad.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bit.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bit.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bld-op.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bld.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bld.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bugs.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/bugs0.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/com-rt.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/com.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/com.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/data.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/data.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/equiv.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/equiv.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/expr.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/expr.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/ffe.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/fini.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/g77.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/g77spec.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/global.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/global.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/implic.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/implic.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/info-b.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/info-k.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/info-w.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/info.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/info.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/intdoc.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/intdoc.in [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/intdoc.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/intrin.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/intrin.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/intrin.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/invoke.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/lab.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/lab.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/lang-specs.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/lang.opt [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/lex.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/lex.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/malloc.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/malloc.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/name.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/name.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/news.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/news0.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/parse.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/proj.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/root.texi [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/src.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/src.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/st.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/st.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/sta.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/sta.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stb.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stb.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stc.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stc.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/std.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/std.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/ste.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/ste.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/storag.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/storag.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stp.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stp.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/str-1t.fin [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/str-2t.fin [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/str-fo.fin [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/str-io.fin [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/str-nq.fin [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/str-op.fin [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/str-ot.fin [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/str.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/str.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/sts.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/sts.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stt.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stt.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stu.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stu.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stv.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stv.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stw.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/stw.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/symbol.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/symbol.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/symbol.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/target.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/target.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/top.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/top.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/type.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/type.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/where.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/f/where.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/final.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/fix-header.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/flags.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/flow.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/fold-const.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/fp-test.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/function.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/function.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gbl-ctors.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gcc.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gcc.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gccspec.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gcov-dump.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gcov-io.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gcov-io.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gcov-iov.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gcov.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gcse.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gdbinit.in [new file with mode: 0644]
contrib/gcc-3.4/gcc/gen-protos.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genattr.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genattrtab.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genattrtab.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/genautomata.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gencheck.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gencodes.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genconditions.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genconfig.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genconstants.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genemit.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genextract.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genflags.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gengenrtl.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gengtype-lex.l [new file with mode: 0644]
contrib/gcc-3.4/gcc/gengtype-yacc.y [new file with mode: 0644]
contrib/gcc-3.4/gcc/gengtype.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gengtype.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/genmodes.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genmultilib [new file with mode: 0644]
contrib/gcc-3.4/gcc/genopinit.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genoutput.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genpeep.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genpreds.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/genrecog.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gensupport.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gensupport.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/ggc-common.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ggc-none.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ggc-page.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ggc-simple.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ggc-zone.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ggc.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/glimits.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/global.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gmon.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/graph.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/graph.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gstab.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gsyms.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gsyslimits.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-aix.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-dce.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-gnat.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-gnat.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-posix.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-posix.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-rtems.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-single.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-solaris.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-vxworks.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr-win32.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/gthr.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/haifa-sched.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/hard-reg-set.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/hashtable.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/hashtable.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/hooks.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/hooks.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/host-default.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/hosthooks-def.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/hosthooks.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/hwint.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/ifcvt.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/input.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/insn-addr.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/integrate.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/integrate.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/intl.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/intl.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/jump.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/langhooks-def.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/langhooks.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/langhooks.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/lcm.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/libfuncs.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/libgcc2.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/libgcc2.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/libgcov.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/limitx.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/limity.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/line-map.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/line-map.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/lists.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/local-alloc.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/longlong.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/loop-init.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/loop-unroll.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/loop-unswitch.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/loop.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/loop.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/machmode.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/machmode.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/main.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/mips-tdump.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/mips-tfile.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/mkdeps.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/mkdeps.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/mode-classes.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/objc/README [new file with mode: 0644]
contrib/gcc-3.4/gcc/objc/lang-specs.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/objc/objc-act.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/objc/objc-act.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/objc/objc-lang.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/objc/objc-tree.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/optabs.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/optabs.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/opts.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/opts.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/opts.sh [new file with mode: 0644]
contrib/gcc-3.4/gcc/output.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/params.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/params.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/params.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/postreload.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/predict.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/predict.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/predict.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/prefix.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/prefix.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/pretty-print.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/pretty-print.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/print-rtl.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/print-tree.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/profile.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/protoize.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ra-build.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ra-colorize.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ra-debug.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ra-rewrite.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ra.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/ra.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/read-rtl.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/real.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/real.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/recog.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/recog.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/reg-stack.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/regclass.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/regmove.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/regrename.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/regs.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/reload.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/reload.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/reload1.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/reorg.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/resource.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/resource.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/rtl-error.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/rtl.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/rtl.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/rtl.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/rtlanal.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sbitmap.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sbitmap.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/scan-decls.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/scan.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/scan.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/sched-deps.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sched-ebb.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sched-int.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/sched-rgn.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sched-vis.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sdbout.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sdbout.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/sibcall.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/simplify-rtx.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sreal.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sreal.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/stab.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/stack.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/stmt.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/stor-layout.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/stringpool.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/stub-objc.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/sys-protos.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/sys-types.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/system.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/target-def.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/target.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/targhooks.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/targhooks.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/timevar.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/timevar.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/timevar.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/tlink.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/toplev.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/toplev.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/tracer.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/tree-dump.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/tree-dump.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/tree-inline.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/tree-inline.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/tree-optimize.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/tree.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/tree.def [new file with mode: 0644]
contrib/gcc-3.4/gcc/tree.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/tsystem.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/typeclass.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/unroll.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind-c.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind-dw2-fde-darwin.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind-dw2-fde-glibc.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind-dw2-fde.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind-dw2-fde.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind-dw2.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind-pe.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind-sjlj.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/unwind.inc [new file with mode: 0644]
contrib/gcc-3.4/gcc/value-prof.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/value-prof.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/varasm.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/varray.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/varray.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/version.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/version.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/vmsdbg.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/vmsdbgout.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/web.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/xcoff.h [new file with mode: 0644]
contrib/gcc-3.4/gcc/xcoffout.c [new file with mode: 0644]
contrib/gcc-3.4/gcc/xcoffout.h [new file with mode: 0644]
contrib/gcc-3.4/include/COPYING [new file with mode: 0644]
contrib/gcc-3.4/include/ansidecl.h [new file with mode: 0644]
contrib/gcc-3.4/include/demangle.h [new file with mode: 0644]
contrib/gcc-3.4/include/dyn-string.h [new file with mode: 0644]
contrib/gcc-3.4/include/fibheap.h [new file with mode: 0644]
contrib/gcc-3.4/include/filenames.h [new file with mode: 0644]
contrib/gcc-3.4/include/hashtab.h [new file with mode: 0644]
contrib/gcc-3.4/include/libiberty.h [new file with mode: 0644]
contrib/gcc-3.4/include/md5.h [new file with mode: 0644]
contrib/gcc-3.4/include/objalloc.h [new file with mode: 0644]
contrib/gcc-3.4/include/obstack.h [new file with mode: 0644]
contrib/gcc-3.4/include/partition.h [new file with mode: 0644]
contrib/gcc-3.4/include/safe-ctype.h [new file with mode: 0644]
contrib/gcc-3.4/include/splay-tree.h [new file with mode: 0644]
contrib/gcc-3.4/libiberty/COPYING.LIB [new file with mode: 0644]
contrib/gcc-3.4/libiberty/ChangeLog [new file with mode: 0644]
contrib/gcc-3.4/libiberty/README [new file with mode: 0644]
contrib/gcc-3.4/libiberty/choose-temp.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/concat.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/cp-demangle.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/cp-demangle.h [new file with mode: 0644]
contrib/gcc-3.4/libiberty/cplus-dem.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/dyn-string.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/fibheap.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/getpwd.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/getruntime.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/hashtab.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/hex.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/insque.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/lbasename.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/lrealpath.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/make-relative-prefix.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/make-temp-file.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/md5.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/objalloc.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/obstack.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/obstacks.texi [new file with mode: 0644]
contrib/gcc-3.4/libiberty/pex-common.h [new file with mode: 0644]
contrib/gcc-3.4/libiberty/pex-unix.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/physmem.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/safe-ctype.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/splay-tree.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/xatexit.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/xexit.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/xmalloc.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/xmemdup.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/xstrdup.c [new file with mode: 0644]
contrib/gcc-3.4/libiberty/xstrerror.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/ChangeLog [new file with mode: 0644]
contrib/gcc-3.4/libobjc/NXConstStr.m [new file with mode: 0644]
contrib/gcc-3.4/libobjc/Object.m [new file with mode: 0644]
contrib/gcc-3.4/libobjc/Protocol.m [new file with mode: 0644]
contrib/gcc-3.4/libobjc/README [new file with mode: 0644]
contrib/gcc-3.4/libobjc/README.threads [new file with mode: 0644]
contrib/gcc-3.4/libobjc/THREADS [new file with mode: 0644]
contrib/gcc-3.4/libobjc/THREADS.MACH [new file with mode: 0644]
contrib/gcc-3.4/libobjc/archive.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/class.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/encoding.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/gc.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/hash.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/init.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/libobjc.def [new file with mode: 0644]
contrib/gcc-3.4/libobjc/libobjc_entry.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/linking.m [new file with mode: 0644]
contrib/gcc-3.4/libobjc/misc.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/nil_method.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/NXConstStr.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/Object.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/Protocol.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/encoding.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/hash.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/objc-api.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/objc-list.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/objc.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/runtime.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/sarray.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/thr.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objc/typedstream.h [new file with mode: 0644]
contrib/gcc-3.4/libobjc/objects.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/sarray.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/selector.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/sendmsg.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/thr-dce.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/thr-objc.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/thr-posix.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/thr-pthreads.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/thr-single.c [new file with mode: 0644]
contrib/gcc-3.4/libobjc/thr.c [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/ChangeLog [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/ChangeLog-2000 [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/ChangeLog-2001 [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/ChangeLog-2002 [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/ChangeLog-2003 [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/README [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/allocator/bitmap_allocator_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/allocator/malloc_allocator_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/allocator/mt_allocator_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/allocator/new_allocator_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/allocator/pool_allocator_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/cpu/generic/atomic_word.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/cpu/generic/atomicity.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/cpu/i386/atomicity.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/cpu/i486/atomicity.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/io/basic_file_stdio.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/io/basic_file_stdio.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/io/c_io_stdio.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/linker-map.dummy [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/linker-map.gnu [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/c++locale_internal.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/c_locale.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/c_locale.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/codecvt_members.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/codecvt_specializations.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/collate_members.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/ctype_members.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/messages_members.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/messages_members.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/monetary_members.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/numeric_members.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/time_members.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/generic/time_members.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/ieee_1003.1-2001/c_locale.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/locale/ieee_1003.1-2001/messages_members.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/freebsd/ctype_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/freebsd/ctype_noninline.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/freebsd/os_defines.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/ctype_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/ctype_inline.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/ctype_noninline.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/netbsd/os_defines.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/generic/ctype_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/generic/ctype_inline.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/generic/ctype_noninline.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/config/os/generic/os_defines.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/Makefile.am [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/Makefile.in [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/algo.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/algobase.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/alloc.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/backward_warning.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/bvector.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/complex.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/defalloc.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/deque.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/fstream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/function.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/hash_map.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/hash_set.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/hashtable.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/heap.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/iomanip.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/iostream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/istream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/iterator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/list.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/map.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/multimap.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/multiset.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/new.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/ostream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/pair.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/queue.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/rope.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/set.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/slist.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/stack.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/stream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/streambuf.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/strstream [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/tempbuf.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/tree.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/backward/vector.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/allocator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/allocator_traits.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/atomicity.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/basic_ios.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/basic_ios.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/basic_string.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/basic_string.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/boost_concept_check.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/c++config [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/char_traits.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/codecvt.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/concept_check.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/concurrence.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/cpp_type_traits.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/deque.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/fstream.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/functexcept.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/gslice.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/gslice_array.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/indirect_array.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/ios_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/istream.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/list.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/locale_classes.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/locale_facets.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/locale_facets.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/localefwd.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/mask_array.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/ostream.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/postypes.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/slice_array.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/sstream.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_algo.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_algobase.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_bvector.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_construct.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_deque.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_function.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_heap.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_iterator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_iterator_base_funcs.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_iterator_base_types.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_list.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_map.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_multimap.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_multiset.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_numeric.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_pair.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_queue.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_raw_storage_iter.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_relops.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_set.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_stack.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_tempbuf.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_threads.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_tree.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_uninitialized.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stl_vector.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stream_iterator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/streambuf.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/streambuf_iterator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/stringfwd.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/type_traits.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/valarray_after.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/valarray_array.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/valarray_array.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/valarray_before.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/bits/vector.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cassert.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cctype.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cerrno.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cfloat.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_ciso646.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_climits.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_clocale.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cmath.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_csetjmp.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_csignal.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cstdarg.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cstddef.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cstdio.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cstdlib.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cstring.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_ctime.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cwchar.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c/std_cwctype.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/assert.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/ctype.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/errno.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/float.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/iso646.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/limits.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/locale.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/math.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/setjmp.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/signal.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/stdarg.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/stddef.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/stdio.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/stdlib.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/string.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/time.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/wchar.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_compatibility/wctype.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/cmath.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cassert.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cctype.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cerrno.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cfloat.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_ciso646.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_climits.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_clocale.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cmath.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_csetjmp.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_csignal.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cstdarg.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cstddef.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cstdio.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cstdlib.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cstring.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_ctime.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cwchar.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/c_std/std_cwctype.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/bitset [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/debug.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/deque [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/formatter.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/hash_map [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/hash_map.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/hash_multimap.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/hash_multiset.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/hash_set [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/hash_set.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/list [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/map [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/map.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/multimap.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/multiset.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/safe_base.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/safe_iterator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/safe_iterator.tcc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/safe_sequence.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/set [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/set.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/string [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/debug/vector [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/algorithm [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/bitmap_allocator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/debug_allocator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/demangle.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/enc_filebuf.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/functional [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/hash_fun.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/hash_map [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/hash_set [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/hashtable.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/iterator [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/malloc_allocator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/memory [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/mt_allocator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/new_allocator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/numeric [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/pod_char_traits.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/pool_allocator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/rb_tree [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/rope [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/ropeimpl.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/slist [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/stdio_filebuf.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/ext/stdio_sync_filebuf.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_algorithm.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_bitset.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_complex.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_deque.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_fstream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_functional.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_iomanip.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_ios.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_iosfwd.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_iostream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_istream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_iterator.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_limits.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_list.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_locale.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_map.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_memory.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_numeric.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_ostream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_queue.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_set.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_sstream.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_stack.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_stdexcept.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_streambuf.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_string.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_utility.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_valarray.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/std/std_vector.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/include/stdc++.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libmath/copysignf.c [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libmath/mathconf.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libmath/signbit.c [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libmath/signbitf.c [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libmath/signbitl.c [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libmath/stubs.c [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/cxxabi.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/del_op.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/del_opnt.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/del_opv.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/del_opvnt.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_alloc.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_aux_runtime.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_catch.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_exception.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_globals.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_personality.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_term_handler.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_terminate.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_throw.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_type.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/eh_unex_handler.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/exception [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/exception_defines.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/guard.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/new [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/new_handler.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/new_op.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/new_opnt.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/new_opv.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/new_opvnt.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/pure.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/tinfo.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/tinfo.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/tinfo2.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/typeinfo [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/unwind-cxx.h [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/vec.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/libsupc++/vterminate.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/allocator-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/allocator.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/codecvt.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/complex_io.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/concept-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/ctype.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/debug.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/debug_list.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/ext-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/fstream-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/functexcept.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/globals_io.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/globals_locale.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/io-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/ios.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/ios_failure.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/ios_init.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/ios_locale.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/istream-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/limits.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/list.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/locale-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/locale-misc-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/locale.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/locale_facets.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/locale_init.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/localename.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/misc-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/ostream-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/sstream-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/stdexcept.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/streambuf-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/string-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/strstream.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/tree.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/valarray-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/wlocale-inst.cc [new file with mode: 0644]
contrib/gcc-3.4/libstdc++-v3/src/wstring-inst.cc [new file with mode: 0644]