pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xtensa-lx106-elf-gcc10: Add 10.3.0



Module Name:	pkgsrc-wip
Committed By:	Rui-Xiang Guo <rxg%lavabit.com@localhost>
Pushed By:	rxg
Date:		Fri Mar 8 10:17:21 2024 +0800
Changeset:	abc350ed7f4038a0ccc71cd1797ed0b19f7c2751

Modified Files:
	Makefile
Added Files:
	xtensa-lx106-elf-gcc10/DESCR
	xtensa-lx106-elf-gcc10/Makefile
	xtensa-lx106-elf-gcc10/PLIST
	xtensa-lx106-elf-gcc10/distinfo
	xtensa-lx106-elf-gcc10/patches/patch-gcc_Makefile.in
	xtensa-lx106-elf-gcc10/patches/patch-gcc_system.h
	xtensa-lx106-elf-gcc10/patches/patch-newlib_libc_include_limits.h

Log Message:
xtensa-lx106-elf-gcc10: Add 10.3.0

Cross GCC for Espressif ESP8266 bare metal environment

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=abc350ed7f4038a0ccc71cd1797ed0b19f7c2751

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                           |    1 +
 xtensa-lx106-elf-gcc10/DESCR                       |    2 +
 xtensa-lx106-elf-gcc10/Makefile                    |  178 +++
 xtensa-lx106-elf-gcc10/PLIST                       | 1413 ++++++++++++++++++++
 xtensa-lx106-elf-gcc10/distinfo                    |  281 ++++
 .../patches/patch-gcc_Makefile.in                  |  149 +++
 xtensa-lx106-elf-gcc10/patches/patch-gcc_system.h  |   14 +
 .../patches/patch-newlib_libc_include_limits.h     |   23 +
 8 files changed, 2061 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f1787eaf00..73c948c210 100644
--- a/Makefile
+++ b/Makefile
@@ -5836,6 +5836,7 @@ SUBDIR+=	xspdapp
 SUBDIR+=	xspread
 SUBDIR+=	xssp
 SUBDIR+=	xtags
+SUBDIR+=	xtensa-lx106-elf-gcc10
 SUBDIR+=	xtensor
 SUBDIR+=	xtitle
 SUBDIR+=	xtl-quant-stack
