? nios2-gcc/PLIST.new ? nios2-gcc/distinfo.1987 ? nios2-gcc/patches/patch-gcc_doc_invoke.texi Index: nios2-gcc/Makefile =================================================================== RCS file: /cvsroot/pkgsrc-wip/wip/nios2-gcc/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- nios2-gcc/Makefile 10 Nov 2013 04:01:56 -0000 1.10 +++ nios2-gcc/Makefile 11 Nov 2013 08:23:27 -0000 @@ -1,24 +1,28 @@ # $NetBSD$ -PKG_VERSION= 4.1.2 +.include "../../wip/nios2/Makefile.common" +DISTNAME= sourceryg++-2013.05-43-nios2-linux-gnu.src +PKG_VERSION= 4.7.3 PKGNAME= nios2-gcc-${PKG_VERSION} CATEGORIES= cross +MASTER_SITES= https://sourcery.mentor.com/GNUToolchain/package11649/public/nios2-linux-gnu/ + MAINTAINER= pkgsrc-users@NetBSD.org -LICENSE= gnu-gpl-v2 +COMMENT= GNU gcc for Altera FPGA Nios2 processor +LICENSE= gnu-gpl-v3 +EXTRACT_SUFX= .tar.bz2 +FETCH_USING= curl -EXTRACT_ELEMENTS= gcc-4.1 -WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS} +WRKSRC= ${WRKDIR}/gcc-nios2 PATH:= ${CROSSBASE}/bin:${PATH} -COMMENT= GNU gcc for Altera FPGA Nios2 processor -USE_TOOLS+= gmake makeinfo perl bison tar +USE_TOOLS+= ksh gettext gmake makeinfo perl tar automake autoconf gawk +USE_LIBTOOL= yes +USE_LANGUAGES+= c c++ USE_GNU_CONFIGURE_HOST= no #BUILD_DEFS+= CROSSBASE #included in ../nios2/Makefile.common -EXTRACT_SUFX= .gz DEPENDS+= nios2-binutils-[0-9]*:../../wip/nios2-binutils -.include "../../wip/nios2/Makefile.common" - CONFIGURE_ARGS+= --enable-languages=c CONFIGURE_ARGS+= --disable-multilib CONFIGURE_ARGS+= --disable-threads @@ -27,17 +31,34 @@ # to avoid strange problem due to long `uname -a` result CONFIGURE_ARGS+= --host=${MACHINE_ARCH}--${LOWER_OPSYS} CONFIGURE_ARGS+= --build=${MACHINE_ARCH}--${LOWER_OPSYS} +# See line :2760 of configure +CONFIGURE_ARGS+= --srcdir=. + +PKGSRC_MAKE_ENV+= SH=/bin/ksh CFLAGS+= -g INFO_FILES= no PLIST_VARS+= doc + +SUBST_CLASSES+= host-subdir +# Work around for the problem +# gmake[2]: *** No rule to make target `../.././gcc/libgcc.mvars'. Stop. +SUBST_MESSAGE.host-subdir= Purely work-around, replacing @host-subdir@ in advance +SUBST_STAGE.host-subdir= post-patch +SUBST_FILES.host-subdir= libgcc/Makefile.in +SUBST_SED.host-subdir= '-e /host_subdir = @host_subdir@/s,@host_subdir@,host-${MACHINE_ARCH}--${OPSYS:tl},' + .include "options.mk" -#.include "../../devel/gmp/buildlink3.mk" # 4.4 or later -#.include "../../math/mpfr/buildlink3.mk" # 4.4 or later +.include "../../devel/gmp/buildlink3.mk" +.include "../../math/mpfr/buildlink3.mk" +.include "../../math/mpcomplex/buildlink3.mk" do-extract: - (cd ${WRKDIR}; tar zxf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_ELEMENTS} ) + (cd ${WRKDIR}; tar zxf ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ + sourceryg++-2013.05-43-nios2-linux-gnu/gcc-2013.05-43.tar.bz2;\ + tar zxf sourceryg++-2013.05-43-nios2-linux-gnu/gcc-2013.05-43.tar.bz2;\ + ) # to avoid conflict with binutils (to be fixed by more sophisticated way) post-install: Index: nios2-gcc/PLIST =================================================================== RCS file: /cvsroot/pkgsrc-wip/wip/nios2-gcc/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- nios2-gcc/PLIST 10 Nov 2013 04:01:56 -0000 1.5 +++ nios2-gcc/PLIST 11 Nov 2013 08:23:28 -0000 @@ -2,13 +2,12 @@ bin/${NIOS2_TARGET}-cpp bin/${NIOS2_TARGET}-gcc bin/${NIOS2_TARGET}-gcc-${PKGVERSION} -bin/${NIOS2_TARGET}-gccbug +bin/${NIOS2_TARGET}-gcc-ar +bin/${NIOS2_TARGET}-gcc-nm +bin/${NIOS2_TARGET}-gcc-ranlib bin/${NIOS2_TARGET}-gcov lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtbegin.o -lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtbeginS.o -lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtbeginT.o lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtend.o -lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtendS.o lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crti.o lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/crtn.o lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include-fixed/README @@ -16,9 +15,15 @@ lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include-fixed/syslimits.h lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/float.h lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/iso646.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stdalign.h lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stdarg.h lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stdbool.h lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stddef.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stdfix.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stdint-gcc.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stdint.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/stdnoreturn.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/tgmath.h lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/unwind.h lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/include/varargs.h lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/fixinc_list @@ -29,587 +34,155 @@ lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/mkheaders.conf lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/libgcc.a lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/libgcov.a +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/gtype.state +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/ada/gcc-interface/ada-tree.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/alias.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/all-tree.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/alloc-pool.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/ansidecl.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/auto-host.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/b-header-vars +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/basic-block.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/bitmap.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/builtins.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/bversion.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/c-family/c-common.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/c-family/c-common.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/c-family/c-objc.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/c-family/c-pragma.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/c-family/c-pretty-print.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/c-tree.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/cfghooks.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/cfgloop.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/cgraph.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/cif-code.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/config.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/config/elfos.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/config/initfini-array.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/config/newlib-stdint.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/config/nios2/elf.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/config/nios2/nios2-opts.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/config/nios2/nios2-protos.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/config/nios2/nios2.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/configargs.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/coretypes.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/cp/cp-tree.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/cppdefault.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/cpplib.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/debug.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/defaults.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/diagnostic-core.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/diagnostic.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/diagnostic.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/double-int.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/emit-rtl.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/except.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/filenames.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/fixed-value.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/flag-types.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/flags.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/function.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/gcc-plugin.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/genrtl.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/ggc.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/gimple-pretty-print.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/gimple.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/gimple.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/gsstruct.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/gtm-builtins.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/gtype-desc.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/hard-reg-set.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/hashtab.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/highlev-plugin-common.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/hwint.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/incpath.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/input.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/insn-constants.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/insn-flags.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/insn-modes.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/insn-notes.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/internal-fn.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/internal-fn.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/intl.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/ipa-prop.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/ipa-ref-inline.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/ipa-ref.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/ipa-reference.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/ipa-utils.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/java/java-tree.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/langhooks.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/libiberty.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/line-map.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/machmode.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/md5.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/mode-classes.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/objc/objc-tree.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/obstack.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/omp-builtins.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/options.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/opts.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/output.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/params.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/params.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/plugin-api.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/plugin-version.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/plugin.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/plugin.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/pointer-set.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/predict.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/predict.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/prefix.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/pretty-print.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/real.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/realmpfr.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/reg-notes.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/rtl.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/rtl.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/safe-ctype.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/sbitmap.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/splay-tree.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/statistics.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/symtab.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/sync-builtins.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/system.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/target-hooks-macros.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/target.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/target.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/timevar.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/timevar.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tm-preds.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tm.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tm_p.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/toplev.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-check.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-dump.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-flow-inline.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-flow.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-inline.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-iterator.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-pass.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-pretty-print.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-ssa-alias.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-ssa-operands.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree-ssa-sccvn.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/tree.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/treestruct.def +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/vec.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/vecir.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/vecprim.h +lib/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/include/version.h libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/cc1 libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/collect2 libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/fixinc.sh libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/fixincl libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/mkheaders libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/install-tools/mkinstalldirs +libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/liblto_plugin.la +libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/lto-wrapper +libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/lto1 +libexec/gcc/${NIOS2_TARGET}/${PKGVERSION}/plugin/gengtype man/man1/${NIOS2_TARGET}-cpp.1 man/man1/${NIOS2_TARGET}-gcc.1 man/man1/${NIOS2_TARGET}-gcov.1 -${PLIST.doc}share/doc/cpp/Argument-Prescan.html -${PLIST.doc}share/doc/cpp/Assertions.html -${PLIST.doc}share/doc/cpp/C_002b_002b-Named-Operators.html -${PLIST.doc}share/doc/cpp/Character-sets.html -${PLIST.doc}share/doc/cpp/Common-Predefined-Macros.html -${PLIST.doc}share/doc/cpp/Computed-Includes.html -${PLIST.doc}share/doc/cpp/Concatenation.html -${PLIST.doc}share/doc/cpp/Concept-Index.html -${PLIST.doc}share/doc/cpp/Conditional-Syntax.html -${PLIST.doc}share/doc/cpp/Conditional-Uses.html -${PLIST.doc}share/doc/cpp/Conditionals.html -${PLIST.doc}share/doc/cpp/Defined.html -${PLIST.doc}share/doc/cpp/Deleted-Code.html -${PLIST.doc}share/doc/cpp/Diagnostics.html -${PLIST.doc}share/doc/cpp/Differences-from-previous-versions.html -${PLIST.doc}share/doc/cpp/Directives-Within-Macro-Arguments.html -${PLIST.doc}share/doc/cpp/Duplication-of-Side-Effects.html -${PLIST.doc}share/doc/cpp/Elif.html -${PLIST.doc}share/doc/cpp/Else.html -${PLIST.doc}share/doc/cpp/Environment-Variables.html -${PLIST.doc}share/doc/cpp/Function_002dlike-Macros.html -${PLIST.doc}share/doc/cpp/GNU-Free-Documentation-License.html -${PLIST.doc}share/doc/cpp/Header-Files.html -${PLIST.doc}share/doc/cpp/Identifier-characters.html -${PLIST.doc}share/doc/cpp/If.html -${PLIST.doc}share/doc/cpp/Ifdef.html -${PLIST.doc}share/doc/cpp/Implementation-Details.html -${PLIST.doc}share/doc/cpp/Implementation-limits.html -${PLIST.doc}share/doc/cpp/Implementation_002ddefined-behavior.html -${PLIST.doc}share/doc/cpp/Include-Operation.html -${PLIST.doc}share/doc/cpp/Include-Syntax.html -${PLIST.doc}share/doc/cpp/Index-of-Directives.html -${PLIST.doc}share/doc/cpp/Initial-processing.html -${PLIST.doc}share/doc/cpp/Invocation.html -${PLIST.doc}share/doc/cpp/Line-Control.html -${PLIST.doc}share/doc/cpp/Macro-Arguments.html -${PLIST.doc}share/doc/cpp/Macro-Pitfalls.html -${PLIST.doc}share/doc/cpp/Macros.html -${PLIST.doc}share/doc/cpp/Misnesting.html -${PLIST.doc}share/doc/cpp/Newlines-in-Arguments.html -${PLIST.doc}share/doc/cpp/Object_002dlike-Macros.html -${PLIST.doc}share/doc/cpp/Obsolete-Features.html -${PLIST.doc}share/doc/cpp/Obsolete-once_002donly-headers.html -${PLIST.doc}share/doc/cpp/Once_002dOnly-Headers.html -${PLIST.doc}share/doc/cpp/Operator-Precedence-Problems.html -${PLIST.doc}share/doc/cpp/Option-Index.html -${PLIST.doc}share/doc/cpp/Other-Directives.html -${PLIST.doc}share/doc/cpp/Overview.html -${PLIST.doc}share/doc/cpp/Pragmas.html -${PLIST.doc}share/doc/cpp/Predefined-Macros.html -${PLIST.doc}share/doc/cpp/Preprocessor-Output.html -${PLIST.doc}share/doc/cpp/Search-Path.html -${PLIST.doc}share/doc/cpp/Self_002dReferential-Macros.html -${PLIST.doc}share/doc/cpp/Standard-Predefined-Macros.html -${PLIST.doc}share/doc/cpp/Stringification.html -${PLIST.doc}share/doc/cpp/Swallowing-the-Semicolon.html -${PLIST.doc}share/doc/cpp/System-Headers.html -${PLIST.doc}share/doc/cpp/System_002dspecific-Predefined-Macros.html -${PLIST.doc}share/doc/cpp/The-preprocessing-language.html -${PLIST.doc}share/doc/cpp/Tokenization.html -${PLIST.doc}share/doc/cpp/Traditional-Mode.html -${PLIST.doc}share/doc/cpp/Traditional-lexical-analysis.html -${PLIST.doc}share/doc/cpp/Traditional-macros.html -${PLIST.doc}share/doc/cpp/Traditional-miscellany.html -${PLIST.doc}share/doc/cpp/Traditional-warnings.html -${PLIST.doc}share/doc/cpp/Undefining-and-Redefining-Macros.html -${PLIST.doc}share/doc/cpp/Variadic-Macros.html -${PLIST.doc}share/doc/cpp/Wrapper-Headers.html -${PLIST.doc}share/doc/cpp/Wtrigraphs.html -${PLIST.doc}share/doc/cpp/dashMF.html -${PLIST.doc}share/doc/cpp/fdollars_002din_002didentifiers.html -${PLIST.doc}share/doc/cpp/index.html -${PLIST.doc}share/doc/cpp/trigraphs.html -${PLIST.doc}share/doc/cppinternals/Concept-Index.html -${PLIST.doc}share/doc/cppinternals/Conventions.html -${PLIST.doc}share/doc/cppinternals/Files.html -${PLIST.doc}share/doc/cppinternals/Guard-Macros.html -${PLIST.doc}share/doc/cppinternals/Hash-Nodes.html -${PLIST.doc}share/doc/cppinternals/Invalid-identifiers.html -${PLIST.doc}share/doc/cppinternals/Lexer.html -${PLIST.doc}share/doc/cppinternals/Lexing-a-line.html -${PLIST.doc}share/doc/cppinternals/Line-Numbering.html -${PLIST.doc}share/doc/cppinternals/Macro-Expansion.html -${PLIST.doc}share/doc/cppinternals/Token-Spacing.html -${PLIST.doc}share/doc/cppinternals/index.html -${PLIST.doc}share/doc/gcc/ARC-Options.html -${PLIST.doc}share/doc/gcc/ARM-NEON-Intrinsics.html -${PLIST.doc}share/doc/gcc/ARM-Options.html -${PLIST.doc}share/doc/gcc/ARM-Pragmas.html -${PLIST.doc}share/doc/gcc/ARM-iWMMXt-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/AVR-Options.html -${PLIST.doc}share/doc/gcc/Actual-Bugs.html -${PLIST.doc}share/doc/gcc/Alignment.html -${PLIST.doc}share/doc/gcc/Alpha-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/Altera-Nios-II-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/Altera-Nios-II-Options.html -${PLIST.doc}share/doc/gcc/Altera-Nios-II-Pragmas.html -${PLIST.doc}share/doc/gcc/Alternate-Keywords.html -${PLIST.doc}share/doc/gcc/Architecture-implementation.html -${PLIST.doc}share/doc/gcc/Argument-Types.html -${PLIST.doc}share/doc/gcc/Arrays-and-pointers-implementation.html -${PLIST.doc}share/doc/gcc/Asm-Labels.html -${PLIST.doc}share/doc/gcc/Assembler-Options.html -${PLIST.doc}share/doc/gcc/Atomic-Builtins.html -${PLIST.doc}share/doc/gcc/Attribute-Syntax.html -${PLIST.doc}share/doc/gcc/Backwards-Compatibility.html -${PLIST.doc}share/doc/gcc/Blackfin-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/Blackfin-Options.html -${PLIST.doc}share/doc/gcc/Bound-member-functions.html -${PLIST.doc}share/doc/gcc/Bug-Criteria.html -${PLIST.doc}share/doc/gcc/Bug-Reporting.html -${PLIST.doc}share/doc/gcc/Bugs.html -${PLIST.doc}share/doc/gcc/C-Dialect-Options.html -${PLIST.doc}share/doc/gcc/C-Extensions.html -${PLIST.doc}share/doc/gcc/C-Implementation.html -${PLIST.doc}share/doc/gcc/C99-Thread_002dLocal-Edits.html -${PLIST.doc}share/doc/gcc/CRIS-Options.html -${PLIST.doc}share/doc/gcc/CRX-Options.html -${PLIST.doc}share/doc/gcc/C_002b_002b-Attributes.html -${PLIST.doc}share/doc/gcc/C_002b_002b-Comments.html -${PLIST.doc}share/doc/gcc/C_002b_002b-Dialect-Options.html -${PLIST.doc}share/doc/gcc/C_002b_002b-Extensions.html -${PLIST.doc}share/doc/gcc/C_002b_002b-Interface.html -${PLIST.doc}share/doc/gcc/C_002b_002b-Misunderstandings.html -${PLIST.doc}share/doc/gcc/C_002b_002b98-Thread_002dLocal-Edits.html -${PLIST.doc}share/doc/gcc/Case-Ranges.html -${PLIST.doc}share/doc/gcc/Cast-to-Union.html -${PLIST.doc}share/doc/gcc/Character-Escapes.html -${PLIST.doc}share/doc/gcc/Characters-implementation.html -${PLIST.doc}share/doc/gcc/Code-Gen-Options.html -${PLIST.doc}share/doc/gcc/Compatibility.html -${PLIST.doc}share/doc/gcc/Complex.html -${PLIST.doc}share/doc/gcc/Compound-Literals.html -${PLIST.doc}share/doc/gcc/Conditionals.html -${PLIST.doc}share/doc/gcc/Constant-string-objects.html -${PLIST.doc}share/doc/gcc/Constraints.html -${PLIST.doc}share/doc/gcc/Constructing-Calls.html -${PLIST.doc}share/doc/gcc/Contributing.html -${PLIST.doc}share/doc/gcc/Contributors.html -${PLIST.doc}share/doc/gcc/Copy-Assignment.html -${PLIST.doc}share/doc/gcc/Copying.html -${PLIST.doc}share/doc/gcc/Cross_002dCompiler-Problems.html -${PLIST.doc}share/doc/gcc/Cross_002dprofiling.html -${PLIST.doc}share/doc/gcc/DEC-Alpha-Options.html -${PLIST.doc}share/doc/gcc/DEC-Alpha_002fVMS-Options.html -${PLIST.doc}share/doc/gcc/Darwin-Options.html -${PLIST.doc}share/doc/gcc/Darwin-Pragmas.html -${PLIST.doc}share/doc/gcc/Debugging-Options.html -${PLIST.doc}share/doc/gcc/Declarators-implementation.html -${PLIST.doc}share/doc/gcc/Deprecated-Features.html -${PLIST.doc}share/doc/gcc/Designated-Inits.html -${PLIST.doc}share/doc/gcc/Directly_002dmapped-Integer-Functions.html -${PLIST.doc}share/doc/gcc/Directly_002dmapped-Media-Functions.html -${PLIST.doc}share/doc/gcc/Directory-Options.html -${PLIST.doc}share/doc/gcc/Disappointments.html -${PLIST.doc}share/doc/gcc/Dollar-Signs.html -${PLIST.doc}share/doc/gcc/Empty-Structures.html -${PLIST.doc}share/doc/gcc/Environment-Variables.html -${PLIST.doc}share/doc/gcc/Environment-implementation.html -${PLIST.doc}share/doc/gcc/Escaped-Newlines.html -${PLIST.doc}share/doc/gcc/Example-of-asm-with-clobbered-asm-reg.html -${PLIST.doc}share/doc/gcc/Executing-code-before-main.html -${PLIST.doc}share/doc/gcc/Explicit-Reg-Vars.html -${PLIST.doc}share/doc/gcc/Extended-Asm.html -${PLIST.doc}share/doc/gcc/FRV-Options.html -${PLIST.doc}share/doc/gcc/FR_002dV-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/Fixed-Headers.html -${PLIST.doc}share/doc/gcc/Floating-point-implementation.html -${PLIST.doc}share/doc/gcc/Function-Attributes.html -${PLIST.doc}share/doc/gcc/Function-Names.html -${PLIST.doc}share/doc/gcc/Function-Prototypes.html -${PLIST.doc}share/doc/gcc/Funding.html -${PLIST.doc}share/doc/gcc/GNU-Free-Documentation-License.html -${PLIST.doc}share/doc/gcc/GNU-Project.html -${PLIST.doc}share/doc/gcc/GNU_002fLinux-Options.html -${PLIST.doc}share/doc/gcc/G_002b_002b-and-GCC.html -${PLIST.doc}share/doc/gcc/Garbage-Collection.html -${PLIST.doc}share/doc/gcc/Gcov-Data-Files.html -${PLIST.doc}share/doc/gcc/Gcov-Intro.html -${PLIST.doc}share/doc/gcc/Gcov-and-Optimization.html -${PLIST.doc}share/doc/gcc/Gcov.html -${PLIST.doc}share/doc/gcc/Global-Reg-Vars.html -${PLIST.doc}share/doc/gcc/H8_002f300-Options.html -${PLIST.doc}share/doc/gcc/HPPA-Options.html -${PLIST.doc}share/doc/gcc/Hex-Floats.html -${PLIST.doc}share/doc/gcc/Hints-implementation.html -${PLIST.doc}share/doc/gcc/IA_002d64-Options.html -${PLIST.doc}share/doc/gcc/Identifiers-implementation.html -${PLIST.doc}share/doc/gcc/Incompatibilities.html -${PLIST.doc}share/doc/gcc/Incomplete-Enums.html -${PLIST.doc}share/doc/gcc/Initializers.html -${PLIST.doc}share/doc/gcc/Inline.html -${PLIST.doc}share/doc/gcc/Integers-implementation.html -${PLIST.doc}share/doc/gcc/Interoperation.html -${PLIST.doc}share/doc/gcc/Invoking-GCC.html -${PLIST.doc}share/doc/gcc/Invoking-G_002b_002b.html -${PLIST.doc}share/doc/gcc/Invoking-Gcov.html -${PLIST.doc}share/doc/gcc/Java-Exceptions.html -${PLIST.doc}share/doc/gcc/Keyword-Index.html -${PLIST.doc}share/doc/gcc/Labels-as-Values.html -${PLIST.doc}share/doc/gcc/Language-Independent-Options.html -${PLIST.doc}share/doc/gcc/Library-functions-implementation.html -${PLIST.doc}share/doc/gcc/Link-Options.html -${PLIST.doc}share/doc/gcc/Local-Labels.html -${PLIST.doc}share/doc/gcc/Local-Reg-Vars.html -${PLIST.doc}share/doc/gcc/Locale_002dspecific-behavior-implementation.html -${PLIST.doc}share/doc/gcc/Long-Long.html -${PLIST.doc}share/doc/gcc/M32C-Options.html -${PLIST.doc}share/doc/gcc/M32C-Pragmas.html -${PLIST.doc}share/doc/gcc/M32R_002fD-Options.html -${PLIST.doc}share/doc/gcc/M680x0-Options.html -${PLIST.doc}share/doc/gcc/M68hc1x-Options.html -${PLIST.doc}share/doc/gcc/MCore-Options.html -${PLIST.doc}share/doc/gcc/MIPS-DSP-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/MIPS-Options.html -${PLIST.doc}share/doc/gcc/MIPS-Paired_002dSingle-Support.html -${PLIST.doc}share/doc/gcc/MIPS_002d3D-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/MMIX-Options.html -${PLIST.doc}share/doc/gcc/MN10300-Options.html -${PLIST.doc}share/doc/gcc/MT-Options.html -${PLIST.doc}share/doc/gcc/Machine-Constraints.html -${PLIST.doc}share/doc/gcc/Mixed-Declarations.html -${PLIST.doc}share/doc/gcc/Modifiers.html -${PLIST.doc}share/doc/gcc/Multi_002dAlternative.html -${PLIST.doc}share/doc/gcc/Name-lookup.html -${PLIST.doc}share/doc/gcc/Nested-Functions.html -${PLIST.doc}share/doc/gcc/Non_002dbugs.html -${PLIST.doc}share/doc/gcc/Object-Size-Checking.html -${PLIST.doc}share/doc/gcc/Objective_002dC-and-Objective_002dC_002b_002b-Dialect-Options.html -${PLIST.doc}share/doc/gcc/Objective_002dC.html -${PLIST.doc}share/doc/gcc/Offsetof.html -${PLIST.doc}share/doc/gcc/Optimize-Options.html -${PLIST.doc}share/doc/gcc/Option-Index.html -${PLIST.doc}share/doc/gcc/Option-Summary.html -${PLIST.doc}share/doc/gcc/Other-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/Other-Builtins.html -${PLIST.doc}share/doc/gcc/Overall-Options.html -${PLIST.doc}share/doc/gcc/PDP_002d11-Options.html -${PLIST.doc}share/doc/gcc/Paired_002dSingle-Arithmetic.html -${PLIST.doc}share/doc/gcc/Paired_002dSingle-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/Pointer-Arith.html -${PLIST.doc}share/doc/gcc/PowerPC-AltiVec-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/PowerPC-Options.html -${PLIST.doc}share/doc/gcc/Pragmas.html -${PLIST.doc}share/doc/gcc/Precompiled-Headers.html -${PLIST.doc}share/doc/gcc/Preprocessing-directives-implementation.html -${PLIST.doc}share/doc/gcc/Preprocessor-Options.html -${PLIST.doc}share/doc/gcc/Protoize-Caveats.html -${PLIST.doc}share/doc/gcc/Qualifiers-implementation.html -${PLIST.doc}share/doc/gcc/RS_002f6000-and-PowerPC-Options.html -${PLIST.doc}share/doc/gcc/RS_002f6000-and-PowerPC-Pragmas.html -${PLIST.doc}share/doc/gcc/Raw-read_002fwrite-Functions.html -${PLIST.doc}share/doc/gcc/Restricted-Pointers.html -${PLIST.doc}share/doc/gcc/Return-Address.html -${PLIST.doc}share/doc/gcc/Running-Protoize.html -${PLIST.doc}share/doc/gcc/SH-Options.html -${PLIST.doc}share/doc/gcc/SPARC-Options.html -${PLIST.doc}share/doc/gcc/SPARC-VIS-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/S_002f390-and-zSeries-Options.html -${PLIST.doc}share/doc/gcc/Service.html -${PLIST.doc}share/doc/gcc/Simple-Constraints.html -${PLIST.doc}share/doc/gcc/Solaris-Format-Checks.html -${PLIST.doc}share/doc/gcc/Solaris-Pragmas.html -${PLIST.doc}share/doc/gcc/Spec-Files.html -${PLIST.doc}share/doc/gcc/Standard-Libraries.html -${PLIST.doc}share/doc/gcc/Standards.html -${PLIST.doc}share/doc/gcc/Statement-Exprs.html -${PLIST.doc}share/doc/gcc/Statements-implementation.html -${PLIST.doc}share/doc/gcc/Static-Definitions.html -${PLIST.doc}share/doc/gcc/Strong-Using.html -${PLIST.doc}share/doc/gcc/Structure_002dPacking-Pragmas.html -${PLIST.doc}share/doc/gcc/Structures-unions-enumerations-and-bit_002dfields-implementation.html -${PLIST.doc}share/doc/gcc/Submodel-Options.html -${PLIST.doc}share/doc/gcc/Subscripting.html -${PLIST.doc}share/doc/gcc/Symbol_002dRenaming-Pragmas.html -${PLIST.doc}share/doc/gcc/System-V-Options.html -${PLIST.doc}share/doc/gcc/TMS320C3x_002fC4x-Options.html -${PLIST.doc}share/doc/gcc/Target-Builtins.html -${PLIST.doc}share/doc/gcc/Target-Format-Checks.html -${PLIST.doc}share/doc/gcc/Target-Options.html -${PLIST.doc}share/doc/gcc/Template-Instantiation.html -${PLIST.doc}share/doc/gcc/Temporaries.html -${PLIST.doc}share/doc/gcc/Thread_002dLocal.html -${PLIST.doc}share/doc/gcc/Translation-implementation.html -${PLIST.doc}share/doc/gcc/Trouble.html -${PLIST.doc}share/doc/gcc/Type-Attributes.html -${PLIST.doc}share/doc/gcc/Type-encoding.html -${PLIST.doc}share/doc/gcc/Typeof.html -${PLIST.doc}share/doc/gcc/Unnamed-Fields.html -${PLIST.doc}share/doc/gcc/V850-Options.html -${PLIST.doc}share/doc/gcc/VAX-Options.html -${PLIST.doc}share/doc/gcc/Vague-Linkage.html -${PLIST.doc}share/doc/gcc/Variable-Attributes.html -${PLIST.doc}share/doc/gcc/Variable-Length.html -${PLIST.doc}share/doc/gcc/Variadic-Macros.html -${PLIST.doc}share/doc/gcc/Vector-Extensions.html -${PLIST.doc}share/doc/gcc/Volatiles.html -${PLIST.doc}share/doc/gcc/VxWorks-Options.html -${PLIST.doc}share/doc/gcc/Warning-Options.html -${PLIST.doc}share/doc/gcc/Warnings-and-Errors.html -${PLIST.doc}share/doc/gcc/Weak-Pragmas.html -${PLIST.doc}share/doc/gcc/What-you-can-and-what-you-cannot-do-in-_002bload.html -${PLIST.doc}share/doc/gcc/Wtrigraphs.html -${PLIST.doc}share/doc/gcc/X86-Built_002din-Functions.html -${PLIST.doc}share/doc/gcc/Xstormy16-Options.html -${PLIST.doc}share/doc/gcc/Xtensa-Options.html -${PLIST.doc}share/doc/gcc/Zero-Length.html -${PLIST.doc}share/doc/gcc/compatibility_005falias.html -${PLIST.doc}share/doc/gcc/cpp.pdf -${PLIST.doc}share/doc/gcc/cppinternals.pdf -${PLIST.doc}share/doc/gcc/dashMF.html -${PLIST.doc}share/doc/gcc/fdollars_002din_002didentifiers.html -${PLIST.doc}share/doc/gcc/gcc.pdf -${PLIST.doc}share/doc/gcc/gccinstall.pdf -${PLIST.doc}share/doc/gcc/gccint.pdf -${PLIST.doc}share/doc/gcc/i386-and-x86_002d64-Options.html -${PLIST.doc}share/doc/gcc/index.html -${PLIST.doc}share/doc/gcc/x86_002d64-Options.html -${PLIST.doc}share/doc/gcc/zSeries-Options.html -${PLIST.doc}share/doc/gccinstall/index.html -${PLIST.doc}share/doc/gccint/Accessors.html -${PLIST.doc}share/doc/gccint/Ada-Tests.html -${PLIST.doc}share/doc/gccint/Adding-new-DECL-node-types.html -${PLIST.doc}share/doc/gccint/Addressing-Modes.html -${PLIST.doc}share/doc/gccint/Aggregate-Return.html -${PLIST.doc}share/doc/gccint/Alias-analysis.html -${PLIST.doc}share/doc/gccint/Alignment-Output.html -${PLIST.doc}share/doc/gccint/All-Debuggers.html -${PLIST.doc}share/doc/gccint/Allocation-Order.html -${PLIST.doc}share/doc/gccint/Annotations.html -${PLIST.doc}share/doc/gccint/Arithmetic.html -${PLIST.doc}share/doc/gccint/Assembler-Format.html -${PLIST.doc}share/doc/gccint/Assembler.html -${PLIST.doc}share/doc/gccint/Attr-Example.html -${PLIST.doc}share/doc/gccint/Attributes.html -${PLIST.doc}share/doc/gccint/Back-End.html -${PLIST.doc}share/doc/gccint/Basic-Blocks.html -${PLIST.doc}share/doc/gccint/Bit_002dFields.html -${PLIST.doc}share/doc/gccint/Blocks.html -${PLIST.doc}share/doc/gccint/Build.html -${PLIST.doc}share/doc/gccint/C-Tests.html -${PLIST.doc}share/doc/gccint/C_002b_002b-ABI.html -${PLIST.doc}share/doc/gccint/Caller-Saves.html -${PLIST.doc}share/doc/gccint/Calls.html -${PLIST.doc}share/doc/gccint/Class-Preferences.html -${PLIST.doc}share/doc/gccint/Classes.html -${PLIST.doc}share/doc/gccint/Cleanups.html -${PLIST.doc}share/doc/gccint/Code-Macros.html -${PLIST.doc}share/doc/gccint/Collect2.html -${PLIST.doc}share/doc/gccint/Comparisons.html -${PLIST.doc}share/doc/gccint/Compound-Expressions.html -${PLIST.doc}share/doc/gccint/Compound-Lvalues.html -${PLIST.doc}share/doc/gccint/Concept-Index.html -${PLIST.doc}share/doc/gccint/Condition-Code.html -${PLIST.doc}share/doc/gccint/Conditional-Execution.html -${PLIST.doc}share/doc/gccint/Conditional-Expressions.html -${PLIST.doc}share/doc/gccint/Config-Fragments.html -${PLIST.doc}share/doc/gccint/Configuration-Files.html -${PLIST.doc}share/doc/gccint/Configuration.html -${PLIST.doc}share/doc/gccint/Configure-Terms.html -${PLIST.doc}share/doc/gccint/Constant-Attributes.html -${PLIST.doc}share/doc/gccint/Constant-Definitions.html -${PLIST.doc}share/doc/gccint/Constants.html -${PLIST.doc}share/doc/gccint/Constraints.html -${PLIST.doc}share/doc/gccint/Containers.html -${PLIST.doc}share/doc/gccint/Contributing.html -${PLIST.doc}share/doc/gccint/Contributors.html -${PLIST.doc}share/doc/gccint/Control-Flow.html -${PLIST.doc}share/doc/gccint/Conversions.html -${PLIST.doc}share/doc/gccint/Copying.html -${PLIST.doc}share/doc/gccint/Costs.html -${PLIST.doc}share/doc/gccint/Current-structure-hierarchy.html -${PLIST.doc}share/doc/gccint/DBX-Hooks.html -${PLIST.doc}share/doc/gccint/DBX-Options.html -${PLIST.doc}share/doc/gccint/Data-Output.html -${PLIST.doc}share/doc/gccint/Debugging-Info.html -${PLIST.doc}share/doc/gccint/Declarations.html -${PLIST.doc}share/doc/gccint/Deficiencies.html -${PLIST.doc}share/doc/gccint/Defining-Attributes.html -${PLIST.doc}share/doc/gccint/Defining-Mode-Macros.html -${PLIST.doc}share/doc/gccint/Defining-Predicates.html -${PLIST.doc}share/doc/gccint/Delay-Slots.html -${PLIST.doc}share/doc/gccint/Dependent-Patterns.html -${PLIST.doc}share/doc/gccint/Dispatch-Tables.html -${PLIST.doc}share/doc/gccint/Documentation.html -${PLIST.doc}share/doc/gccint/Driver.html -${PLIST.doc}share/doc/gccint/Edges.html -${PLIST.doc}share/doc/gccint/Elimination.html -${PLIST.doc}share/doc/gccint/Empty-Statements.html -${PLIST.doc}share/doc/gccint/Example.html -${PLIST.doc}share/doc/gccint/Examples.html -${PLIST.doc}share/doc/gccint/Exception-Handling.html -${PLIST.doc}share/doc/gccint/Exception-Region-Output.html -${PLIST.doc}share/doc/gccint/Exception-handling-routines.html -${PLIST.doc}share/doc/gccint/Expander-Definitions.html -${PLIST.doc}share/doc/gccint/Expression-trees.html -${PLIST.doc}share/doc/gccint/Expressions.html -${PLIST.doc}share/doc/gccint/File-Framework.html -${PLIST.doc}share/doc/gccint/File-Names-and-DBX.html -${PLIST.doc}share/doc/gccint/Files.html -${PLIST.doc}share/doc/gccint/Filesystem.html -${PLIST.doc}share/doc/gccint/Flags.html -${PLIST.doc}share/doc/gccint/Floating-Point.html -${PLIST.doc}share/doc/gccint/Fragments.html -${PLIST.doc}share/doc/gccint/Frame-Layout.html -${PLIST.doc}share/doc/gccint/Frame-Registers.html -${PLIST.doc}share/doc/gccint/Front-End-Config.html -${PLIST.doc}share/doc/gccint/Front-End-Directory.html -${PLIST.doc}share/doc/gccint/Front-End.html -${PLIST.doc}share/doc/gccint/Function-Basics.html -${PLIST.doc}share/doc/gccint/Function-Bodies.html -${PLIST.doc}share/doc/gccint/Function-Entry.html -${PLIST.doc}share/doc/gccint/Functions.html -${PLIST.doc}share/doc/gccint/Funding.html -${PLIST.doc}share/doc/gccint/GENERIC.html -${PLIST.doc}share/doc/gccint/GGC-Roots.html -${PLIST.doc}share/doc/gccint/GIMPLE-Example.html -${PLIST.doc}share/doc/gccint/GIMPLE-Exception-Handling.html -${PLIST.doc}share/doc/gccint/GIMPLE-Expressions.html -${PLIST.doc}share/doc/gccint/GIMPLE.html -${PLIST.doc}share/doc/gccint/GNU-Free-Documentation-License.html -${PLIST.doc}share/doc/gccint/GNU-Project.html -${PLIST.doc}share/doc/gccint/GTY-Options.html -${PLIST.doc}share/doc/gccint/Gimplification-pass.html -${PLIST.doc}share/doc/gccint/Header-Dirs.html -${PLIST.doc}share/doc/gccint/Headers.html -${PLIST.doc}share/doc/gccint/Host-Common.html -${PLIST.doc}share/doc/gccint/Host-Config.html -${PLIST.doc}share/doc/gccint/Host-Fragment.html -${PLIST.doc}share/doc/gccint/Host-Misc.html -${PLIST.doc}share/doc/gccint/Identifiers.html -${PLIST.doc}share/doc/gccint/Incdec.html -${PLIST.doc}share/doc/gccint/Including-Patterns.html -${PLIST.doc}share/doc/gccint/Initialization.html -${PLIST.doc}share/doc/gccint/Insn-Attributes.html -${PLIST.doc}share/doc/gccint/Insn-Canonicalizations.html -${PLIST.doc}share/doc/gccint/Insn-Lengths.html -${PLIST.doc}share/doc/gccint/Insn-Splitting.html -${PLIST.doc}share/doc/gccint/Insns.html -${PLIST.doc}share/doc/gccint/Instruction-Output.html -${PLIST.doc}share/doc/gccint/Integer-library-routines.html -${PLIST.doc}share/doc/gccint/Interface.html -${PLIST.doc}share/doc/gccint/Interfaces.html -${PLIST.doc}share/doc/gccint/Internal-structure.html -${PLIST.doc}share/doc/gccint/Jump-Patterns.html -${PLIST.doc}share/doc/gccint/Jumps.html -${PLIST.doc}share/doc/gccint/Label-Output.html -${PLIST.doc}share/doc/gccint/Languages.html -${PLIST.doc}share/doc/gccint/Leaf-Functions.html -${PLIST.doc}share/doc/gccint/Libgcc.html -${PLIST.doc}share/doc/gccint/Library-Calls.html -${PLIST.doc}share/doc/gccint/Library-Files.html -${PLIST.doc}share/doc/gccint/Liveness-information.html -${PLIST.doc}share/doc/gccint/Logical-Operators.html -${PLIST.doc}share/doc/gccint/Looping-Patterns.html -${PLIST.doc}share/doc/gccint/Loops.html -${PLIST.doc}share/doc/gccint/MIPS-Coprocessors.html -${PLIST.doc}share/doc/gccint/Machine-Constraints.html -${PLIST.doc}share/doc/gccint/Machine-Desc.html -${PLIST.doc}share/doc/gccint/Machine-Modes.html -${PLIST.doc}share/doc/gccint/Machine_002dIndependent-Predicates.html -${PLIST.doc}share/doc/gccint/Macros-and-Functions.html -${PLIST.doc}share/doc/gccint/Macros-for-Initialization.html -${PLIST.doc}share/doc/gccint/Macros.html -${PLIST.doc}share/doc/gccint/Maintaining-the-CFG.html -${PLIST.doc}share/doc/gccint/Makefile.html -${PLIST.doc}share/doc/gccint/Man-Page-Generation.html -${PLIST.doc}share/doc/gccint/Misc.html -${PLIST.doc}share/doc/gccint/Miscellaneous-Docs.html -${PLIST.doc}share/doc/gccint/Miscellaneous-routines.html -${PLIST.doc}share/doc/gccint/Mode-Macros.html -${PLIST.doc}share/doc/gccint/Mode-Switching.html -${PLIST.doc}share/doc/gccint/Modifiers.html -${PLIST.doc}share/doc/gccint/Multi_002dAlternative.html -${PLIST.doc}share/doc/gccint/Namespaces.html -${PLIST.doc}share/doc/gccint/Option-Index.html -${PLIST.doc}share/doc/gccint/Option-file-format.html -${PLIST.doc}share/doc/gccint/Option-properties.html -${PLIST.doc}share/doc/gccint/Options.html -${PLIST.doc}share/doc/gccint/Output-Statement.html -${PLIST.doc}share/doc/gccint/Output-Template.html -${PLIST.doc}share/doc/gccint/Overview.html -${PLIST.doc}share/doc/gccint/PCH-Target.html -${PLIST.doc}share/doc/gccint/PIC.html -${PLIST.doc}share/doc/gccint/Parsing-pass.html -${PLIST.doc}share/doc/gccint/Pass-manager.html -${PLIST.doc}share/doc/gccint/Passes.html -${PLIST.doc}share/doc/gccint/Pattern-Ordering.html -${PLIST.doc}share/doc/gccint/Patterns.html -${PLIST.doc}share/doc/gccint/Peephole-Definitions.html -${PLIST.doc}share/doc/gccint/Per_002dFunction-Data.html -${PLIST.doc}share/doc/gccint/Portability.html -${PLIST.doc}share/doc/gccint/Predicates.html -${PLIST.doc}share/doc/gccint/Processor-pipeline-description.html -${PLIST.doc}share/doc/gccint/Profile-information.html -${PLIST.doc}share/doc/gccint/Profiling.html -${PLIST.doc}share/doc/gccint/RTL-Classes.html -${PLIST.doc}share/doc/gccint/RTL-Declarations.html -${PLIST.doc}share/doc/gccint/RTL-Objects.html -${PLIST.doc}share/doc/gccint/RTL-Template.html -${PLIST.doc}share/doc/gccint/RTL-passes.html -${PLIST.doc}share/doc/gccint/RTL.html -${PLIST.doc}share/doc/gccint/Reading-RTL.html -${PLIST.doc}share/doc/gccint/Register-Arguments.html -${PLIST.doc}share/doc/gccint/Register-Basics.html -${PLIST.doc}share/doc/gccint/Register-Classes.html -${PLIST.doc}share/doc/gccint/Registers.html -${PLIST.doc}share/doc/gccint/Regs-and-Memory.html -${PLIST.doc}share/doc/gccint/Rough-GIMPLE-Grammar.html -${PLIST.doc}share/doc/gccint/Run_002dtime-Target.html -${PLIST.doc}share/doc/gccint/SDB-and-DWARF.html -${PLIST.doc}share/doc/gccint/SSA.html -${PLIST.doc}share/doc/gccint/Scalar-Return.html -${PLIST.doc}share/doc/gccint/Scheduling.html -${PLIST.doc}share/doc/gccint/Scopes.html -${PLIST.doc}share/doc/gccint/Sections.html -${PLIST.doc}share/doc/gccint/Selection-Statements.html -${PLIST.doc}share/doc/gccint/Sharing.html -${PLIST.doc}share/doc/gccint/Side-Effects.html -${PLIST.doc}share/doc/gccint/Simple-Constraints.html -${PLIST.doc}share/doc/gccint/Soft-float-library-routines.html -${PLIST.doc}share/doc/gccint/Source-Tree.html -${PLIST.doc}share/doc/gccint/Special-Accessors.html -${PLIST.doc}share/doc/gccint/Stack-Arguments.html -${PLIST.doc}share/doc/gccint/Stack-Checking.html -${PLIST.doc}share/doc/gccint/Stack-Registers.html -${PLIST.doc}share/doc/gccint/Stack-Smashing-Protection.html -${PLIST.doc}share/doc/gccint/Stack-and-Calling.html -${PLIST.doc}share/doc/gccint/Standard-Names.html -${PLIST.doc}share/doc/gccint/Statement-Operands.html -${PLIST.doc}share/doc/gccint/Statement-Sequences.html -${PLIST.doc}share/doc/gccint/Statements.html -${PLIST.doc}share/doc/gccint/Storage-Layout.html -${PLIST.doc}share/doc/gccint/Subdirectories.html -${PLIST.doc}share/doc/gccint/Substitutions.html -${PLIST.doc}share/doc/gccint/System-Config.html -${PLIST.doc}share/doc/gccint/TARGET_005fSHIFT_005fTRUNCATION_005fMASK.html -${PLIST.doc}share/doc/gccint/Tagging-Insns.html -${PLIST.doc}share/doc/gccint/Tail-Calls.html -${PLIST.doc}share/doc/gccint/Target-Attributes.html -${PLIST.doc}share/doc/gccint/Target-Fragment.html -${PLIST.doc}share/doc/gccint/Target-Macros.html -${PLIST.doc}share/doc/gccint/Target-Structure.html -${PLIST.doc}share/doc/gccint/Temporaries.html -${PLIST.doc}share/doc/gccint/Test-Directives.html -${PLIST.doc}share/doc/gccint/Test-Idioms.html -${PLIST.doc}share/doc/gccint/Testsuites.html -${PLIST.doc}share/doc/gccint/Texinfo-Manuals.html -${PLIST.doc}share/doc/gccint/Top-Level.html -${PLIST.doc}share/doc/gccint/Trampolines.html -${PLIST.doc}share/doc/gccint/Tree-SSA.html -${PLIST.doc}share/doc/gccint/Tree-overview.html -${PLIST.doc}share/doc/gccint/Tree_002dSSA-passes.html -${PLIST.doc}share/doc/gccint/Trees.html -${PLIST.doc}share/doc/gccint/Type-Information.html -${PLIST.doc}share/doc/gccint/Type-Layout.html -${PLIST.doc}share/doc/gccint/Types.html -${PLIST.doc}share/doc/gccint/Uninitialized-Data.html -${PLIST.doc}share/doc/gccint/VMS-Debug.html -${PLIST.doc}share/doc/gccint/Values-in-Registers.html -${PLIST.doc}share/doc/gccint/Varargs.html -${PLIST.doc}share/doc/gccint/Vector-Operations.html -${PLIST.doc}share/doc/gccint/Working-with-declarations.html -${PLIST.doc}share/doc/gccint/compat-Testing.html -${PLIST.doc}share/doc/gccint/define_005fpeephole.html -${PLIST.doc}share/doc/gccint/define_005fpeephole2.html -${PLIST.doc}share/doc/gccint/epilogue-instruction-pattern.html -${PLIST.doc}share/doc/gccint/gcc-Directory.html -${PLIST.doc}share/doc/gccint/gcov-Testing.html -${PLIST.doc}share/doc/gccint/index.html -${PLIST.doc}share/doc/gccint/libgcj-Tests.html -${PLIST.doc}share/doc/gccint/profopt-Testing.html -${PLIST.doc}share/doc/gccint/prologue-instruction-pattern.html -${PLIST.doc}share/doc/gccint/shift-patterns.html -@pkgdir ${NIOS2_TARGET}/lib +@pkgdir nios2-elf/lib Index: nios2-gcc/distinfo =================================================================== RCS file: /cvsroot/pkgsrc-wip/wip/nios2-gcc/distinfo,v retrieving revision 1.6 diff -u -r1.6 distinfo --- nios2-gcc/distinfo 10 Nov 2013 04:01:56 -0000 1.6 +++ nios2-gcc/distinfo 11 Nov 2013 08:23:28 -0000 @@ -1,10 +1,6 @@ $NetBSD$ -SHA1 (nios2_gnu_gcc4_13.0.gz) = 1df8e0ebd1f0e42ab4dd8a507c0a3dc85c1d598b -RMD160 (nios2_gnu_gcc4_13.0.gz) = 5331366fc1ab307909bbe6a2ef1fc11d70b0f523 -Size (nios2_gnu_gcc4_13.0.gz) = 110799088 bytes -SHA1 (patch-aa) = 9fca3d2c8304c37a091200ffd7abfd4714297c45 -SHA1 (patch-gcc_config_nios2_nios2-proto.h) = 8d3006b98fe47a825c45e15e8b218f5179e8e663 -SHA1 (patch-gcc_config_nios2_nios2.c) = bc5655083a1bb641e1b606b547a27903900252fd -SHA1 (patch-gcc_doc_invoke.texi) = 75bc85c7713d0579ec960c3f777484ca7d555214 -SHA1 (patch-libjava_classpath_script_loc) = 039d83c8dcb19f07a684edfe860ec687a50e636b +SHA1 (sourceryg++-2013.05-43-nios2-linux-gnu.src.tar.bz2) = 94a0dadc4c1370dadfacf4bc6cac591e3e47959b +RMD160 (sourceryg++-2013.05-43-nios2-linux-gnu.src.tar.bz2) = de056d240a73236d6d8be4851813d8b15d16808f +Size (sourceryg++-2013.05-43-nios2-linux-gnu.src.tar.bz2) = 251136787 bytes +SHA1 (patch-gcc_doc_invoke.texi) = 841e1c45d7a7d483762642b6f3617e0a8c9ef1b1