diff --git a/xtensa-lx106-elf-gcc10/DESCR b/xtensa-lx106-elf-gcc10/DESCR
new file mode 100644
index 0000000000..e12f49aed1
--- /dev/null
+++ b/xtensa-lx106-elf-gcc10/DESCR
@@ -0,0 +1,2 @@
+Cross GCC for for chips using the Xtensa lx106 core, such as the
+Espressif ESP8266 wireless modules.
diff --git a/xtensa-lx106-elf-gcc10/Makefile b/xtensa-lx106-elf-gcc10/Makefile
new file mode 100644
index 0000000000..e8c5fe5594
--- /dev/null
+++ b/xtensa-lx106-elf-gcc10/Makefile
@@ -0,0 +1,178 @@
+# $NetBSD: Makefile,v 1.7 2022/06/28 11:31:17 wiz Exp $
+
+# using configure options and sources from
+# https://github.com/earlephilhower/esp-quick-toolchain
+
+DISTNAME=		gcc-xtensa${GITHUB_TAG:S/releases\/gcc//}
+PKGNAME=		${DISTNAME:C/gcc-xtensa/xtensa-lx106-elf-gcc/}
+CATEGORIES=		cross
+MASTER_SITES=		${MASTER_SITE_GITHUB:=jcmvbkbc/}
+GITHUB_PROJECT=		gcc-xtensa
+GITHUB_TAG=		releases/gcc-10.3.0
+
+DIST_SUBDIR=		${PKGNAME_NOREV}
+
+# Custom xtensa newlib       
+DISTFILES=		${DEFAULT_DISTFILES}
+DISTFILES+=		newlib-${NEWLIBVER}.tar.gz
+NEWLIBVER=		xtensa-4_0_0-lock-arduino
+SITES.newlib-${NEWLIBVER}.tar.gz= -https://github.com/earlephilhower/newlib-xtensa/archive/refs/heads/${NEWLIBVER}.tar.gz
+
+# extra patches
+.for _p in \
+    gcc-Improve-initialization-of-objects-when-the-initializ.patch \
+    gcc-ctype-inline-pgmread.patch \
+    gcc-eh-alloc.patch \
+    gcc-enable-mforcel32-eh.patch \
+    gcc-exception-what-to-pmem.patch \
+    gcc-file-shortname.patch \
+    gcc-func-sect.patch \
+    gcc-int32-is-int.patch \
+    gcc-mforce-l32.patch \
+    gcc-regex-what-to-pmem.patch \
+    gcc-stdcsupp-safe.patch \
+    gcc-unwind-safe.patch \
+    gcc-xtensa-0001-fix-PR-target-98285.patch \
+    gcc-xtensa-0002-rearrange-DI-mode-constant-loading.patch \
+    gcc-xtensa-0003-add-optimizations-for-shift-operations.patch \
+    gcc-xtensa-0004-implement-bswapsi2-bswapdi2-and-helpers.patch \
+    gcc-xtensa-0005-fix-PR-target-102115.patch \
+    gcc-xtensa-0006-Fix-non-robust-split-condition-in-define_insn.patch \
+    gcc-xtensa-0007-fix-Wformat-diag-warnings.patch \
+    gcc-xtensa-0008-Rename-deprecated-extv-extzv-insn-patterns-to.patch \
+    gcc-xtensa-0009-Reflect-the-32-bit-Integer-Divide-Option.patch \
+    gcc-xtensa-0010-Simplify-EXTUI-instruction-maskimm-validation.patch \
+    gcc-xtensa-0011-Make-use-of-IN_RANGE-macro-where-appropriate.patch \
+    gcc-xtensa-0012-Fix-instruction-counting-regarding-block-move.patch \
+    gcc-xtensa-0013-Add-setmemsi-insn-pattern.patch \
+    gcc-xtensa-0014-Improve-bswap-sd-i2-insn-patterns.patch \
+    gcc-xtensa-0015-fix-PR-target-105879.patch \
+    gcc-xtensa-0016-Implement-bswaphi2-insn-pattern.patch \
+    gcc-xtensa-0017-Make-one_cmplsi2-optimizer-friendly.patch \
+    gcc-xtensa-0018-Optimize-x-y-to-x-y-y.patch \
+    gcc-xtensa-0019-Add-clrsbsi2-insn-pattern.patch \
+    gcc-xtensa-0020-Tweak-some-widen-multiplications.patch \
+    gcc-xtensa-0021-Consider-the-Loop-Option-when-setmemsi-is-exp.patch \
+    gcc-xtensa-0022-Improve-instruction-cost-estimation-and-sugge.patch \
+    gcc-xtensa-0023-Improve-constant-synthesis-for-both-integer-a.patch \
+    gcc-xtensa-0024-Improve-shift-operations-more.patch \
+    gcc-xtensa-0025-Simplify-conditional-branch-move-insn-pattern.patch \
+    gcc-xtensa-0026-Make-use-of-BALL-BNALL-instructions.patch \
+    gcc-xtensa-0027-Optimize-bitwise-AND-operation-with-some-spec.patch \
+    gcc-xtensa-0028-Document-new-mextra-l32r-costs-Xtensa-specifi.patch \
+    gcc-xtensa-0029-Add-support-for-sibling-call-optimization.patch \
+    gcc-xtensa-0030-Add-some-dedicated-patterns-that-correspond-t.patch \
+    gcc-xtensa-0031-Eliminate-unwanted-reg-reg-moves-during-DFmod.patch \
+    gcc-xtensa-0032-Eliminate-DS-Cmode-hard-register-clobber-that.patch \
+    gcc-xtensa-0033-Defer-storing-integer-constants-into-litpool-.patch \
+    gcc-xtensa-0034-Apply-a-few-minor-fixes.patch \
+    gcc-xtensa-0035-Fix-RTL-insn-cost-estimation-about-relaxed-MO.patch \
+    gcc-xtensa-0036-Fix-buffer-overflow.patch \
+    gcc-xtensa-0037-Optimize-integer-constant-addition-that-is-be.patch \
+    gcc-xtensa-0038-Minor-fix-for-FP-constant-synthesis.patch \
+    gcc-xtensa-0039-constantsynth-Make-try-to-find-shorter-instru.patch \
+    gcc-xtensa-0040-Optimize-bitwise-AND-with-imm1-followed-by-br.patch \
+    gcc-xtensa-0041-Correct-the-relative-RTX-cost-that-correspond.patch \
+    gcc-xtensa-0042-Optimize-bitwise-AND-NOT-with-imm-followed-by.patch \
+    gcc-xtensa-0043-Add-RTX-costs-for-if_then_else.patch \
+    gcc-xtensa-0044-Fix-conflicting-hard-regno-between-indirect-s.patch \
+    gcc-xtensa-0045-Turn-on-fsplit-wide-types-early-by-default.patch \
+    gcc-xtensa-0046-Optimize-stack-pointer-updates-in-function-pr.patch \
+    gcc-xtensa-0047-Improve-indirect-sibling-call-handling.patch \
+    gcc-xtensa-0048-add-static-PIE-support.patch \
+    gcc-xtensa-0049-Eliminate-unused-stack-frame-allocation-freei.patch \
+    gcc-xtensa-0050-Make-complex-hard-register-clobber-eliminatio.patch \
+    gcc-xtensa-0051-constantsynth-Add-new-3-insns-synthesis-patte.patch \
+    gcc-xtensa-0052-fix-builtin_apply-return-value.patch \
+    gcc-xtensa-0053-implement-MI-thunk-generation-for-call0-API.patch \
+    gcc-xtensa-0054-enable-section-anchors-support.patch \
+    gcc-xtensa-0055-Prepare-the-transition-from-Reload-to-LRA.patch \
+    gcc-xtensa-0056-Make-register-A0-allocable-for-the-CALL0-ABI.patch \
+    gcc-xtensa-0057-Fix-out-of-bounds-array-access-in-the-movdi-p.patch \
+    gcc-xtensa-0058-Tabify-and-trim-trailing-spaces.patch \
+    gcc-xtensa-0059-Clean-up-xtensa_expand_prologue.patch \
+    gcc-xtensa-0060-Change-GP_RETURN-_REG_COUNT-to-GP_RETURN_-FIR.patch \
+    gcc-xtensa-0061-Generate-density-instructions-in-set_frame_pt.patch \
+    gcc-xtensa-0062-use-define_c_enums-instead-of-define_constant.patch \
+    gcc-xtensa-0063-Check-DF-availability-before-use.patch \
+    gcc-xtensa-0064-use-GP_RETURN_-instead-of-magic-constant.patch \
+    gcc-xtensa-0065-Optimize-stack-frame-adjustment-more.patch \
+    gcc-xtensa-0066-Optimize-bitwise-splicing-operation.patch \
+    gcc-xtensa-0067-Make-instruction-cost-estimation-for-size-mor.patch \
+    gcc-xtensa-0068-Tune-btrue-insn-pattern.patch \
+    gcc-xtensa-0069-Optimize-ctzsi2-and-ffssi2-a-bit.patch \
+    gcc-xtensa-0070-Remove-old-broken-tweak-for-leaf-function.patch \
+    gcc-xtensa-0071-Optimize-inversion-of-the-MSB.patch \
+    gcc-xtensa-0072-Revise-complex-hard-register-clobber-eliminat.patch \
+    gcc-xtensa-0073-Enforce-return-address-saving-when-Og-is-spec.patch \
+    gcc-xtensa-0074-fix-PR-target-108876.patch \
+    gcc-xtensa-0075-Fix-missing-mode-warnings-in-machine-descript.patch \
+    gcc-xtensa-0076-Eliminate-the-use-of-callee-saved-register-th.patch \
+    gcc-xtensa-0077-Eliminate-unnecessary-general-purpose-reg-reg.patch
+PATCHFILES+= ${_p}
+.endfor
+PATCH_SITES+= https://raw.githubusercontent.com/earlephilhower/esp-quick-toolchain/master/patches/gcc10.3/
+
+PATCHFILES+= gcc-001-jump-tables-in-text-section-earlephilhower.patch
+PATCH_SITES+= https://github.com/earlephilhower/esp-quick-toolchain/raw/master/patches/
+PATCH_DIST_STRIP= -p1
+
+MAINTAINER=		bouyer%NetBSD.org@localhost
+HOMEPAGE=		https://github.com/espressif/gcc
+COMMENT=		Cross GCC for Espressif ESP8266 bare metal environment
+LICENSE=		gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
+
+CONFLICTS=	xtensa-lx106-elf-gcc-[0-9]*
+
+DEPENDS+=	xtensa-lx106-elf-binutils-[0-9]*:../../cross/xtensa-lx106-elf-binutils
+
+FILESDIR=	${.CURDIR}/../../cross/xtensa-lx106-elf-binutils/files
+
+GNU_CONFIGURE=		yes
+INFO_FILES=		yes
+USE_LANGUAGES+=		c c++03
+USE_TOOLS+=		bash gmake makeinfo perl
+
+# for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33549
+# use makeinfo from pkgsrc/devel/gtexinfo.
+TOOL_DEPENDS+=		gtexinfo>=5.1:../../devel/gtexinfo
+_TOOLS_USE_PKGSRC.makeinfo= yes
+
+OBJDIR=			../build
+CONFIGURE_DIRS=		${OBJDIR}
+CONFIGURE_SCRIPT=	${WRKSRC}/configure
+CONFIG_SHELL=		${TOOLS_PATH.bash}
+WRAPPER_SHELL=		${TOOLS_PATH.bash}
+GNU_CONFIGURE_PREFIX=	${PREFIX}/xtensa-lx106-elf
+
+CONFIGURE_ARGS+=	--target=xtensa-lx106-elf
+CONFIGURE_ARGS+=	--disable-shared
+CONFIGURE_ARGS+=	--with-newlib
+CONFIGURE_ARGS+=	--enable-threads=no
+CONFIGURE_ARGS+=	--disable-__cxa_atexit
+CONFIGURE_ARGS+=	--disable-libgomp
+CONFIGURE_ARGS+=	--disable-libmudflap
+CONFIGURE_ARGS+=	--disable-nls
+CONFIGURE_ARGS+=	--disable-multilib
+CONFIGURE_ARGS+=	--disable-bootstrap
+CONFIGURE_ARGS+=	--enable-languages=c,c++
+CONFIGURE_ARGS+=	--enable-lto
+CONFIGURE_ARGS+=	--enable-static=yes
+CONFIGURE_ARGS+=	--disable-libstdcxx-verbose
+
+CHECK_PORTABILITY_SKIP+=	contrib/*
+
+WRKSRC=	${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG:S/\//-/}
+
+post-extract:
+	${LN} -s ${WRKDIR}/newlib-xtensa-${NEWLIBVER}/newlib ${WRKSRC}/newlib
+	${LN} -s ${WRKDIR}/newlib-xtensa-${NEWLIBVER}/libgloss ${WRKSRC}/libgloss
+
+pre-configure:
+	${MKDIR} ${WRKSRC}/${OBJDIR}
+	${CP} ${FILESDIR}/xtensa-config.h ${WRKSRC}/include/xtensa-config.h
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../math/mpfr/buildlink3.mk"
+.include "../../math/mpcomplex/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/xtensa-lx106-elf-gcc10/PLIST b/xtensa-lx106-elf-gcc10/PLIST
new file mode 100644
index 0000000000..a3f5bd1fa2
--- /dev/null
+++ b/xtensa-lx106-elf-gcc10/PLIST
@@ -0,0 +1,1413 @@
+@comment $NetBSD$
+xtensa-lx106-elf/bin/xtensa-lx106-elf-c++
+xtensa-lx106-elf/bin/xtensa-lx106-elf-cpp
+xtensa-lx106-elf/bin/xtensa-lx106-elf-g++
+xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc
+xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc-${PKGVERSION}
+xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc-ar
+xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc-nm
+xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc-ranlib
+xtensa-lx106-elf/bin/xtensa-lx106-elf-gcov
+xtensa-lx106-elf/bin/xtensa-lx106-elf-gcov-dump
+xtensa-lx106-elf/bin/xtensa-lx106-elf-gcov-tool
+xtensa-lx106-elf/bin/xtensa-lx106-elf-lto-dump
+xtensa-lx106-elf/info/cpp.info
+xtensa-lx106-elf/info/cppinternals.info
+xtensa-lx106-elf/info/gcc.info
+xtensa-lx106-elf/info/gccinstall.info
+xtensa-lx106-elf/info/gccint.info
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/crtbegin.o
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/crtend.o
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/crti.o
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/crtn.o
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/float.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/gcov.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/iso646.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/ssp/ssp.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/ssp/stdio.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/ssp/string.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/ssp/unistd.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/stdalign.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/stdarg.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/stdatomic.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/stdbool.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/stddef.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/stdfix.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/stdint-gcc.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/stdint.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/stdnoreturn.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/tgmath.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/unwind.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include/varargs.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/install-tools/fixinc_list
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/install-tools/gsyslimits.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/install-tools/include/README
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/install-tools/macro_list
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/install-tools/mkheaders.conf
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/libgcc.a
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/libgcov.a
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/gtype.state
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ada/gcc-interface/ada-tree.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/addresses.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/alias.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/align.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/all-tree.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/alloc-pool.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ansidecl.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/array-traits.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/asan.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/attribs.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/auto-host.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/auto-profile.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/b-header-vars
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/backend.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/basic-block.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/bb-reorder.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/bitmap.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/brig-builtins.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/builtin-attrs.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/builtin-types.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/builtins.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/builtins.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/bversion.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/c-family/c-common.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/c-family/c-common.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/c-family/c-objc.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/c-family/c-pragma.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/c-family/c-pretty-print.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/c-tree.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/calls.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ccmp.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfg-flags.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfg.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfganal.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfgbuild.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfgcleanup.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfgexpand.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfghooks.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfgloop.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfgloopmanip.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cfgrtl.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cgraph.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cif-code.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/collect-utils.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/collect2-aix.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/collect2.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/color-macros.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/conditions.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/config.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/config/dbxelf.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/config/elfos.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/config/initfini-array.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/config/newlib-stdint.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/config/xtensa/elf.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/config/xtensa/xtensa-protos.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/config/xtensa/xtensa.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/configargs.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/context.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/convert.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/coretypes.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/coroutine-builtins.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/coverage.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cp/cp-tree.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cp/cp-tree.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cp/cxx-pretty-print.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cp/name-lookup.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cp/operators.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cp/type-utils.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cppbuiltin.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cppdefault.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cpplib.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/cselib.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/d/d-tree.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/data-streamer.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dbgcnt.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dbgcnt.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dbxout.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dce.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ddg.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/debug.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/defaults.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/df.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dfp.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/diagnostic-color.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/diagnostic-core.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/diagnostic-event-id.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/diagnostic-metadata.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/diagnostic-path.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/diagnostic-url.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/diagnostic.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/diagnostic.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/digraph.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dojump.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dominance.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/domwalk.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/double-int.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dump-context.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dumpfile.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dwarf2asm.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/dwarf2out.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/edit-context.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/emit-rtl.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/errors.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/escaped_string.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/et-forest.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/except.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/explow.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/expmed.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/expr.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/fibonacci_heap.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/file-find.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/file-prefix-map.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/filenames.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/fixed-value.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/flag-types.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/flags.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/fold-const-call.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/fold-const.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/function-abi.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/function.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gcc-plugin.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gcc-rich-location.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gcc-symtab.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gcc.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gcov-counter.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gcov-io.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gcse-common.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gcse.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/generic-match.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gengtype.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/genrtl.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gensupport.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ggc-internal.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ggc.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-builder.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-expr.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-fold.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-iterator.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-low.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-match.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-predict.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-pretty-print.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-ssa-evrp-analyze.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-ssa-warn-restrict.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-ssa.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-streamer.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple-walk.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimple.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimplify-me.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gimplify.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/glimits.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gomp-constants.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/graph.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/graphds.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/graphite.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/graphviz.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gsstruct.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gstab.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gsyms.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gsyslimits.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gtm-builtins.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/gtype-desc.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hard-reg-set.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hash-map-traits.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hash-map.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hash-set.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hash-table.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hash-traits.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hashtab.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/highlev-plugin-common.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hooks.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hosthooks-def.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hosthooks.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hsa-brig-format.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hsa-builtins.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hsa-common.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hw-doloop.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/hwint.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ifcvt.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/inchash.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/incpath.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/input.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-addr.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-attr-common.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-attr.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-codes.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-config.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-constants.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-flags.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-modes-inline.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-modes.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/insn-notes.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/int-vector-builder.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/internal-fn.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/internal-fn.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/intl.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-fnsummary.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-icf-gimple.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-icf.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-inline.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-param-manipulation.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-predicate.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-prop.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-ref.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-reference.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ipa-utils.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ira-int.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ira.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/is-a.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/json.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/langhooks-def.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/langhooks.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/lcm.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/libfuncs.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/libiberty.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/limitx.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/limity.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/line-map.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/loop-unroll.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/lower-subreg.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/lra-int.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/lra.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/lto-compress.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/lto-section-names.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/lto-streamer.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/machmode.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/machmode.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/md5.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/mem-stats-traits.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/mem-stats.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/memmodel.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/memory-block.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/mode-classes.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/objc/objc-tree.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/obstack.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/omp-builtins.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/omp-expand.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/omp-general.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/omp-grid.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/omp-low.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/omp-offload.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/omp-simd-clone.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/opt-problem.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/opt-suggestions.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/optabs-libfuncs.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/optabs-query.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/optabs-tree.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/optabs.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/optabs.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/optinfo-emit-json.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/optinfo.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/options.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/opts-diagnostic.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/opts.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ordered-hash-map.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/output.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/pass-instances.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/pass_manager.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/passes.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/plugin-api.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/plugin-version.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/plugin.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/plugin.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/poly-int-types.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/poly-int.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/predict.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/predict.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/prefix.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/pretty-print.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/print-rtl.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/print-tree.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/profile-count.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/profile.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/range-op.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/range.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/read-md.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/read-rtl-function.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/real.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/realmpfr.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/recog.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/reg-notes.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/regcprop.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/regrename.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/regs.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/regset.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/reload.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/resource.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/rtl-error.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/rtl-iter.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/rtl.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/rtl.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/rtlhash.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/rtlhooks-def.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/rtx-vector-builder.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/run-rtl-passes.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/safe-ctype.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sanitizer.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sbitmap.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sched-int.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sel-sched-dump.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sel-sched-ir.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sel-sched.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/selftest-diagnostic.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/selftest-rtl.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/selftest.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sese.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/shortest-paths.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/shrink-wrap.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/signop.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sparseset.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/spellcheck-tree.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/spellcheck.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/splay-tree.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sreal.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ssa-iterators.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ssa.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/stab.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/statistics.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/stmt.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/stor-layout.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/streamer-hooks.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/stringpool.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/substring-locations.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/symbol-summary.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/symtab.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/sync-builtins.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/system.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/target-def.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/target-globals.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/target-hooks-macros.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/target-insns.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/target.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/target.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/targhooks.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/timevar.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/timevar.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tm-preds.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tm.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tm_p.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/toplev.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tracer.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/trans-mem.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-affine.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-cfg.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-cfgcleanup.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-check.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-chrec.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-core.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-data-ref.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-dfa.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-diagnostic.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-dump.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-eh.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-hash-traits.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-hasher.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-if-conv.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-inline.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-into-ssa.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-iterator.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-nested.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-object-size.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-outof-ssa.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-parloops.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-pass.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-phinodes.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-pretty-print.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-scalar-evolution.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-sra.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-address.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-alias.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-ccp.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-coalesce.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-dce.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-dom.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-dse.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-live.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-ivopts.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-manip.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-loop-niter.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-loop.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-operands.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-propagate.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-sccvn.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-scopedtables.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-strlen.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-ter.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-threadedge.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa-threadupdate.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssa.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-ssanames.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-stdarg.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-streamer.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-switch-conversion.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-vector-builder.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-vectorizer.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree-vrp.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tree.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/treestruct.def
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tristate.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tsan.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/tsystem.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/typeclass.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/typed-splay-tree.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/ubsan.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/valtrack.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/value-prof.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/value-range.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/varasm.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/vec-perm-indices.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/vec.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/vector-builder.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/version.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/vmsdbg.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/vr-values.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/vtable-verify.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/wide-int-bitmask.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/wide-int-print.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/wide-int.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/xcoff.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/include/xcoffout.h
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/libcc1plugin.la
+xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/libcp1plugin.la
+xtensa-lx106-elf/lib/libcc1.la
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/cc1
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/cc1plus
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/collect2
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/install-tools/fixinc.sh
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/install-tools/fixincl
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/install-tools/mkheaders
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/install-tools/mkinstalldirs
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/liblto_plugin.la
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/lto-wrapper
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/lto1
+xtensa-lx106-elf/libexec/gcc/xtensa-lx106-elf/${PKGVERSION}/plugin/gengtype
+xtensa-lx106-elf/man/man1/xtensa-lx106-elf-cpp.1
+xtensa-lx106-elf/man/man1/xtensa-lx106-elf-g++.1
+xtensa-lx106-elf/man/man1/xtensa-lx106-elf-gcc.1
+xtensa-lx106-elf/man/man1/xtensa-lx106-elf-gcov-dump.1
+xtensa-lx106-elf/man/man1/xtensa-lx106-elf-gcov-tool.1
+xtensa-lx106-elf/man/man1/xtensa-lx106-elf-gcov.1
+xtensa-lx106-elf/man/man1/xtensa-lx106-elf-lto-dump.1
+xtensa-lx106-elf/man/man7/fsf-funding.7
+xtensa-lx106-elf/man/man7/gfdl.7
+xtensa-lx106-elf/man/man7/gpl.7
+xtensa-lx106-elf/share/gcc-${PKGVERSION}/python/libstdcxx/__init__.py
+xtensa-lx106-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/__init__.py
+xtensa-lx106-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/printers.py
+xtensa-lx106-elf/share/gcc-${PKGVERSION}/python/libstdcxx/v6/xmethods.py
+xtensa-lx106-elf/xtensa-lx106-elf/include/_ansi.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/_newlib_version.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/_syslist.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/alloca.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ar.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/argz.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/assert.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/algorithm
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/any
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/array
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/atomic
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/backward/auto_ptr.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/backward/backward_warning.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/backward/binders.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/backward/hash_fun.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/backward/hash_map
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/backward/hash_set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/backward/hashtable.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/backward/strstream
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bit
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/algorithmfwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/alloc_traits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/allocated_ptr.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/atomic_base.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/atomic_futex.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/atomic_lockfree_defines.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/basic_ios.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/basic_ios.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/basic_string.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/basic_string.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/boost_concept_check.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/c++0x_warning.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/char_traits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/charconv.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/codecvt.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/concept_check.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/cpp_type_traits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/cxxabi_forced.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/cxxabi_init_exception.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/deque.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/enable_special_members.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/erase_if.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/exception.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/exception_defines.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/exception_ptr.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/forward_list.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/forward_list.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/fs_dir.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/fs_fwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/fs_ops.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/fs_path.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/fstream.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/functexcept.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/functional_hash.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/gslice.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/gslice_array.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/hash_bytes.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/hashtable.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/hashtable_policy.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/indirect_array.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/invoke.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/ios_base.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/istream.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/iterator_concepts.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/list.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/locale_classes.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/locale_classes.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/locale_conv.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/locale_facets.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/locale_facets.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/locale_facets_nonio.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/localefwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/mask_array.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/memoryfwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/move.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/nested_exception.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/node_handle.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/ostream.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/ostream_insert.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/parse_numbers.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/postypes.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/predefined_ops.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/ptr_traits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/quoted_string.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/random.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/random.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/range_access.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/range_cmp.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/ranges_algo.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/ranges_algobase.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/ranges_uninitialized.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/refwrap.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_automaton.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_automaton.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_compiler.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_compiler.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_constants.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_error.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_executor.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_executor.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_scanner.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/regex_scanner.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/shared_ptr.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/shared_ptr_atomic.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/shared_ptr_base.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/slice_array.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/specfun.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/sstream.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/std_abs.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/std_function.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/std_mutex.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_algo.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_algobase.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_bvector.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_construct.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_deque.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_function.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_heap.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_iterator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_funcs.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_iterator_base_types.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_list.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_map.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_multimap.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_multiset.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_numeric.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_pair.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_queue.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_raw_storage_iter.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_relops.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_set.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_stack.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_tempbuf.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_tree.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_uninitialized.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stl_vector.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stream_iterator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/streambuf.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/streambuf_iterator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/string_view.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/stringfwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/uniform_int_dist.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/unique_lock.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/unique_ptr.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/unordered_map.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/unordered_set.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/uses_allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/valarray_after.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/valarray_array.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/valarray_array.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/valarray_before.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bits/vector.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/bitset
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cassert
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ccomplex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cctype
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cerrno
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cfenv
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cfloat
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/charconv
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/chrono
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cinttypes
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ciso646
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/climits
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/clocale
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cmath
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/codecvt
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/compare
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/complex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/complex.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/concepts
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/condition_variable
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/coroutine
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/csetjmp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/csignal
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cstdalign
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cstdarg
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cstdbool
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cstddef
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cstdint
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cstdio
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cstdlib
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cstring
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ctgmath
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ctime
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cuchar
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cwchar
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cwctype
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/cxxabi.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/array
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/assertions.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/bitset
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/debug.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/deque
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/formatter.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/forward_list
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/functions.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/helper_functions.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/list
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/macros.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/map
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/map.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/multimap.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/multiset.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_base.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_container.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_iterator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_iterator.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_local_iterator.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_sequence.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_sequence.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_unordered_base.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/safe_unordered_container.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/set.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/stl_iterator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/string
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/unordered_map
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/unordered_set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/debug/vector
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/decimal/decimal
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/decimal/decimal.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/deque
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/exception
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/execution
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/algorithm
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/any
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/array
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/bits/lfts_config.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/bits/net.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/bits/shared_ptr.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/bits/string_view.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/buffer
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/chrono
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/deque
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/executor
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/forward_list
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/functional
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/internet
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/io_context
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/iterator
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/list
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/map
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/memory
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/memory_resource
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/net
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/netfwd
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/numeric
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/optional
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/propagate_const
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/random
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/ratio
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/regex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/socket
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/source_location
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/string
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/string_view
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/system_error
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/timer
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/tuple
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/type_traits
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/unordered_map
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/unordered_set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/utility
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/experimental/vector
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/algorithm
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/aligned_buffer.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/alloc_traits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/atomicity.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/bitmap_allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/cast.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/cmath
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/codecvt_specializations.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/concurrence.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/debug_allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/enc_filebuf.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/extptr_allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/functional
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/hash_map
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/hash_set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/iterator
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/malloc_allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/memory
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/mt_allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/new_allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/numeric
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/numeric_traits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/assoc_container.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/bin_search_tree_/traits.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/branch_policy.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/branch_policy/traits.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/cond_dealtor.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/container_base_dispatch.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/debug_map_base.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/ov_tree_map_/traits.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/traits.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/node.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rb_tree_map_/traits.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/node.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/splay_tree_/traits.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/standard_policies.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/tree_trace_base.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/type_utils.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/types_traits.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/iterator.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/exception.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/hash_policy.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/list_update_policy.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/priority_queue.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/tag_and_trait.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/tree_policy.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pb_ds/trie_policy.hpp
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pod_char_traits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pointer.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/pool_allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/random
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/random.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/rb_tree
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/rc_string_base.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/rope
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/ropeimpl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/slist
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/sso_string_base.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/stdio_filebuf.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/stdio_sync_filebuf.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/string_conversions.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/throw_allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/type_traits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/typelist.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/vstring.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/vstring.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/vstring_fwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ext/vstring_util.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/fenv.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/filesystem
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/forward_list
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/fstream
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/functional
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/future
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/initializer_list
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/iomanip
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ios
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/iosfwd
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/iostream
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/istream
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/iterator
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/limits
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/list
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/locale
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/map
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/math.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/memory
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/memory_resource
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/mutex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/new
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/numbers
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/numeric
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/optional
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ostream
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/algo.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/algobase.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/algorithm
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/algorithmfwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/balanced_quicksort.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/base.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/basic_iterator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/checkers.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/compatibility.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/compiletime_settings.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/equally_split.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/features.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/find.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/find_selectors.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/for_each.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/for_each_selectors.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/iterator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/list_partition.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/losertree.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/merge.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/multiseq_selection.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/multiway_merge.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/multiway_mergesort.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/numeric
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/numericfwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/omp_loop.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/omp_loop_static.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/par_loop.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/parallel.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/partial_sum.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/partition.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/queue.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/quicksort.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/random_number.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/random_shuffle.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/search.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/set_operations.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/settings.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/sort.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/tags.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/types.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/unique_copy.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/parallel/workstealing.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/algorithm_fwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/algorithm_impl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/execution_defs.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/execution_impl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/glue_algorithm_defs.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/glue_algorithm_impl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/glue_execution_defs.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/glue_memory_defs.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/glue_memory_impl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/glue_numeric_defs.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/glue_numeric_impl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/memory_impl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/numeric_fwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/numeric_impl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/parallel_backend.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_serial.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_tbb.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/parallel_backend_utils.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/parallel_impl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/pstl_config.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/unseq_backend_simd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/pstl/utils.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/queue
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/random
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ranges
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/ratio
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/regex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/scoped_allocator
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/shared_mutex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/span
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/sstream
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/stack
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/stdexcept
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/stdlib.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/stop_token
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/streambuf
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/string
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/string_view
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/system_error
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tgmath.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/thread
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/array
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/bessel_function.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/beta_function.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/ccomplex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cctype
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cfenv
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cfloat
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cinttypes
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/climits
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cmath
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/complex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/complex.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cstdarg
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cstdbool
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cstdint
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cstdio
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cstdlib
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/ctgmath
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/ctime
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/ctype.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cwchar
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/cwctype
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/ell_integral.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/exp_integral.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/fenv.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/float.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/functional
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/functional_hash.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/gamma.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/hashtable.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/hashtable_policy.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/hypergeometric.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/inttypes.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/legendre_function.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/limits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/math.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/memory
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/modified_bessel_func.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/poly_hermite.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/poly_laguerre.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/random
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/random.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/random.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/regex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/riemann_zeta.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/shared_ptr.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/special_function_util.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/stdarg.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/stdbool.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/stdint.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/stdio.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/stdlib.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/tgmath.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/tuple
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/type_traits
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/unordered_map
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/unordered_map.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/unordered_set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/unordered_set.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/utility
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/wchar.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr1/wctype.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr2/bool_set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr2/bool_set.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr2/dynamic_bitset
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr2/dynamic_bitset.tcc
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr2/ratio
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tr2/type_traits
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/tuple
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/type_traits
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/typeindex
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/typeinfo
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/unordered_map
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/unordered_set
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/utility
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/valarray
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/variant
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/vector
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/version
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/atomic_word.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/basic_file.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/c++allocator.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/c++config.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/c++io.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/c++locale.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/cpu_defines.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/ctype_base.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/ctype_inline.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/cxxabi_tweaks.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/error_constants.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/extc++.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/gthr-default.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/gthr-posix.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/gthr-single.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/gthr.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/messages_members.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/opt_random.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/os_defines.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/stdc++.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/stdtr1c++.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/bits/time_members.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/c++/${PKGVERSION}/xtensa-lx106-elf/ext/opt_random.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/complex.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/config.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/cpio.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ctype.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/devctl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/dirent.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/elf.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/envlock.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/envz.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/errno.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/fastmath.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/fcntl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/fenv.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/fnmatch.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/getopt.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/glob.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/grp.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/iconv.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ieeefp.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/inttypes.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/langinfo.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/libgen.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/limits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/locale.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/_arc4random.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/_default_types.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/_endian.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/_time.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/_types.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/ansi.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/endian.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/fastmath.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/ieeefp.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/malloc.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/param.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/setjmp-dj.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/setjmp.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/stdlib.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/termios.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/time.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/machine/types.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/malloc.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/math.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/memory.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ndbm.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/newlib.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/paths.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/pthread.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/pwd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/reent.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/regdef.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/regex.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sched.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/search.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/setjmp.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/signal.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/spawn.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ssp/ssp.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ssp/stdio.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ssp/stdlib.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ssp/string.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ssp/strings.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ssp/unistd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/ssp/wchar.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/stdatomic.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/stdint.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/stdio.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/stdio_ext.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/stdlib.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/string.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/strings.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_default_fcntl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_intsup.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_locale.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_pthreadtypes.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_sigset.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_stdint.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_timespec.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_timeval.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_types.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/_tz_structs.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/cdefs.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/config.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/ctype.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/custom_file.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/dir.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/dirent.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/errno.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/fcntl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/features.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/fenv.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/file.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/iconvnls.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/lock.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/param.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/pgmspace.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/queue.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/reent.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/resource.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/sched.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/select.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/signal.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/stat.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/stdio.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/string.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/syslimits.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/time.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/timeb.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/times.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/timespec.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/tree.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/types.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/unistd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/utime.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/sys/wait.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/tar.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/termios.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/tgmath.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/threads.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/time.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/unctrl.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/unistd.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/utime.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/utmp.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/wchar.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/wctype.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/wordexp.h
+xtensa-lx106-elf/xtensa-lx106-elf/include/xtensa/config/core-isa.h
+xtensa-lx106-elf/xtensa-lx106-elf/lib/crt0.o
+xtensa-lx106-elf/xtensa-lx106-elf/lib/libc.a
+xtensa-lx106-elf/xtensa-lx106-elf/lib/libg.a
+xtensa-lx106-elf/xtensa-lx106-elf/lib/libm.a
+xtensa-lx106-elf/xtensa-lx106-elf/lib/libnosys.a
+xtensa-lx106-elf/xtensa-lx106-elf/lib/libssp.la
+xtensa-lx106-elf/xtensa-lx106-elf/lib/libssp_nonshared.la
+xtensa-lx106-elf/xtensa-lx106-elf/lib/libstdc++.a-gdb.py
+xtensa-lx106-elf/xtensa-lx106-elf/lib/libstdc++.la
+xtensa-lx106-elf/xtensa-lx106-elf/lib/libsupc++.la
+xtensa-lx106-elf/xtensa-lx106-elf/lib/nosys.specs
+@pkgdir xtensa-lx106-elf/xtensa-lx106-elf/include/rpc
+@pkgdir xtensa-lx106-elf/xtensa-lx106-elf/include/bits
+@pkgdir xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/${PKGVERSION}/include-fixed
+@pkgdir xtensa-lx106-elf/include
diff --git a/xtensa-lx106-elf-gcc10/distinfo b/xtensa-lx106-elf-gcc10/distinfo
new file mode 100644
index 0000000000..2baa3a709f
--- /dev/null
+++ b/xtensa-lx106-elf-gcc10/distinfo
@@ -0,0 +1,281 @@
+$NetBSD: distinfo,v 1.3 2021/10/26 10:07:57 nia Exp $
+
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-001-jump-tables-in-text-section-earlephilhower.patch) = d51bc0fd0f0f256804bbc56ce8afa6426706f13ed02ffe7c97b72723837f7b8b
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-001-jump-tables-in-text-section-earlephilhower.patch) = 73328369fdeae393725be32d92fbdbdf58d3d9867b343c3a6fcc958e5b80eb819dddbe7f55ab3689e649419cbeca9a3d6089667305656d150086bd5d500210c0
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-001-jump-tables-in-text-section-earlephilhower.patch) = 486 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-Improve-initialization-of-objects-when-the-initializ.patch) = 53b5ed1d7b7c03bd772b07a680b384e57dd395632e646b0277c09131648d0c42
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-Improve-initialization-of-objects-when-the-initializ.patch) = 289a1aef521a34da7d783c1b6b8bf8995f0b79541f063ecec4f642b1aa442e6b12124db383f453d4d9bcf480a28daf5ce29ed5bf1a6cff32a3fd51bf4ccf8560
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-Improve-initialization-of-objects-when-the-initializ.patch) = 1121 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-ctype-inline-pgmread.patch) = e82a1553a66c895aabccb2ea98ee5caedd45f7c77d39ce82df41a445fbb62c88
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-ctype-inline-pgmread.patch) = 63c56dcc007300947492cfe7d24844e6897a937ef7065d6539bb83c219b55b9a1e09859deafbbb3a20c3cf14eb2902d2dd1afb676ab2ac189d4e4d7ab02b0f4e
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-ctype-inline-pgmread.patch) = 1873 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-eh-alloc.patch) = 8eeec17ff04e4d2aa33022146e12cdae6d5e14993b367815267d0fc7dd01ba6f
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-eh-alloc.patch) = 4c82054650d1227b4a01f0de0a0a1c510a41fbc392b8fe698789e0dfee98d035e2450fbc841629b22f79a5bd959eb4da67f78152f4800f88b6193e134ab6c583
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-eh-alloc.patch) = 492 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-enable-mforcel32-eh.patch) = e0e3d84aef55f77e72088aab679bf4668ca0c4d1c6834273115200cc89af4a54
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-enable-mforcel32-eh.patch) = a3824c2ea00c219c92ccea2fa066268524a5bdb6fe12d99c83d844484b46627cf7cdcbfd0fa36faa8fd5d83e1249e5e7c5648fa2b4c80f90dc57360d21097c42
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-enable-mforcel32-eh.patch) = 1336 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-exception-what-to-pmem.patch) = 1b2b737d33573f02b13491d6be4eaa13b1eba9d091057fb7ef61386630071b21
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-exception-what-to-pmem.patch) = b4d55b79149e17a260b8eaa6056a763eca4604799598f4ee78832ead62b7ec9f0dd08415caccdbe9225743b113ce6e589d9c5d2ff75f2fd902b741248186cc9b
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-exception-what-to-pmem.patch) = 28124 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-file-shortname.patch) = 76b910e06df74188cd33e3e72e15a4e39a3fc65e14ef549320969cc988d8a0c5
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-file-shortname.patch) = 99a342958e121f3aaeb6db4d273334ac58e0dd8eba699af040e63ac0e44008b702edc3340d3daa92224e20ed6955f1fb0d6165e6f7467c02294f8134efbb574d
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-file-shortname.patch) = 692 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-func-sect.patch) = 4d797c2860660ca5ddde9751fc049d5c99a7736084bde894d1d2c56bb482d839
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-func-sect.patch) = ee83386b7c43211efaceb6f081f631598498f214ef203296317bb8dec1e2a30bfe9177ff522d6351bbc4390b63d179981b221225aad2aa5697455c6badc8e6ac
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-func-sect.patch) = 643 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-int32-is-int.patch) = 7475688cb8d9890d7ae595eecd01420b168a4fe8489dfa8c00c4ca31d1273f35
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-int32-is-int.patch) = e827735b59c9ab429e3b88ba8a6fd612f438ee7c3dd110b8d4f047975b1448f1d6dbf80e0125fea9337a8651f49829edd1b33503308563f2bbf651848756761a
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-int32-is-int.patch) = 385 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-mforce-l32.patch) = 6217afe3649a74b3983ca067703b9f6b453148dd0a27712ca78dd098a3ca665a
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-mforce-l32.patch) = e6fa30400ab9fc1807102e08e82709366ea329b28dc6b752ffa95a3d9e745e6e6f3e6527a70488d95160df9e7b242987e3a10b6e1cee84b34a0b338373fead7a
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-mforce-l32.patch) = 8239 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-regex-what-to-pmem.patch) = c6eba29beaec0116b45be925330bd815122441036ee657da275fb67c669e454d
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-regex-what-to-pmem.patch) = b5706198fb74bd752aaf19d2a428bdef99803162eb6bea7d0a35802985fac58b297407c499fae1d7b646287e5691ba18b6cdfa93ed0086ff7ef862009b11aaaa
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-regex-what-to-pmem.patch) = 13167 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-stdcsupp-safe.patch) = f26a5ec47c1d54727f1c307c449cb134b586d8aa7a1e9e99b038574d28fd7617
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-stdcsupp-safe.patch) = 5d8feee5119f23349d6473b4979829d7daf42b2cccbfcf9b7369649966dd0dd7f4876f79a2b4ff8d56ad39dca204d90b97e75780ccb38c9faafaaea8abd7613b
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-stdcsupp-safe.patch) = 4469 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-unwind-safe.patch) = f762c6f2d31b348f675132c1ca4e9bbe6ffedd09fd50faa884929580a6b1c0e7
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-unwind-safe.patch) = 3ca995675e1f3d7601fbd9adc372381b972daaad5513bbb677d1421372aab24b1912b80a8c021eb064bfe740bf0e6b0476368dfe1a95f5a257cf98cafa7312dd
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-unwind-safe.patch) = 1995 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0001-fix-PR-target-98285.patch) = 5dcbf9b9f51c73f5ad1936041ef53b9716b6105cd45ff529817d84fee687865b
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0001-fix-PR-target-98285.patch) = dbaa75eeb731b20a0238ea6c6a38606e052bc7a62a5fcbbb6b004775d80939df8a495c4e0fbe284e7abb0e8c553bddc3bee60d5218bbce32b7a11c51ba88e4bf
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0001-fix-PR-target-98285.patch) = 3808 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0002-rearrange-DI-mode-constant-loading.patch) = 486ec135db87f4cc56cb526cb5e9f9e56cfac8f44b3d8ffd227b76b3adf74df9
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0002-rearrange-DI-mode-constant-loading.patch) = dccba3831c3614c577849aed7620cc8f7936ca750154ec836b69653372818282e0e3d228a0fb4b16320f1c15f9e990f464a2ce0f917eb46c4a0fe9b0ec09d2c9
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0002-rearrange-DI-mode-constant-loading.patch) = 2569 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0003-add-optimizations-for-shift-operations.patch) = 21ea7e806739f16ce6962f0bfb87ff81fa9d6457717dfabdb1bef6e9abbf5c69
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0003-add-optimizations-for-shift-operations.patch) = 525d7ff512051794d7dd1c36da99b6777a621080a4fd02327ba508e5b83f14a373db36bc4a05ee6bb3ee611b570bebac0efa4a981986394162decc8b6c02b7fb
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0003-add-optimizations-for-shift-operations.patch) = 3901 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0004-implement-bswapsi2-bswapdi2-and-helpers.patch) = d2ad79d218d99f7b1b0e6f0274576f889dbc1d57ae7d7f9921a48cb6db7cd2cb
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0004-implement-bswapsi2-bswapdi2-and-helpers.patch) = a2f062c6e6b586030fbd45216c2d68a65919ebb0f0636676416b648279df4737ff065e21f9486579eecb2901800bfdb5e60d8c445c0e97c4e89fbedcae755fd5
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0004-implement-bswapsi2-bswapdi2-and-helpers.patch) = 3871 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0005-fix-PR-target-102115.patch) = f0ac61c2cdd5e0521ba1ef21f1458973bac3f76afb4c63743d570d813bd89624
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0005-fix-PR-target-102115.patch) = 6929a06bea6342bf21eacab7eda0aef8162f46e6dfc853ba4c11b456355ab522d847d0b2c5514bcfe9e3137aec2475d801b823a29a881473eac22419de75d7c4
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0005-fix-PR-target-102115.patch) = 1175 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0006-Fix-non-robust-split-condition-in-define_insn.patch) = 7c94755a1535905a372c5f87ee8dc6125b77b52c87108eafdf19b487d99b2267
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0006-Fix-non-robust-split-condition-in-define_insn.patch) = 44ade2386aa2fb1540a436c39103bd4180ddc67a73d4c9dd04a3b1d9eab8d98ada39d9eb1de88c5dcab9d1d58b3653217bc5dfac569450db2c325e297bde16c7
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0006-Fix-non-robust-split-condition-in-define_insn.patch) = 1330 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0007-fix-Wformat-diag-warnings.patch) = d86b9149f34b96edee096fffb9879c98e61920000b5c801b39dbc952452e098b
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0007-fix-Wformat-diag-warnings.patch) = 131e50f6c785ca38bae4829e3d107409a7d1b25864ccaf76452fc22e9b722a5617d0dde62342785103cdddb274540721bf8736e0676d755dc8902f167041c3c7
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0007-fix-Wformat-diag-warnings.patch) = 1364 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0008-Rename-deprecated-extv-extzv-insn-patterns-to.patch) = f7966b65ff5f4e4af7750b063943e7718212026247d236d8fead8a60fc9312f4
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0008-Rename-deprecated-extv-extzv-insn-patterns-to.patch) = ee6d996d24cc5e4f63e4983547d57a4675b9c634de2709a212df76586dab0e43000f11c1c099285897960373c79904d1d6ef30cd8147becd9822a9fd087718df
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0008-Rename-deprecated-extv-extzv-insn-patterns-to.patch) = 2378 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0009-Reflect-the-32-bit-Integer-Divide-Option.patch) = e40aa14b10d0f2bbca377e645fb7d3b24c1569dad16ef074912695f20bd4dee2
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0009-Reflect-the-32-bit-Integer-Divide-Option.patch) = 76933046f9b51b94f38149fbead7848b7fd23cd6202b0523faad17fdeda7ef2f2804ac1147e99003f62f8c2a7f7c4a9b5ff7cfec4b03a086d56f2eef7bec40ca
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0009-Reflect-the-32-bit-Integer-Divide-Option.patch) = 1189 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0010-Simplify-EXTUI-instruction-maskimm-validation.patch) = 025e9b1b5519e8ce2256febc41c381f72acfcbb7493100fd0eb6ebf4ffafdd2a
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0010-Simplify-EXTUI-instruction-maskimm-validation.patch) = 5b36cd734ba5d63b34d2cb1fc95ee209ecdfdfacb51c999c48227feecd996f833e4ca101978b4f6137b613dc35edd38dd2dad2d3e7aaa41a463e1bfb63c18a28
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0010-Simplify-EXTUI-instruction-maskimm-validation.patch) = 2205 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0011-Make-use-of-IN_RANGE-macro-where-appropriate.patch) = a83051a58f6d9f1a54ca537627ecb7c7c02d9d5bdc4204dde00cadb5b8cadb25
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0011-Make-use-of-IN_RANGE-macro-where-appropriate.patch) = 0e2b2e3d76eee5b0aae9fe51f98c663c74a748ce42d7bc4dfd238391ea0acacff1525b43ec49375c055f8a9ae0ef93f6a031b3e064aa42c434302da9e9fde915
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0011-Make-use-of-IN_RANGE-macro-where-appropriate.patch) = 5568 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0012-Fix-instruction-counting-regarding-block-move.patch) = 0c9f1914a6345d1e9982586c00d3a66b006e45efa699ad554b81c82e1816852d
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0012-Fix-instruction-counting-regarding-block-move.patch) = 453308275b9818c981ffe51a855236e8a93a172eabe38c9e2e943dfd2502b4a2879fc1f27849cbb9a59df17ffcc2b1ec75dae2e42f7056edb75b129578e630e2
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0012-Fix-instruction-counting-regarding-block-move.patch) = 1721 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0013-Add-setmemsi-insn-pattern.patch) = f4110748ff1e2269d0ac7f0535c506e94cb0a3974d1681ddbb3d50421d65217a
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0013-Add-setmemsi-insn-pattern.patch) = ca49e5ea1927d17e50567f0f1834de8baae97f4406fb40d580029d554fdd85358d53380c914f4c7209f4e45c58aad6b53f7a65bff3dea6c36178118707ab721a
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0013-Add-setmemsi-insn-pattern.patch) = 9351 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0014-Improve-bswap-sd-i2-insn-patterns.patch) = 0c16a2b40b2985c4bc2f3dc9e91c75c584bbd12d5cffb32f57e6118694e10a22
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0014-Improve-bswap-sd-i2-insn-patterns.patch) = c8eef3fa9bbdbd3c8debd64f2b232e4684f3d78ba16f2065ce8f3fbdc3dcf15092e4e30c532c3e39f2dca31f103ae2ab822f816ad6d1d2b22f00104f06318312
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0014-Improve-bswap-sd-i2-insn-patterns.patch) = 7372 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0015-fix-PR-target-105879.patch) = 5a7cd69ec0baee198756109fa6ebf0e9a03845645866f44293b71317e5227c6a
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0015-fix-PR-target-105879.patch) = 4137bee4bfd497ce63367a8c821827f1d20c6f8f5a8c8cdfbfa5d3b789a91c583bab615c3ba3fdcabf6bb76748c61b6abfb3e8d94dc3bff20ebd57da9991496c
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0015-fix-PR-target-105879.patch) = 1726 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0016-Implement-bswaphi2-insn-pattern.patch) = df625bd21085c036c82a48833b1a4be1174ee3ed94c21aecb45c2c59f8737250
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0016-Implement-bswaphi2-insn-pattern.patch) = a44563ef25095ca251b1e7b214d39e377bebfa0a9b51da0e4fd7d4f7f0da7f7bcf1a39da8aea9d892e6edb86e840ab28261b90b0210c337d86f0a921b63b32f7
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0016-Implement-bswaphi2-insn-pattern.patch) = 1195 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0017-Make-one_cmplsi2-optimizer-friendly.patch) = 2a7826fcfc05c79c04c494b48dc6c26f1e8bd39b94fbe75a19be9e5f132c5baa
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0017-Make-one_cmplsi2-optimizer-friendly.patch) = ede50932692ac7a4fa170197445ecedc2c3c3ba0faa011d3b1c919795d12e41fe6ed5ab9119fff946f7f30fe761a9370efc2b58ac9e1703c0770de818391f547
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0017-Make-one_cmplsi2-optimizer-friendly.patch) = 2600 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0018-Optimize-x-y-to-x-y-y.patch) = 339b6393fa3e4154710366c5249ad3df819c7ec0ea925af786ea7f3e445d3a97
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0018-Optimize-x-y-to-x-y-y.patch) = 036f2ba0eeb72fd8eea64d73d53f92e2228187ec3662f08a8f4d883e80126d4930373af4768c6bbf2b6c9ef23898d80f83dc9bf169b89477c64153d3c9536068
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0018-Optimize-x-y-to-x-y-y.patch) = 2100 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0019-Add-clrsbsi2-insn-pattern.patch) = a1ab7e584c08458eb4d786bd859c6d22bba561a5fdc689dd9e8d728dbd18be5b
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0019-Add-clrsbsi2-insn-pattern.patch) = c5f06728391907dffd428794e4d86853b9130626a9b6dc32d1610c373cadb5f528b62fd2ff9bdb57138870007d31f52293b05d4693ac89cf389fc8e50402aef9
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0019-Add-clrsbsi2-insn-pattern.patch) = 2810 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0020-Tweak-some-widen-multiplications.patch) = d6cf3fd046d5ef1d5ad224b87fbb177d812dc003880ae6a2dda78e04176948dd
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0020-Tweak-some-widen-multiplications.patch) = 3c6dfc5086cedbc143dd14f78538a80e19701da3832f8c0c77d7ecc5905636307d7f199d3468be66a583e0e0984e2606f1ae8cb4fee4fff1140d2be36303b581
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0020-Tweak-some-widen-multiplications.patch) = 3673 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0021-Consider-the-Loop-Option-when-setmemsi-is-exp.patch) = 3f62404256ae79fffd03e9c6ccf227517cd776f2f8d04951a64329038dcf02ad
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0021-Consider-the-Loop-Option-when-setmemsi-is-exp.patch) = 0104dfdef03ae81d2a330acd11967a4a93da3ce77c9950ed8b40897e5fbcea141cf2b5e93ae2101f143b8e34a6aff55a7c1a164681086baac7d3efabc892eb0a
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0021-Consider-the-Loop-Option-when-setmemsi-is-exp.patch) = 4632 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0022-Improve-instruction-cost-estimation-and-sugge.patch) = 33c24d1e35b3ad5d4cc1503d098f3500cc921e5cf75b1a2136c5d75686d278ff
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0022-Improve-instruction-cost-estimation-and-sugge.patch) = 4ea3f62d90d050698e9ba774660acdaf741678bcb76c7a50bc155c5aeb2a65f2d21a973b59d4274e8b262555e863dab3efcf4c6a5f6cdc79d2b397eae7e5659d
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0022-Improve-instruction-cost-estimation-and-sugge.patch) = 9555 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0023-Improve-constant-synthesis-for-both-integer-a.patch) = ae2825f7d1cac83d9975ae41d597a66702665eb804abaa3a28cda7e77afa5f66
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0023-Improve-constant-synthesis-for-both-integer-a.patch) = 1157031417f7e04c006a03c7605e10ae07fcab6e291346b6e2797eab54034ddfd3763aae76e426b1d70d7b193db79d0a5767a951ab951313fe5a6a8f80666479
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0023-Improve-constant-synthesis-for-both-integer-a.patch) = 11843 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0024-Improve-shift-operations-more.patch) = f40b36420ea749d8b3b289eeaaf77da9ccc374591b104b4182eeb1901572eb79
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0024-Improve-shift-operations-more.patch) = b4bd00d440fa4be0d17e35c6b017a68007be4c976b46ecc03189b799654875dd03194cdd51b9b4f9f8ce43df659670230731671d4837bcec92a9d9d0583af098
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0024-Improve-shift-operations-more.patch) = 12830 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0025-Simplify-conditional-branch-move-insn-pattern.patch) = 330f989d0f612ae06419d7be18764b8cea35103ce5636c818ce690c96b071641
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0025-Simplify-conditional-branch-move-insn-pattern.patch) = 443d14c9886672214350d0c20c9c6b2a1a26d52e72889141653972d2d939757aed43d495d25d18355475eaf16780cf9388f57b920b56247946349341ce8146c8
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0025-Simplify-conditional-branch-move-insn-pattern.patch) = 13577 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0026-Make-use-of-BALL-BNALL-instructions.patch) = 2a6f910d4dfdf2233bc1c98f2f1fb2f4de46c5edb82b304b0979dfb30a6092c5
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0026-Make-use-of-BALL-BNALL-instructions.patch) = d27c8083fd1a8c3e8e1d913dc5fe6a60fb903ae309a4024e7057ab5279ab37454836a269681457411d93207272e18ed2a0e72eda43f63499dbb31e8a02f6c8b5
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0026-Make-use-of-BALL-BNALL-instructions.patch) = 2674 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0027-Optimize-bitwise-AND-operation-with-some-spec.patch) = 43d9a547800d3714b748a84abe8a83538a0013901051d1fdc14db3de44352273
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0027-Optimize-bitwise-AND-operation-with-some-spec.patch) = 2c57781ace00b57edc6f09c7daecdbf7166c0d4c33295e42355b94d3ea3c0502729730419e3c03051478bfc0535301906ac97b18dfdb62f35f15595a9182aaf7
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0027-Optimize-bitwise-AND-operation-with-some-spec.patch) = 8129 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0028-Document-new-mextra-l32r-costs-Xtensa-specifi.patch) = ecdd5df30247d3f836eda7eaa894a8a4f08864197b45617ce7dab8003c26e049
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0028-Document-new-mextra-l32r-costs-Xtensa-specifi.patch) = e2db798fd9dad3423a3151bfb823018b99ced05b342c84b7509dcacfffbe02e7be8a3e124187582379fdecd3e2f7bf24447684bde458d0a5222f29dccc5f7c10
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0028-Document-new-mextra-l32r-costs-Xtensa-specifi.patch) = 1639 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0029-Add-support-for-sibling-call-optimization.patch) = 4808aa75612e8d9d5863517a5705fbd6187077f5142f4a1ab3a7914fffd2dac7
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0029-Add-support-for-sibling-call-optimization.patch) = 782199138da2c0edbb2302503ff8a65e7c5edd06513087a2244f5de2fa9e1d775550be6c825b6f30270c1a8e04c2c4f4a48615a627670e016cb1b8cdca1ac189
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0029-Add-support-for-sibling-call-optimization.patch) = 10630 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0030-Add-some-dedicated-patterns-that-correspond-t.patch) = 91c0facf0fd141f6ab1c41fed6a0f1b550961513f2c43c7bc191febcbc466b48
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0030-Add-some-dedicated-patterns-that-correspond-t.patch) = 0c94935e7e33ee72426d651a3a2ae572c74878035e3c40cc95203abd927d5ed8601086ba50e0e642992ee1fd4ef940d88f5cb1aede3da14b1e6e9a89c349a6e3
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0030-Add-some-dedicated-patterns-that-correspond-t.patch) = 2424 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0031-Eliminate-unwanted-reg-reg-moves-during-DFmod.patch) = f810d78d2a0a17840c2acb979b47cc8375142025427992ba4c881b7de8cd09f5
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0031-Eliminate-unwanted-reg-reg-moves-during-DFmod.patch) = e0e3e748ed52ab1bc17a19d5632c2141c2ddcf62684f842b28b6d72973bf808c6be61ec7b32b64fca30530dc555a6658af23686b6fcd3a8042bb4c38cdfbd5e6
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0031-Eliminate-unwanted-reg-reg-moves-during-DFmod.patch) = 2863 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0032-Eliminate-DS-Cmode-hard-register-clobber-that.patch) = 285adfa21e8a200800f31336729b10325d4ac579d88e7aac665ff792a284447d
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0032-Eliminate-DS-Cmode-hard-register-clobber-that.patch) = 2b9f7839cb9cb91b18bfaf5a006e426ba1eee0bec5023386ccd8d883dfa16447440af0e7fb111ae9aad0f03a8c9aaf246c99b9b7ae9b609eb1a571706a7e00c1
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0032-Eliminate-DS-Cmode-hard-register-clobber-that.patch) = 2576 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0033-Defer-storing-integer-constants-into-litpool-.patch) = eaba8b1d259bbd5f92e7c295d26f5ab56091d49259a1a0bdc49eac475b700cd7
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0033-Defer-storing-integer-constants-into-litpool-.patch) = 62e29ea546e7fa75730d407777d5c9f678b4ba84e19d78b6106ea3d7cf6d806fc704fd03816461a1d9b4d6e75bd41f068a04b41ee52d0f35b2b34a1f5cbf9745
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0033-Defer-storing-integer-constants-into-litpool-.patch) = 3629 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0034-Apply-a-few-minor-fixes.patch) = 41d4fb6f99ef5736dae9ab90e98a2e2f10a0012899cc13ac364769baf412508a
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0034-Apply-a-few-minor-fixes.patch) = 53a59ddfd23e46c5b442834f8bfac5cb50c9da2a6264143586d4779cc2f3c894a189f3def9caf3f1ab8ca2fd17448fe0b24a8e41b274a1e1f9fbe786c17fb10c
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0034-Apply-a-few-minor-fixes.patch) = 4258 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0035-Fix-RTL-insn-cost-estimation-about-relaxed-MO.patch) = e47a101c487d78c53cd216de380a89dae59e6c39db4a3486f19c8ed454777b3a
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0035-Fix-RTL-insn-cost-estimation-about-relaxed-MO.patch) = 0cf0d9d9b681715449b01e67cd2168f8e76bbaf4ddee5049792b062f7e542111577e65d5b7b496dca7d4af0e6c20293860022859c158da29ffdb138fa6b35561
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0035-Fix-RTL-insn-cost-estimation-about-relaxed-MO.patch) = 1470 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0036-Fix-buffer-overflow.patch) = 5cb165e28e31a2b106feeb22a841afb6891d4cff51af551b5940dc2ba1e94de8
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0036-Fix-buffer-overflow.patch) = 3aa165e41e6def93e195797479bb1dafb0089156f63be2d48cd7ff244129c6bbdd228d992428e2b1f8d14f1581004cb9c8c30e30441fb96db158e41ade179567
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0036-Fix-buffer-overflow.patch) = 1031 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0037-Optimize-integer-constant-addition-that-is-be.patch) = 61b5df0f21aaaaf647fa1c36d3a2ae2c0114c265f1340c13ac87efc226ba0164
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0037-Optimize-integer-constant-addition-that-is-be.patch) = ef0d61ad343269620ef4bda56b1deeaae8daf03905a8c978af1ede2d855bc3c50af93741ea3725b0eb4dfd2da3a21c163f93f0aa671cec673b52dc01a3b3bdc0
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0037-Optimize-integer-constant-addition-that-is-be.patch) = 2508 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0038-Minor-fix-for-FP-constant-synthesis.patch) = e924cabbafb792697aa77d2e50ce5494711cfd1f2614509ef7060bcabe8e167a
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0038-Minor-fix-for-FP-constant-synthesis.patch) = d15972d6217e39516fad5c9dbfa7406f30f3b2de033c8b04cdaebe48c8a1abda802144d395924b9ba9aec15ec8fd5e9deb46152e69722a954a732b048712a7d6
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0038-Minor-fix-for-FP-constant-synthesis.patch) = 3095 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0039-constantsynth-Make-try-to-find-shorter-instru.patch) = 9c1d54c165b81ccc0cc4cd31b95fec3b34f1ebe2226296368ae660787560d091
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0039-constantsynth-Make-try-to-find-shorter-instru.patch) = 1a5b4461abd0aec0ab48e77708e4cb0b328d8df0b8c232abd0e8ad5037f94ecf229bcb1542e9f49772ea780c0bdb52ef729cb2d6fe490b71f17c7b2e31511ff0
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0039-constantsynth-Make-try-to-find-shorter-instru.patch) = 3635 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0040-Optimize-bitwise-AND-with-imm1-followed-by-br.patch) = 1c4e229a45bd8109d57059ba3b2f5b03955e066ce929259d3394cb8bd039f5ce
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0040-Optimize-bitwise-AND-with-imm1-followed-by-br.patch) = 934d86ff4b831ca1b367cf436d7856d404d7ac2919fca3977dd452f8621e835adc7876e15b79d35ba5b6018d9317f901ef423189de65c3e63a810ab33c5fb9e7
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0040-Optimize-bitwise-AND-with-imm1-followed-by-br.patch) = 6099 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0041-Correct-the-relative-RTX-cost-that-correspond.patch) = 8fb78e5cc42588f9362316c41e149940b60f268944614336a548472106a3272d
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0041-Correct-the-relative-RTX-cost-that-correspond.patch) = d67d79caebbad819f091b8fb470b068015ecb541c42bc967198129491a77e8c3729351d93cd0a086d23c880c5a4ebe6c82457e4f27c323e2eb7101e6a67fda57
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0041-Correct-the-relative-RTX-cost-that-correspond.patch) = 3858 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0042-Optimize-bitwise-AND-NOT-with-imm-followed-by.patch) = 8dccbecd98d736383cf10d6d4698210c4ef03aea41110abdece610f05913877a
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0042-Optimize-bitwise-AND-NOT-with-imm-followed-by.patch) = c6b01a0b28b3069a3bfcaab1e9b6bb933d1fd77305bf77b275e1415e5e562b25cb4c580be1c5b7c83b8a721ba3ec58b1eb1f5deeec583f494bbe6a8760f4cabf
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0042-Optimize-bitwise-AND-NOT-with-imm-followed-by.patch) = 4357 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0043-Add-RTX-costs-for-if_then_else.patch) = 7c3c331c8e275b8c9c33c6249f18d4ff4fcf976dc479db98c75c0a7f7967daf2
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0043-Add-RTX-costs-for-if_then_else.patch) = 2c8c6a63dabdfd2d2467bec87d66bf2dd0a34c820c8f07717a1c5a132badb67e2e9c2b00647bd52126fed46d219c90eca269148c25789f97adb594db9285d0df
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0043-Add-RTX-costs-for-if_then_else.patch) = 860 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0044-Fix-conflicting-hard-regno-between-indirect-s.patch) = ea02a7dee453eedae60c69ac8ac474433db3049b6e5d5cdd740b843d6de9d6bd
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0044-Fix-conflicting-hard-regno-between-indirect-s.patch) = 4c7d96779b95bfff6fcd0856ab0b3bfbff4c8ec1ab8db0e345ddafd2b88d9743b6db0bb884fc3bd9d451f417bafc5aba2494ab06401ff62699b8d6cdf1158aa2
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0044-Fix-conflicting-hard-regno-between-indirect-s.patch) = 1774 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0045-Turn-on-fsplit-wide-types-early-by-default.patch) = 173ef0a2f7ba8f78c32abc86138e1d84b2d6413befb31081b1b95e25017bf1bc
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0045-Turn-on-fsplit-wide-types-early-by-default.patch) = 04014efc3265123b49a3c347d61b4162fe6eedb826420d2e93daba15de951799bf1d7ab1f37cac3c88b2ec5b87b19a23650bb4891e9eba5419e1d14354168543
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0045-Turn-on-fsplit-wide-types-early-by-default.patch) = 1606 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0046-Optimize-stack-pointer-updates-in-function-pr.patch) = dd978432c5c6885f7bb11cb2fd5167969814accd98724174e80c082858229266
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0046-Optimize-stack-pointer-updates-in-function-pr.patch) = 3f71341abc99b59ae0d61cf2ddf7aac2427171261b5664213480d8228c9702b62476f821b15232cc6a081b1e899e321f4551708d26864a43a717504fb6b98d35
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0046-Optimize-stack-pointer-updates-in-function-pr.patch) = 5778 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0047-Improve-indirect-sibling-call-handling.patch) = d6a44eb0268f40a8c6947d3d25ea02c479b95e05e7592a689980a707d115b8f4
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0047-Improve-indirect-sibling-call-handling.patch) = 50b7650f3efa5880b4c0626a0e7723408e15963d3cbc142429488c7da05f124855dae0416ec2ca537cc982affb8db8929f8ec36827cb5a591984642e70c80f4d
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0047-Improve-indirect-sibling-call-handling.patch) = 6079 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0048-add-static-PIE-support.patch) = 110b3f32a55e27309985227ff869a7ce9aabce7c34b807d9ee8b5ea660a92ecf
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0048-add-static-PIE-support.patch) = 7d6a26d3a802849ccfe5d73051be93a926db46aec0eb88b92f40dedeb93d374e04508ed1fafbeb2b2a429c27ea13a7f5fe0201c7cb76bc41bdd47e02add41bc2
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0048-add-static-PIE-support.patch) = 972 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0049-Eliminate-unused-stack-frame-allocation-freei.patch) = 7abed1895c70e4b587d5e58f00e71798ecab6d70655c22c08230dc21213bdd9c
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0049-Eliminate-unused-stack-frame-allocation-freei.patch) = 21bcc8d42c9372e507a9aec6e63b63c99f82bf015ae5ee82271a195496cf1395f3bf1b399362ccbfb4792e49138c6e360e03fee67bfc081d3bdc7787d4d1bdec
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0049-Eliminate-unused-stack-frame-allocation-freei.patch) = 10090 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0050-Make-complex-hard-register-clobber-eliminatio.patch) = 4c4540dc3e259bf0a74b9d7986168a15c55239a43a32ba96149a2b5d3133d7f0
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0050-Make-complex-hard-register-clobber-eliminatio.patch) = 5a5f6b7ef34d35c1a0d5b5822ca10140a44307f9b4c596112181c24682b52fc31649436956af7cd5bac04bf135a0c65bdab2b99bead904d6fa6451ca2be66e43
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0050-Make-complex-hard-register-clobber-eliminatio.patch) = 3506 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0051-constantsynth-Add-new-3-insns-synthesis-patte.patch) = 074134ce4a1dee57db33f079cc4ba8d768b93036592881fa5fa0f4ee25be2350
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0051-constantsynth-Add-new-3-insns-synthesis-patte.patch) = 236d18f566240ffd957ab3429fc63c6b17768a316e002b9e2285e916d8a95e192d9caefcdae64d5b4922a32eac43ab1e8db937032b4e67fed82abedb2ac31828
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0051-constantsynth-Add-new-3-insns-synthesis-patte.patch) = 2595 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0052-fix-builtin_apply-return-value.patch) = cb4ee499757fa577e446883d14ce56a5a0d486f7e6e4e95151b73626a4a5a5d6
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0052-fix-builtin_apply-return-value.patch) = 6aac31ebbbc532f34a2a395255c74e5ddecf29bc0e762038df9ffdab0c8ebe13688ca2a42f3219759e5bec860afbfdf5c67656bc09cdd5d54152667979684b9f
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0052-fix-builtin_apply-return-value.patch) = 2757 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0053-implement-MI-thunk-generation-for-call0-API.patch) = 9a311ada3d1ebe22f8083f2a21be480103c0f2b7f9767f5bb581b2eb99e61814
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0053-implement-MI-thunk-generation-for-call0-API.patch) = f2f80e637f368a1a7bcbf5fd6c5a7cd64035fb35d33929a65c194a4c92031be327ad8d8742520875542315cdf79607941d49cd13403a0f45b99ba65730645191
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0053-implement-MI-thunk-generation-for-call0-API.patch) = 5215 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0054-enable-section-anchors-support.patch) = 0c8c78c605555dce572f0c3b08e1826b1c6016861912f29c9c37ed4119b842ee
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0054-enable-section-anchors-support.patch) = af8f26da4e5301655214b6f91232395b481e7238ec9c2277bee6b4baa18650dd727b765a6c4b334361c62f6b5bd4df1cb9ecf28a694a8a8cfc490b4c2c2aa63c
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0054-enable-section-anchors-support.patch) = 863 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0055-Prepare-the-transition-from-Reload-to-LRA.patch) = 07b1a2d570fae69597ba4cde3fd6bbb6812b7f35485e0aa0074a1a50730370cd
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0055-Prepare-the-transition-from-Reload-to-LRA.patch) = 0fa5300777f8ead704f3d09053abb2c94111dbf1cfc5ee29166f5c97fbde7f2972b963e25449fc7c9867efe8ef0138116336af7993d5a994e5227a8663452232
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0055-Prepare-the-transition-from-Reload-to-LRA.patch) = 10034 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0056-Make-register-A0-allocable-for-the-CALL0-ABI.patch) = e422808dee3740c99831f27d95d35acd83c34714723f35c08f1370c532ac1a38
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0056-Make-register-A0-allocable-for-the-CALL0-ABI.patch) = 43adf7711f724b3d1fe60342a0019bd206aff48ce9fdeb6a4523170040f3b16c90c0d3966ca8c15e4369f8127ada4254ba87920a24c37d2bc4080169747b6535
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0056-Make-register-A0-allocable-for-the-CALL0-ABI.patch) = 2450 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0057-Fix-out-of-bounds-array-access-in-the-movdi-p.patch) = ed26926154facc0b4b1cf3286f144588893874ed15d54fadd5b95a32576cbdfb
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0057-Fix-out-of-bounds-array-access-in-the-movdi-p.patch) = 56be0a27f88c0eec33c8c293ffc8cc98a048e100a898fe5f8d53a553fa6f5cf2157269b62d675d518a43483faf0188ecf7dade5bb2c547805a1591cc7164aa18
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0057-Fix-out-of-bounds-array-access-in-the-movdi-p.patch) = 2531 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0058-Tabify-and-trim-trailing-spaces.patch) = cb04046bbae4419e577d9ceb59a90cb12de904bc84af132e9c039c6772aeecbd
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0058-Tabify-and-trim-trailing-spaces.patch) = 1edfda8475e66a42f0b2ad77aff33f1cf458893336f52886f2517ff9901c17d0bcb4abf8b75cc37b913709bfab3892b08d0dbf61a4c5a80ada9dbbb517537e70
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0058-Tabify-and-trim-trailing-spaces.patch) = 20509 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0059-Clean-up-xtensa_expand_prologue.patch) = 90f7ac41e4c4be3a52da1e74e35e4a99af735063bda231af9948639a7beab15c
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0059-Clean-up-xtensa_expand_prologue.patch) = f00201335491cab0e136d8e04058235e481cb522c8830efc9f7a20460524ac8c45ad8bcdb2d2ccca036903293bc4248c78ba5b49038d652ebc2ad2b390225cfe
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0059-Clean-up-xtensa_expand_prologue.patch) = 1347 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0060-Change-GP_RETURN-_REG_COUNT-to-GP_RETURN_-FIR.patch) = 348ac25cfd813d78850fa0c5dbd76214a33f582f605512c9c5123ecd2b38c216
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0060-Change-GP_RETURN-_REG_COUNT-to-GP_RETURN_-FIR.patch) = 77cffd0cf1295cfb160cbd99bb05b0717d66c5838b4ee1f72e8c1a203e5621e9f228b566e0791fa74e34c75a0c12ad3e1d65cfda8ed7ad07711feedf1e1f75a4
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0060-Change-GP_RETURN-_REG_COUNT-to-GP_RETURN_-FIR.patch) = 2809 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0061-Generate-density-instructions-in-set_frame_pt.patch) = 62d4bc95b39616dbf1393ee87135aa5b9dda704c491301f909586a21db953b1f
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0061-Generate-density-instructions-in-set_frame_pt.patch) = e9da5a97d3b77e5ed3804e78bb6a0bea055143839e67bf758595861c4c58633decc87b415edd1d53bf4d2ef692ab6815272da8d9be9970818bbf36a9d66364e0
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0061-Generate-density-instructions-in-set_frame_pt.patch) = 1083 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0062-use-define_c_enums-instead-of-define_constant.patch) = 10078bae62ffa81c86e79914e10118871ee19d145468faa37c5234f1b5091e05
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0062-use-define_c_enums-instead-of-define_constant.patch) = 5b08d4d8a51a79f43aeac9d34361d120b899199e1b58cf7614759d0affa70089b5b678692900cd391493dc67d541613e8d5b373037c4a67af9e69ee155b65d24
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0062-use-define_c_enums-instead-of-define_constant.patch) = 1777 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0063-Check-DF-availability-before-use.patch) = 4be19b527b7fd32a38f30887bc25594d232636af2d870b816f9e49ed9123fef1
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0063-Check-DF-availability-before-use.patch) = b38d435da2df66698de9c73437d048c0a5cccc9c99e0081cf6a1385ebff453aefd503ce77fc38af88644b7ccc154b462dc740e89a3db5c8bad7c74431e009238
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0063-Check-DF-availability-before-use.patch) = 1022 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0064-use-GP_RETURN_-instead-of-magic-constant.patch) = f6dce684642f449ee69acedce04b0ae05aa5905fe9a9c39704afead3aaae96ac
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0064-use-GP_RETURN_-instead-of-magic-constant.patch) = 633f6ad3976a7ed064994dacdf8c9c98b25d345349ccab5817f413e0b9d7557ccb7c4c1a28f26de985201d8bd829816763501882e80abea8389d8414d37f8e65
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0064-use-GP_RETURN_-instead-of-magic-constant.patch) = 927 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0065-Optimize-stack-frame-adjustment-more.patch) = b025be892fdadd2c487fda7e76e16aa592592483b905d690d6ac6eae5085e65f
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0065-Optimize-stack-frame-adjustment-more.patch) = 0b7accaf8fe7258d7b77221a4f4584ea6c9e87c3b7d82a029600ecbaf5b991890c5c07ce38735d0192eae22b30b5e55a262383f77dfc804975cc11f4d6e5d117
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0065-Optimize-stack-frame-adjustment-more.patch) = 8058 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0066-Optimize-bitwise-splicing-operation.patch) = ef6f6927b6e13fee0f72ad949146c5b86af061852875e3ad66f40553825e125a
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0066-Optimize-bitwise-splicing-operation.patch) = e7799bab91e65ea1ad779e30aea5e2c5b8ba418a84672d14eca3607ee7fbea7e8ef10f4f6f4d7f1cf6ab2c7f96ad0aa86d69aa73e1609955afaa58ba32f3e8cd
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0066-Optimize-bitwise-splicing-operation.patch) = 2777 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0067-Make-instruction-cost-estimation-for-size-mor.patch) = a22bc9db660f5460c6b30ebbf6a99759ad37d7549683d101d8b57bcb5d719ba6
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0067-Make-instruction-cost-estimation-for-size-mor.patch) = 3936c1fd7cc96b5373b8de7c77c1159d20fef3c050cf5e53dce922e12f54166605a46367e990e54f4416300d7efa4efb70a057b569dd0faa3abaf95a2c1e8b5a
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0067-Make-instruction-cost-estimation-for-size-mor.patch) = 2301 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0068-Tune-btrue-insn-pattern.patch) = 9ec2f96788d1963c4ed8a0c66d1c3efe953d60f06c76afa9b0a802ce9891dca7
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0068-Tune-btrue-insn-pattern.patch) = a3849dd8bd794b4a540531497dbcf28cb943d1755daa588356259b70f7926239b1f83f6ab8a31d67861ea886933c12c169971ff09b631ab9ca65a8e7148d0d9a
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0068-Tune-btrue-insn-pattern.patch) = 1938 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0069-Optimize-ctzsi2-and-ffssi2-a-bit.patch) = 57c4ea93d5bf3d803f4ad1b2990d09ca1ec1f1e8e9e0fc561e96af1dabe54fdc
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0069-Optimize-ctzsi2-and-ffssi2-a-bit.patch) = b16c956c1a25e0ddcdf2e26b72da056d1a481547ab05f9aa57803da17d616b8d1222e3bdc80f456bdc6abc5b665222cbcc44b7be16a033f2bc75ec213a6a2b45
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0069-Optimize-ctzsi2-and-ffssi2-a-bit.patch) = 1439 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0070-Remove-old-broken-tweak-for-leaf-function.patch) = a86662a32c380afaebfbb465cf4ea46f483b26be7eb5a9cf17e32a75ec9475c0
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0070-Remove-old-broken-tweak-for-leaf-function.patch) = 83f11f3794eada30d8a052226ad894a636e0f239f914a51ea78d13a76add3da4eb92f82c8d2dbc0dc808a58d2d3b25c291bed5f5b59cb29fb2c48c5ce10cae0c
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0070-Remove-old-broken-tweak-for-leaf-function.patch) = 8421 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0071-Optimize-inversion-of-the-MSB.patch) = 617d0d47baace0c00959721476b8c093942ca63b9206526677b47e52ef810902
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0071-Optimize-inversion-of-the-MSB.patch) = eb229690fdc14d8f7810eadd228cef51501dc903cb9621182d34c1a97bf1d71098d08a4581caaa82f044fbc853d9540c5c451059326bcdae9d67ddb5280c7b36
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0071-Optimize-inversion-of-the-MSB.patch) = 1853 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0072-Revise-complex-hard-register-clobber-eliminat.patch) = f41ca99f81853db0ddcb302a88b3b3c32cfb905b35d68c958f835de845fa479f
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0072-Revise-complex-hard-register-clobber-eliminat.patch) = 549f9dad61a8eb354bc97cc5b290b4be2ca9e600e1785899a62d6b3462e78be2587cb0394a88be4b327685a5be3d7e86ba765cf7adda44eeb7f43a40fb4d76b4
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0072-Revise-complex-hard-register-clobber-eliminat.patch) = 3539 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0073-Enforce-return-address-saving-when-Og-is-spec.patch) = 9b5feb4c81f4736704c168bb584cc67ffadef6cfcb60846f5face77fc79855ce
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0073-Enforce-return-address-saving-when-Og-is-spec.patch) = 728c6f6edf83c45fefc78d76b8aae00d3ccb53bc3e6ddc48746d9de8ddaedaf7ce6c4384c4a5b30acb3ea9daaaa76e7f80deac6ee6ae04d8225458466c776d22
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0073-Enforce-return-address-saving-when-Og-is-spec.patch) = 1395 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0074-fix-PR-target-108876.patch) = 82ed2b6c307abebdedd71956bc2902e4a745dd4af7f660687a8ea8552221a02d
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0074-fix-PR-target-108876.patch) = 4372f5c2b12e09b440386955c12895ff9f90038a9d63212757ef5c9a5529d91b1f314b2431a787ff790cf2bbbd96d6e3e4ca19e797d439e95c210f8f5be74326
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0074-fix-PR-target-108876.patch) = 4529 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0075-Fix-missing-mode-warnings-in-machine-descript.patch) = e2da585fc263abe949dd7f7946888898afe25c02f9653a30ed5d8fb39cfc424e
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0075-Fix-missing-mode-warnings-in-machine-descript.patch) = e756d5aedf1d14f755faa927690f8ce327148f5b878c4e97f9e85c4eca917d30bfbab42986b6136739e37c05d08b66b14f880405cc18c23ec3915c04be3eb9de
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0075-Fix-missing-mode-warnings-in-machine-descript.patch) = 1672 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0076-Eliminate-the-use-of-callee-saved-register-th.patch) = df6ebef6fe1fe00ee7b153f747368beb9dee072b4b139d5a032161b2d9617296
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0076-Eliminate-the-use-of-callee-saved-register-th.patch) = be8b3c6648e969043183bd4355b17011dfe750209a47165b0d6487d9ec383e468bb8e140227f15ad9e5570243f2e27824e0e9395d9f1d096bce59581670057f9
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0076-Eliminate-the-use-of-callee-saved-register-th.patch) = 9108 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0077-Eliminate-unnecessary-general-purpose-reg-reg.patch) = 8a202befd10e9951d91c239c74c84a24e66a44c374ca6113cd1bcb7edf92c903
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0077-Eliminate-unnecessary-general-purpose-reg-reg.patch) = 288796019ea0a6e86cde2d317ef735b05d43eadd7523da2e487ea427530738970ade1ee5da1355359a8ec42632a9ceac9ab937ad1ad034149ccce5f7e16c4349
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-0077-Eliminate-unnecessary-general-purpose-reg-reg.patch) = 4908 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-10.3.0.tar.gz) = fd03da14faab3e913e1a28e13787b7b6619501e7b17fa299b4c45eb3c2395861
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-10.3.0.tar.gz) = 0b18d26f2229e575f905fb8d1cd435b902b93b4525bf6220aa04f1176027715c000e6b2e523b98772549767731d27b7aa4d30cf67ea4b49b10fd6b4429e98d75
+Size (xtensa-lx106-elf-gcc-10.3.0/gcc-xtensa-10.3.0.tar.gz) = 118951782 bytes
+BLAKE2s (xtensa-lx106-elf-gcc-10.3.0/newlib-xtensa-4_0_0-lock-arduino.tar.gz) = cdb02e2bc405a37c3604a02a02475744d1afa981124ca29d9fa658d56bfef998
+SHA512 (xtensa-lx106-elf-gcc-10.3.0/newlib-xtensa-4_0_0-lock-arduino.tar.gz) = 557b0c5f6e96d7d386ecec0ae5e597f590d91d990e57b81c450f5f9870fec2ad0eaa7714a13815ac773391416ab39efc442e4792875db18730c8399fd21f6795
+Size (xtensa-lx106-elf-gcc-10.3.0/newlib-xtensa-4_0_0-lock-arduino.tar.gz) = 21055442 bytes
+SHA1 (patch-gcc_Makefile.in) = 7e05bd2f490aa6e32ce904799dadb8c722844168
+SHA1 (patch-gcc_system.h) = 72a75ff773b9b5f3d2f16f4ec7d29e032aba5f53
+SHA1 (patch-newlib_libc_include_limits.h) = 844d746ba9802071ec60da5f2fb73a2409c9e01a
diff --git a/xtensa-lx106-elf-gcc10/patches/patch-gcc_Makefile.in b/xtensa-lx106-elf-gcc10/patches/patch-gcc_Makefile.in
new file mode 100644
index 0000000000..236913bbcb
--- /dev/null
+++ b/xtensa-lx106-elf-gcc10/patches/patch-gcc_Makefile.in
@@ -0,0 +1,149 @@
+$NetBSD$
+
+Don't install the gcc limits.h; the newlib one is good and has mode defines
+
+--- gcc/Makefile.in.orig	2021-04-08 11:56:48.000000000 +0000
++++ gcc/Makefile.in
+@@ -3031,7 +3031,6 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) 
+ # the time stamp when we regenerate, to prevent pointless rebuilds during
+ # e.g. install-no-fixedincludes.
+ 	-if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
+-	-if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
+ 	for file in .. $(USER_H); do \
+ 	  if [ X$$file != X.. ]; then \
+ 	    realfile=`echo $$file | sed -e 's|.*/\([^/]*\)$$|\1|'`; \
+@@ -3067,27 +3066,6 @@ stmp-int-hdrs: $(STMP_FIXINC) $(USER_H) 
+ 	  cp $(srcdir)/ginclude/stdint-gcc.h include/stdint.h; \
+ 	  chmod a+r include/stdint.h; \
+ 	fi
+-	set -e; for ml in `cat fixinc_list`; do \
+-	  sysroot_headers_suffix=`echo $${ml} | sed -e 's/;.*$$//'`; \
+-	  multi_dir=`echo $${ml} | sed -e 's/^[^;]*;//'`; \
+-	  fix_dir=include-fixed$${multi_dir}; \
+-	  if $(LIMITS_H_TEST) ; then \
+-	    cat $(srcdir)/limitx.h $(srcdir)/glimits.h $(srcdir)/limity.h > tmp-xlimits.h; \
+-	  else \
+-	    cat $(srcdir)/glimits.h > tmp-xlimits.h; \
+-	  fi; \
+-	  $(mkinstalldirs) $${fix_dir}; \
+-	  chmod a+rx $${fix_dir} || true; \
+-	  $(SHELL) $(srcdir)/../move-if-change \
+-	    tmp-xlimits.h  tmp-limits.h; \
+-	  rm -f $${fix_dir}/limits.h; \
+-	  cp -p tmp-limits.h $${fix_dir}/limits.h; \
+-	  chmod a+r $${fix_dir}/limits.h; \
+-	done
+-# Install the README
+-	rm -f include-fixed/README
+-	cp $(srcdir)/../fixincludes/README-fixinc include-fixed/README
+-	chmod a+r include-fixed/README
+ 	$(STAMP) $@
+ 
+ .PHONY: install-gcc-tooldir
+@@ -3145,42 +3123,6 @@ s-fixinc_list : $(GCC_PASSES)
+ stmp-fixinc: gsyslimits.h macro_list fixinc_list \
+   $(build_objdir)/fixincludes/fixincl \
+   $(build_objdir)/fixincludes/fixinc.sh
+-	rm -rf include-fixed; mkdir include-fixed
+-	-chmod a+rx include-fixed
+-	if [ -d ../prev-gcc ]; then \
+-	  cd ../prev-gcc && \
+-	  $(MAKE) real-$(INSTALL_HEADERS_DIR) DESTDIR=`pwd`/../gcc/ \
+-	    libsubdir=. ; \
+-	else \
+-	  set -e; for ml in `cat fixinc_list`; do \
+-	    sysroot_headers_suffix=`echo $${ml} | sed -e 's/;.*$$//'`; \
+-	    multi_dir=`echo $${ml} | sed -e 's/^[^;]*;//'`; \
+-	    fix_dir=include-fixed$${multi_dir}; \
+-	    if ! $(inhibit_libc) && test ! -d ${BUILD_SYSTEM_HEADER_DIR}; then \
+-	      echo The directory that should contain system headers does not exist: >&2 ; \
+-	      echo "  ${BUILD_SYSTEM_HEADER_DIR}" >&2 ; \
+-	      tooldir_sysinc=`echo "${gcc_tooldir}/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
+-	      if test "x${BUILD_SYSTEM_HEADER_DIR}" = "x$${tooldir_sysinc}"; \
+-	      then sleep 1; else exit 1; fi; \
+-	    fi; \
+-	    $(mkinstalldirs) $${fix_dir}; \
+-	    chmod a+rx $${fix_dir} || true; \
+-	    (TARGET_MACHINE='$(target)'; srcdir=`cd $(srcdir); ${PWD_COMMAND}`; \
+-	      SHELL='$(SHELL)'; MACRO_LIST=`${PWD_COMMAND}`/macro_list ; \
+-	      gcc_dir=`${PWD_COMMAND}` ; \
+-	      export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
+-	      cd $(build_objdir)/fixincludes && \
+-	      $(SHELL) ./fixinc.sh "$${gcc_dir}/$${fix_dir}" \
+-	        $(BUILD_SYSTEM_HEADER_DIR) $(OTHER_FIXINCLUDES_DIRS) ); \
+-	    rm -f $${fix_dir}/syslimits.h; \
+-	    if [ -f $${fix_dir}/limits.h ]; then \
+-	      mv $${fix_dir}/limits.h $${fix_dir}/syslimits.h; \
+-	    else \
+-	      cp $(srcdir)/gsyslimits.h $${fix_dir}/syslimits.h; \
+-	    fi; \
+-	    chmod a+r $${fix_dir}/syslimits.h; \
+-	  done; \
+-	fi
+ 	$(STAMP) stmp-fixinc
+ #
+ 
+@@ -3805,20 +3747,6 @@ $(DESTDIR)$(man1dir)/$(LTO_DUMP_INSTALL_
+ 
+ # Install all the header files built in the include subdirectory.
+ install-headers: $(INSTALL_HEADERS_DIR)
+-# Fix symlinks to absolute paths in the installed include directory to
+-# point to the installed directory, not the build directory.
+-# Don't need to use LN_S here since we really do need ln -s and no substitutes.
+-	-files=`cd $(DESTDIR)$(libsubdir)/include-fixed; find . -type l -print 2>/dev/null`; \
+-	if [ $$? -eq 0 ]; then \
+-	  dir=`cd include-fixed; ${PWD_COMMAND}`; \
+-	  for i in $$files; do \
+-	    dest=`ls -ld $(DESTDIR)$(libsubdir)/include-fixed/$$i | sed -n 's/.*-> //p'`; \
+-	    if expr "$$dest" : "$$dir.*" > /dev/null; then \
+-	      rm -f $(DESTDIR)$(libsubdir)/include-fixed/$$i; \
+-	      ln -s `echo $$i | sed "s|/[^/]*|/..|g" | sed 's|/..$$||'``echo "$$dest" | sed "s|$$dir||"` $(DESTDIR)$(libsubdir)/include-fixed/$$i; \
+-	    fi; \
+-	  done; \
+-	fi
+ 
+ # Create or recreate the gcc private include file directory.
+ install-include-dir: installdirs
+@@ -3842,8 +3770,6 @@ install-headers-tar: stmp-int-hdrs insta
+ # output of `cd', but some shells lose on redirection within `()'s
+ 	(cd `${PWD_COMMAND}`/include ; \
+ 	 tar -cf - .; exit 0) | (cd $(DESTDIR)$(libsubdir)/include; tar xpf - )
+-	(cd `${PWD_COMMAND}`/include-fixed ; \
+-	 tar -cf - .; exit 0) | (cd $(DESTDIR)$(libsubdir)/include-fixed; tar xpf - )
+ # /bin/sh on some systems returns the status of the first tar,
+ # and that can lose with GNU tar which always writes a full block.
+ # So use `exit 0' to ignore its exit status.
+@@ -3853,25 +3779,17 @@ install-headers-cpio: stmp-int-hdrs inst
+ # See discussion about the use of `pwd` above
+ 	cd `${PWD_COMMAND}`/include ; \
+ 	find . -print | cpio -pdum $(DESTDIR)$(libsubdir)/include
+-	cd `${PWD_COMMAND}`/include-fixed ; \
+-	find . -print | cpio -pdum $(DESTDIR)$(libsubdir)/include-fixed
+ 
+ # Install the include directory using cp.
+ install-headers-cp: stmp-int-hdrs install-include-dir
+ 	cp -p -r include $(DESTDIR)$(libsubdir)
+-	cp -p -r include-fixed $(DESTDIR)$(libsubdir)
+ 
+ # Targets without dependencies, for use in prev-gcc during bootstrap.
+ real-install-headers-tar:
+-	(cd `${PWD_COMMAND}`/include-fixed ; \
+-	 tar -cf - .; exit 0) | (cd $(DESTDIR)$(libsubdir)/include-fixed; tar xpf - )
+ 
+ real-install-headers-cpio:
+-	cd `${PWD_COMMAND}`/include-fixed ; \
+-	find . -print | cpio -pdum $(DESTDIR)$(libsubdir)/include-fixed
+ 
+ real-install-headers-cp:
+-	cp -p -r include-fixed $(DESTDIR)$(libsubdir)
+ 
+ # Install supporting files for fixincludes to be run later.
+ install-mkheaders: stmp-int-hdrs install-itoolsdirs \
+@@ -3883,7 +3801,6 @@ install-mkheaders: stmp-int-hdrs install
+ 	set -e; for ml in `cat fixinc_list`; do \
+ 	  multi_dir=`echo $${ml} | sed -e 's/^[^;]*;//'`; \
+ 	  $(mkinstalldirs) $(DESTDIR)$(itoolsdatadir)/include$${multi_dir}; \
+-	  $(INSTALL_DATA) include-fixed$${multi_dir}/limits.h $(DESTDIR)$(itoolsdatadir)/include$${multi_dir}/limits.h; \
+ 	done
+ 	$(INSTALL_SCRIPT) $(srcdir)/../mkinstalldirs \
+ 		$(DESTDIR)$(itoolsdir)/mkinstalldirs ; \
diff --git a/xtensa-lx106-elf-gcc10/patches/patch-gcc_system.h b/xtensa-lx106-elf-gcc10/patches/patch-gcc_system.h
new file mode 100644
index 0000000000..29da685990
--- /dev/null
+++ b/xtensa-lx106-elf-gcc10/patches/patch-gcc_system.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-gcc_system.h,v 1.1 2019/09/20 15:20:20 bouyer Exp $
+
+--- gcc/system.h.orig	2015-01-05 12:33:28.000000000 +0000
++++ gcc/system.h
+@@ -44,6 +44,9 @@ along with GCC; see the file COPYING3.  
+ #endif
+ 
+ #include <stdio.h>
++#ifdef __cplusplus
++# include <cstdio>
++#endif
+ 
+ /* Define a generic NULL if one hasn't already been defined.  */
+ #ifndef NULL
diff --git a/xtensa-lx106-elf-gcc10/patches/patch-newlib_libc_include_limits.h b/xtensa-lx106-elf-gcc10/patches/patch-newlib_libc_include_limits.h
new file mode 100644
index 0000000000..ec7af5defc
--- /dev/null
+++ b/xtensa-lx106-elf-gcc10/patches/patch-newlib_libc_include_limits.h
@@ -0,0 +1,23 @@
+$NetBSD: patch-newlib_libc_include_limits.h,v 1.1 2019/09/20 15:20:20 bouyer Exp $
+Don't try to use gcc's limits.h, we're not installing it.
+
+--- newlib/libc/include/limits.h.orig	2019-09-20 12:42:00.178019535 +0200
++++ newlib/libc/include/limits.h	2019-09-20 12:42:51.347562979 +0200
+@@ -16,7 +16,7 @@
+ 
+ /* if do not have #include_next support, then we
+    have to define the limits here. */
+-# if !defined __GNUC__ || __GNUC__ < 2
++# if !defined __GNUC__ || __GNUC__ < 2 || 1
+ 
+ #  ifndef _LIMITS_H
+ #   define _LIMITS_H	1
+@@ -126,7 +126,7 @@
+ 
+ #endif	 /* !_LIBC_LIMITS_H_ */
+ 
+-#if defined __GNUC__ && !defined _GCC_LIMITS_H_
++#if defined __GNUC__ && !defined _GCC_LIMITS_H_ && 0
+ /* `_GCC_LIMITS_H_' is what GCC's file defines.  */
+ # include_next <limits.h>
+ #endif /* __GNUC__ && !_GCC_LIMITS_H_ */


Home | Main Index | Thread Index | Old Index