Index: head/devel/gcc-msp430-ti-toolchain/Makefile =================================================================== --- head/devel/gcc-msp430-ti-toolchain/Makefile (revision 530394) +++ head/devel/gcc-msp430-ti-toolchain/Makefile (revision 530395) @@ -1,175 +1,193 @@ # $FreeBSD$ PORTNAME= gcc-msp430-ti-toolchain -PORTVERSION= ${GCC_VERSION}.${TI_VERSION}.${RELEASE_DATE} -PORTREVISION?= 2 +PORTVERSION= ${TI_VERSION}.${RELEASE_DATE} +#PORTREVISION?= 0 CATEGORIES= devel MASTER_SITES= GCC/releases/gcc-${GCC_REL_VERSION}:gcc \ SOURCEWARE/binutils/releases:binutils \ ftp://sources.redhat.com/pub/:newlib \ GNU/gdb:gdb \ SOURCEWARE/newlib:newlib \ - http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/${TI_VERSION:S/./_/g}/exports/:ti \ - http://www.ti.com/lit/ml/slau591${DOC_VERSION}/:docs + http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/${TI_VERSION_PATCH:S/./_/g}/export/:tipatch \ + http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/${TI_VERSION:S/./_/g}/export/:tisupport \ + http://www.ti.com/lit/ug/slau${DOC_VERSION}/:tidocs DISTFILES= gcc-${GCC_REL_VERSION}.tar.xz:gcc \ binutils-${BINUTILS_VERSION}.tar.bz2:binutils \ - gdb-${GDB_VERSION}.tar.gz:gdb \ + gdb-${GDB_VERSION}.tar.xz:gdb \ newlib-${NEWLIB_VERSION}.tar.gz:newlib \ - msp430-gcc-${PATCHSET_VERSION}_source-patches.tar.bz2:ti \ - msp430-gcc-support-files-${SUPPORT_VERSION}.zip:ti \ - slau591${DOC_VERSION}.pdf:docs + msp430-gcc-${PATCHSET_VERSION}-source-patches.tar.bz2:tipatch \ + msp430-gcc-support-files-${SUPPORT_VERSION}.zip:tisupport \ + slau${DOC_VERSION}.pdf:tidocs EXTRACT_ONLY= gcc-${GCC_REL_VERSION}.tar.xz \ binutils-${BINUTILS_VERSION}.tar.bz2 \ - gdb-${GDB_VERSION}.tar.gz \ + gdb-${GDB_VERSION}.tar.xz \ newlib-${NEWLIB_VERSION}.tar.gz \ - msp430-gcc-${PATCHSET_VERSION}_source-patches.tar.bz2 \ + msp430-gcc-${PATCHSET_VERSION}-source-patches.tar.bz2 \ msp430-gcc-support-files-${SUPPORT_VERSION}.zip MAINTAINER= lev@FreeBSD.org COMMENT= Complete gcc-based toolcahin for TI MSP430 uC -BROKEN= unfetchable - LICENSE= GPLv2 LGPL20 LGPL21 GPLv3 LGPL3 LICENSE_COMB= multi LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libmpc.so:math/mpc \ libisl.so:devel/isl -BROKEN_aarch64= fails to compile: c++: error: unsupported option -print-multi-os-directory -BROKEN_mips= fails to configure: cannot compute suffix of object files -BROKEN_mips64= fails to configure: cannot compute suffix of object files -BROKEN_powerpc64= fails to compile: longlong.h: internal compiler error: Segmentation fault +# Akami tarpitting fetch by user agent +FETCH_BEFORE_ARGS= --user-agent=Wget/1.20.3 USES= bison compiler cpe gmake iconv libtool makeinfo ncurses \ tar:bzip2 USE_CSTD= gnu89 GNU_CONFIGURE= yes -GNU_CONFIGURE_PREFIX= ${PREFIX}/${SUBPREFIX} -TI_VERSION= 5.01.02.00 -GCC_REL_VERSION= 6.4.0 -GCC_VERSION= 6.4.0 -SUPPORT_VERSION= 1.204 +TI_VERSION= 8.3.2.2 +TI_VERSION_PATCH= 8.3.1.0 +GCC_REL_VERSION= 8.3.0 +GCC_VERSION= 8.3.1 +SUPPORT_VERSION= 1.209 BINUTILS_VERSION= 2.26 -GDB_VERSION= 7.11 +GDB_VERSION= 8.1 NEWLIB_VERSION= 2.4.0 -PATCHSET_VERSION= 6.4.0.32 -DOC_VERSION= c -RELEASE_DATE= 2018008 +PATCHSET_VERSION= 8.3.1.25 +DOC_VERSION= 646e +RELEASE_DATE= 20200313 TARGET= msp430-elf CPE_PRODUCT= gcc CPE_VENDOR= gnu CPE_VERSION= ${GCC_REL_VERSION} -SUBPREFIX= ${PORTNAME}-${TI_VERSION} - PATCH_WRKSRC= ${WRKDIR} -MANPREFIX= ${GNU_CONFIGURE_PREFIX} -DOCSDIR= ${GNU_CONFIGURE_PREFIX}/docs +MANPREFIX= ${PREFIX}/${PORTNAME}-${TI_VERSION} +DOCSDIR= ${PREFIX}/${PORTNAME}-${TI_VERSION}/docs PLIST_SUB+= TARGET=${TARGET} GCC_VERSION=${GCC_VERSION} \ TI_VERSION=${TI_VERSION} DOC_VERSION=${DOC_VERSION} -DIST_PATCH_ARGS=--forward --force --quiet --remove-empty-files --strip=1 +DIST_PATCH_ARGS=--forward --force --quiet --remove-empty-files --strip=0 UNNEEDED_HOST_FILES= lib/lib${TARGET}-sim.a UNNEEDED_HOST_DIRS= lib/gcc/${TARGET}/${GCC_VERSION}/plugin/include/ada \ lib/gcc/${TARGET}/${GCC_VERSION}/plugin/include/java \ lib/gcc/${TARGET}/${GCC_VERSION}/plugin/include/objc \ include info man share -GCC_DIRS_FROM_BINUTILS= bfd binutils gas gprof ld opcodes +BUILD_DIR= ${WRKDIR}/build +INTERIM_WORLD= ${WRKDIR}/install +INTERIM_PREFIX= ${INTERIM_WORLD}/${PORTNAME}-${TI_VERSION} + +MAKE_ENV= PATH="${PATH}:${INTERIM_PREFIX}/bin" +CONFIGURE_ENV= PATH="${PATH}:${INTERIM_PREFIX}/bin" + GCC_DIRS_FROM_NEWLIB= libgloss newlib +CONFIGURE_ARGS_COMMON= --prefix=${INTERIM_PREFIX} \ + --target=msp430-elf \ + --enable-languages=c,c++ \ + --disable-nls \ + --enable-initfini-array + pre-patch: @${ECHO_MSG} "===> Apply distribution patches..." @${ECHO_MSG} "====> Patch gcc" @cd ${WRKDIR}/gcc-${GCC_REL_VERSION} && \ - ${PATCH} ${DIST_PATCH_ARGS} < ${WRKDIR}/msp430-gcc-${PATCHSET_VERSION}_source-patches/gcc-${GCC_REL_VERSION:S/./_/g}-release.diff - # binutils patch contains chunks for files not included into distirbution - @${ECHO_MSG} "====> Patch binutils (ignore error message, please)" - -@cd ${WRKDIR}/binutils-${BINUTILS_VERSION} && \ + ${PATCH} ${DIST_PATCH_ARGS} < ${WRKDIR}/msp430-gcc-${PATCHSET_VERSION}-source-patches/gcc-${GCC_REL_VERSION:S/./_/g}-release.patch + @${ECHO_MSG} "====> Patch binutils" + @cd ${WRKDIR}/binutils-${BINUTILS_VERSION} && \ ${MKDIR} sim/testsuite/sim/msp430 && \ - ${PATCH} ${DIST_PATCH_ARGS} < ${WRKDIR}/msp430-gcc-${PATCHSET_VERSION}_source-patches/binutils-${BINUTILS_VERSION:S/./_/g}.diff > /dev/null 2>&1 - # gdb patch contains chunks for files not included into distirbution - @${ECHO_MSG} "====> Patch gdb (ignore error message, please)" - -@cd ${WRKDIR}/gdb-${GDB_VERSION} && \ + ${PATCH} ${DIST_PATCH_ARGS} < ${WRKDIR}/msp430-gcc-${PATCHSET_VERSION}-source-patches/binutils-${BINUTILS_VERSION:S/./_/g}.patch + @${ECHO_MSG} "====> Patch gdb" + @cd ${WRKDIR}/gdb-${GDB_VERSION} && \ ${MKDIR} gas/config ld/emultempl && \ - ${PATCH} ${DIST_PATCH_ARGS} < ${WRKDIR}/msp430-gcc-${PATCHSET_VERSION}_source-patches/gdb-${GDB_VERSION}-release.diff > /dev/null 2>&1 + ${PATCH} ${DIST_PATCH_ARGS} < ${WRKDIR}/msp430-gcc-${PATCHSET_VERSION}-source-patches/gdb-${GDB_VERSION}-release.patch @${ECHO_MSG} "====> Patch newlib" @cd ${WRKDIR}/newlib-${NEWLIB_VERSION} && \ - ${PATCH} ${DIST_PATCH_ARGS} < ${WRKDIR}/msp430-gcc-${PATCHSET_VERSION}_source-patches/newlib-${NEWLIB_VERSION:S/./_/g}.diff + ${PATCH} ${DIST_PATCH_ARGS} < ${WRKDIR}/msp430-gcc-${PATCHSET_VERSION}-source-patches/newlib-${NEWLIB_VERSION:S/./_/g}.patch -pre-configure: -.for _DIR in ${GCC_DIRS_FROM_BINUTILS} - @${LN} -fns ${WRKDIR}/binutils-${BINUTILS_VERSION}/${_DIR} ${WRKDIR}/gcc-${GCC_REL_VERSION}/${_DIR} -.endfor +do-configure: .for _DIR in ${GCC_DIRS_FROM_NEWLIB} @${LN} -fns ${WRKDIR}/newlib-${NEWLIB_VERSION}/${_DIR} ${WRKDIR}/gcc-${GCC_REL_VERSION}/${_DIR} .endfor - @${MKDIR} ${WRKDIR}/build/gcc ${WRKDIR}/build/gdb + @${RM} -r ${BUILD_DIR} + @${MKDIR} ${BUILD_DIR} + @${RM} -r ${INTERIM_PREFIX} + @${MKDIR} ${INTERIM_PREFIX} -do-configure: - @cd ${WRKDIR}/build/gcc && \ - ${MAKE_ENV} ${CONFIGURE_ENV} ${WRKDIR}/gcc-${GCC_REL_VERSION}/configure \ - --prefix=${PREFIX}/${SUBPREFIX} \ - --target=msp430-elf \ - --enable-languages=c,c++ \ - --disable-nls \ - --enable-target-optspace \ - --enable-newlib-nano-formatted-io \ - --with-gmp=${PREFIX} \ - --with-mprf=${PREFIX} \ - --with-mpc=${PREFIX} \ - --with-isl=${PREFIX} \ - --with-pkgversion="FreeBSD Ports Collection" \ - --with-system-zlib - @cd ${WRKDIR}/build/gdb && \ - ${MAKE_ENV} ${CONFIGURE_ENV} ${WRKDIR}/gdb-${GDB_VERSION}/configure \ - --prefix=${PREFIX}/${SUBPREFIX} \ - --target=msp430-elf \ - --enable-languages=c,c++ \ - ${ICONV_CONFIGURE_ARG} \ - --disable-nls \ - --disable-binutils \ - --disable-gas \ - --disable-ld \ - --disable-gprof \ - --disable-etc \ - --with-pkgversion="FreeBSD Ports Collection" - do-build: - @cd ${WRKDIR}/build/gcc && \ - ${DO_MAKE_BUILD} - @cd ${WRKDIR}/build/gdb && \ - ${DO_MAKE_BUILD} +# Build & install binutils + ${MKDIR} ${BUILD_DIR}/binutils + @cd ${BUILD_DIR}/binutils && \ + ${MAKE_ENV} ${CONFIGURE_ENV} ${WRKDIR}/binutils-${BINUTILS_VERSION}/configure \ + ${CONFIGURE_ARGS_COMMON} \ + --disable-sim \ + --disable-gdb \ + --disable-werror \ + --with-pkgversion="FreeBSD Ports Collection" \ + --with-system-zlib + @cd ${BUILD_DIR}/binutils && \ + ${DO_MAKE_BUILD} + @cd ${BUILD_DIR}/binutils && \ + ${SETENV} ${MAKE_ENV} ${FAKEROOT} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install DESTDIR='' +# Build & install gcc & newlib + @${MKDIR} ${BUILD_DIR}/gcc + @cd ${BUILD_DIR}/gcc && \ + ${MAKE_ENV} ${CONFIGURE_ENV} ${WRKDIR}/gcc-${GCC_REL_VERSION}/configure \ + ${CONFIGURE_ARGS_COMMON} \ + --enable-target-optspace \ + --enable-newlib-nano-formatted-io \ + --with-gmp=${PREFIX} \ + --with-mprf=${PREFIX} \ + --with-mpc=${PREFIX} \ + --with-isl=${PREFIX} \ + --with-pkgversion="FreeBSD Ports Collection" \ + --with-system-zlib + @cd ${BUILD_DIR}/gcc && \ + ${DO_MAKE_BUILD} + @cd ${BUILD_DIR}/gcc && \ + ${SETENV} ${MAKE_ENV} ${FAKEROOT} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install DESTDIR='' +# Build & install gdb + @${MKDIR} ${BUILD_DIR}/gdb + @cd ${BUILD_DIR}/gdb && \ + ${MAKE_ENV} ${CONFIGURE_ENV} ${WRKDIR}/gdb-${GDB_VERSION}/configure \ + ${CONFIGURE_ARGS_COMMON} \ + --disable-binutils \ + --disable-gas \ + --disable-ld \ + --disable-gprof \ + --disable-etc \ + --without-mpfr \ + --without-lzma \ + --with-python=no \ + --with-pkgversion="FreeBSD Ports Collection" \ + --with-system-zlib + @cd ${BUILD_DIR}/gdb && \ + ${DO_MAKE_BUILD} + @cd ${BUILD_DIR}/gdb && \ + ${SETENV} ${MAKE_ENV} ${FAKEROOT} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install DESTDIR='' do-install: - @cd ${WRKDIR}/build/gcc && \ - ${SETENV} ${MAKE_ENV} ${FAKEROOT} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install - @cd ${WRKDIR}/build/gdb && \ - ${SETENV} ${MAKE_ENV} ${FAKEROOT} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install - + @${TAR} -cf - -C ${INTERIM_WORLD} ${PORTNAME}-${TI_VERSION} | ${TAR} -xf - -C ${STAGEDIR}${PREFIX} @${ECHO_MSG} "Remove unneeded host files..." @for f in ${UNNEEDED_HOST_FILES} ; do \ - ${RM} "${STAGEDIR}${GNU_CONFIGURE_PREFIX}/$$f" ; \ + ${RM} "${STAGEDIR}${PREFIX}/$$f" ; \ done @for f in ${UNNEEDED_HOST_DIRS} ; do \ - ${RM} -r "${STAGEDIR}${GNU_CONFIGURE_PREFIX}/$$f" ; \ + ${RM} -r "${STAGEDIR}${PREFIX}/$$f" ; \ done @${ECHO_MSG} "Install devices' headers and linker scripts..." - @${MKDIR} ${STAGEDIR}${GNU_CONFIGURE_PREFIX}/include + @${MKDIR} ${STAGEDIR}${PREFIX}/include cd ${WRKDIR}/msp430-gcc-support-files && \ ${TAR} cf - . | \ - ${TAR} xf - -C ${STAGEDIR}${GNU_CONFIGURE_PREFIX} + ${TAR} xf - -C ${STAGEDIR}${PREFIX}/${PORTNAME}-${TI_VERSION} @${ECHO_MSG} "Install minimal documentation..." @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau591${DOC_VERSION}.pdf \ - ${STAGEDIR}${DOCSDIR}/slau591c.pdf - ${INSTALL_DATA} ${FILESDIR}/watchdog.txt ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/slau${DOC_VERSION}.pdf \ + ${STAGEDIR}${DOCSDIR}/slau${DOC_VERSION}.pdf + ${INSTALL_DATA} ${FILESDIR}/watchdog.txt ${STAGEDIR}${DOCSDIR}/watchdog.txt .include Index: head/devel/gcc-msp430-ti-toolchain/distinfo =================================================================== --- head/devel/gcc-msp430-ti-toolchain/distinfo (revision 530394) +++ head/devel/gcc-msp430-ti-toolchain/distinfo (revision 530395) @@ -1,15 +1,15 @@ -TIMESTAMP = 1521644330 -SHA256 (gcc-6.4.0.tar.xz) = 850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4 -SIZE (gcc-6.4.0.tar.xz) = 76156220 +TIMESTAMP = 1585846575 +SHA256 (gcc-8.3.0.tar.xz) = 64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c +SIZE (gcc-8.3.0.tar.xz) = 63694700 SHA256 (binutils-2.26.tar.bz2) = c2ace41809542f5237afc7e3b8f32bb92bc7bc53c6232a84463c423b0714ecd9 SIZE (binutils-2.26.tar.bz2) = 25543552 -SHA256 (gdb-7.11.tar.gz) = 9382f5534aa0754169e1e09b5f1a3b77d1fa8c59c1e57617e06af37cb29c669a -SIZE (gdb-7.11.tar.gz) = 35215975 +SHA256 (gdb-8.1.tar.xz) = af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34 +SIZE (gdb-8.1.tar.xz) = 20095080 SHA256 (newlib-2.4.0.tar.gz) = 545b3d235e350d2c61491df8b9f775b1b972f191380db8f52ec0b1c829c52706 SIZE (newlib-2.4.0.tar.gz) = 17574364 -SHA256 (msp430-gcc-6.4.0.32_source-patches.tar.bz2) = 86cdb63e289044ddd1b88e4abf125cd137639dfd6b7cd4e674b94ac3c88828af -SIZE (msp430-gcc-6.4.0.32_source-patches.tar.bz2) = 39465 -SHA256 (msp430-gcc-support-files-1.204.zip) = 401630dbaad23db17ad2edfba31a16f4a1fd1588e131140b5ca3a416b7534e11 -SIZE (msp430-gcc-support-files-1.204.zip) = 21631764 -SHA256 (slau591c.pdf) = 250554606c61bea6a3ceabe7c16bb01f5722509dc1cb74c1b6666551b23ffd2f -SIZE (slau591c.pdf) = 44202 +SHA256 (msp430-gcc-8.3.1.25-source-patches.tar.bz2) = a100f09f45c27f2c272718c5f3a90c00e3039fa6560ccc054ad5449d470054fa +SIZE (msp430-gcc-8.3.1.25-source-patches.tar.bz2) = 353168 +SHA256 (msp430-gcc-support-files-1.209.zip) = 30ca61e52edd025ec755ab8665c887782613a228ad0875bb24dbe38d68a435a4 +SIZE (msp430-gcc-support-files-1.209.zip) = 22277612 +SHA256 (slau646e.pdf) = c69972a0b1337aa141b10d014e62571bf2b204a42380686f97be4a8be3cca9b0 +SIZE (slau646e.pdf) = 1397163 Index: head/devel/gcc-msp430-ti-toolchain/files/patch-binutils_bfd_elflink.c =================================================================== --- head/devel/gcc-msp430-ti-toolchain/files/patch-binutils_bfd_elflink.c (revision 530394) +++ head/devel/gcc-msp430-ti-toolchain/files/patch-binutils_bfd_elflink.c (nonexistent) @@ -1,20 +0,0 @@ ---- binutils-2.26/bfd/elflink.c.orig 2018-01-25 17:15:39.513265000 +0300 -+++ binutils-2.26/bfd/elflink.c 2018-01-25 17:16:03.663426000 +0300 -@@ -5058,7 +5058,7 @@ - len = strlen (name); - copy = (char *) bfd_alloc (abfd, len); - if (copy == NULL) -- return (struct elf_link_hash_entry *) 0 - 1; -+ return (struct elf_link_hash_entry *)(intptr_t)-1; - - first = p - name + 1; - memcpy (copy, name, first); -@@ -5156,7 +5156,7 @@ - } - - h = archive_symbol_lookup (abfd, info, symdef->name); -- if (h == (struct elf_link_hash_entry *) 0 - 1) -+ if (h == (struct elf_link_hash_entry *)(intptr_t)-1) - goto error_return; - - if (h == NULL) Property changes on: head/devel/gcc-msp430-ti-toolchain/files/patch-binutils_bfd_elflink.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/gcc-msp430-ti-toolchain/pkg-plist =================================================================== --- head/devel/gcc-msp430-ti-toolchain/pkg-plist (revision 530394) +++ head/devel/gcc-msp430-ti-toolchain/pkg-plist (revision 530395) @@ -1,3365 +1,3772 @@ gcc-msp430-ti-toolchain-%%TI_VERSION%%/Revisions_Header.txt gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-addr2line gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-ar gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-as gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-c++ gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-c++filt gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-cpp gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-elfedit gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-g++ gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gcc gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gcc-%%GCC_VERSION%% gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gcc-ar gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gcc-nm gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gcc-ranlib gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gcov gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gcov-dump gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gcov-tool gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gdb gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-gprof gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-ld.bfd gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-nm gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-objcopy gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-objdump gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-ranlib gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-readelf gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-run gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-size gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-strings gcc-msp430-ti-toolchain-%%TI_VERSION%%/bin/%%TARGET%%-strip -gcc-msp430-ti-toolchain-%%TI_VERSION%%/docs/slau591%%DOC_VERSION%%.pdf -gcc-msp430-ti-toolchain-%%TI_VERSION%%/docs/watchdog.txt -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/charset.alias -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/crtbegin.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/crtend.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libgcc.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libgcov.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libmul_16.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libmul_32.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libmul_f5.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libmul_none.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/crtbegin.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/crtend.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include-fixed/README -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/float.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/iso646.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/ssp/ssp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/ssp/stdio.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/ssp/string.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/ssp/unistd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdalign.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdarg.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdatomic.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdbool.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stddef.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdfix.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdint-gcc.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdint.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdnoreturn.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/tgmath.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/unwind.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/varargs.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/fixinc_list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/gsyslimits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/include/README -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/include/limits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/macro_list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders.conf -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/crtbegin.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/crtend.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libgcc.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libgcov.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libmul_16.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libmul_32.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libmul_f5.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libmul_none.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libgcc.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libgcov.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libmul_16.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libmul_32.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libmul_f5.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libmul_none.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/gtype.state -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/addresses.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/alias.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/all-tree.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/alloc-pool.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ansidecl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/asan.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/attribs.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/auto-host.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/auto-profile.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/b-header-vars -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/backend.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/basic-block.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/bitmap.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-attrs.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-types.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/bversion.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-objc.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pragma.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pretty-print.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-tree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/calls.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ccmp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfg-flags.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfg.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfganal.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgbuild.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgcleanup.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgexpand.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfghooks.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloop.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloopmanip.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgrtl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cgraph.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/chkp-builtins.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cif-code.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cilk-builtins.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cilk.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cilkplus.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/collect-utils.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/collect2-aix.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/collect2.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/conditions.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/dbxelf.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/elfos.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/initfini-array.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/msp430/msp430-opts.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/msp430/msp430-protos.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/msp430/msp430.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/newlib-stdint.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/configargs.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/context.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/convert.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/coretypes.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/coverage.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cxx-pretty-print.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/name-lookup.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/type-utils.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cppbuiltin.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cppdefault.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cpplib.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cselib.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/data-streamer.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dbxout.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dce.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ddg.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/debug.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/defaults.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/df.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dfp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-color.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-core.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dojump.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dominance.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/domwalk.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/double-int.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dumpfile.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2asm.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2out.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/emit-rtl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/errors.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/et-forest.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/except.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/explow.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/expmed.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/expr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/fibonacci_heap.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/file-find.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/filenames.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/fixed-value.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/flag-types.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/flags.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const-call.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/function.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-plugin.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-rich-location.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-symtab.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcc.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-counter.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-io.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcse-common.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcse.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/generic-match.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gengtype.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/genrtl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gensupport.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ggc-internal.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ggc.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-builder.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-expr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-fold.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-low.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-match.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-predict.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-pretty-print.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-streamer.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-walk.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify-me.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/glimits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/graph.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/graphds.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/graphite.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gsstruct.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gstab.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gsyms.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gsyslimits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gtm-builtins.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gtype-desc.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hard-reg-set.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map-traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-set.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-table.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hashtab.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/highlev-plugin-common.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hooks.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks-def.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hsa-brig-format.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hsa.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hw-doloop.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hwint.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ifcvt.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/inchash.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/incpath.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/input.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-addr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-codes.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-constants.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-flags.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-modes.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-notes.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/intl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-chkp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf-gimple.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-inline.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-prop.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-ref.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-reference.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-utils.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ira-int.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ira.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/is-a.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks-def.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lcm.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/libfuncs.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/libiberty.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/limitx.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/limity.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/line-map.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/loop-unroll.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lower-subreg.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lra-int.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lra.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lto-compress.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lto-section-names.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lto-streamer.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/md5.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/mem-stats-traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/mem-stats.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/memory-block.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/mode-classes.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/obstack.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/omp-builtins.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/omp-low.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-libfuncs.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-query.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-tree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/options.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/opts-diagnostic.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/opts.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/output.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params-enum.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params-list.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params.list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/pass-instances.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/pass_manager.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/passes.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-api.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-version.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/predict.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/predict.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/prefix.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/pretty-print.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/print-rtl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/print-tree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/profile.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/read-md.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/real.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/realmpfr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/recog.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/reg-notes.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/regcprop.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/regrename.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/regs.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/regset.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/reload.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/resource.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-chkp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-error.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-iter.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhash.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhooks-def.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/safe-ctype.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sanitizer.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sbitmap.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sched-int.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sdbout.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-dump.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-ir.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sese.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/shrink-wrap.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/signop.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sparseset.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/spellcheck.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/splay-tree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sreal.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ssa-iterators.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ssa.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/stab.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/statistics.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/stmt.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/stor-layout.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/streamer-hooks.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/stringpool.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/symbol-summary.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/symtab.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sync-builtins.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/system.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target-def.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target-globals.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target-hooks-macros.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target-insns.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/targhooks.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tm-preds.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tm.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tm_p.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/toplev.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tracer.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/trans-mem.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-affine.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfg.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfgcleanup.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-check.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-chkp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-chrec.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-core.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-data-ref.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dfa.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-diagnostic.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dump.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-eh.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hash-traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hasher.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-inline.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-into-ssa.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-nested.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-object-size.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-outof-ssa.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-parloops.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pass.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-phinodes.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pretty-print.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-scalar-evolution.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-address.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-alias.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-coalesce.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dom.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-live.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-ivopts.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-manip.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-niter.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-operands.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-propagate.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-sccvn.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-scopedtables.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ter.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadbackward.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadedge.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadupdate.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssanames.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-stdarg.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-streamer.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-vectorizer.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/treestruct.def -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tsan.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tsystem.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/typeclass.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/typed-splay-tree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ubsan.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/valtrack.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/value-prof.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/varasm.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/vec.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/version.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/vmsdbg.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/vtable-verify.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int-print.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/xcoff.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/xcoffout.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/libcc1plugin.so -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/libcc1plugin.so.0 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/libcc1plugin.so.0.0.0 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/libcc1.so -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/libcc1.so.0 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/libcc1.so.0.0.0 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/cc1 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/cc1plus -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/collect2 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/fixinc.sh -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/fixincl -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/mkinstalldirs -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/liblto_plugin.so -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0.0.0 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/lto-wrapper -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/lto1 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/gengtype -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/ar -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/as -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/ld -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/ld.bfd -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/nm -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/objcopy -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/objdump -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/ranlib -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/readelf -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/strip -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/_ansi.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/_newlib_version.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/_syslist.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/alloca.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/ar.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/argz.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/assert.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/atomic_word.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/basic_file.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/c++allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/c++config.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/c++io.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/c++locale.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/cpu_defines.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/ctype_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/ctype_inline.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/cxxabi_tweaks.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/error_constants.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/extc++.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/gthr-default.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/gthr-posix.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/gthr-single.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/gthr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/messages_members.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/opt_random.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/os_defines.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/stdc++.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/stdtr1c++.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/time_members.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/ext/opt_random.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/atomic_word.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/basic_file.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/c++allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/c++config.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/c++io.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/c++locale.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/cpu_defines.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/ctype_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/ctype_inline.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/cxxabi_tweaks.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/error_constants.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/extc++.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/gthr-default.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/gthr-posix.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/gthr-single.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/gthr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/messages_members.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/opt_random.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/os_defines.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/stdc++.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/stdtr1c++.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/time_members.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/ext/opt_random.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/atomic_word.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/basic_file.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/c++allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/c++config.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/c++io.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/c++locale.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/cpu_defines.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/ctype_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/ctype_inline.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/cxxabi_tweaks.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/error_constants.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/extc++.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/gthr-default.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/gthr-posix.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/gthr-single.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/gthr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/messages_members.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/opt_random.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/os_defines.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/stdc++.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/stdtr1c++.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/time_members.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/ext/opt_random.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/algorithm -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/array -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/atomic -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/auto_ptr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/backward_warning.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/binders.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/hash_fun.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/hash_map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/hash_set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/hashtable.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/strstream -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/algorithmfwd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/alloc_traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/allocated_ptr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/atomic_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/atomic_futex.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/atomic_lockfree_defines.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_ios.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_ios.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_string.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_string.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/boost_concept_check.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/c++0x_warning.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/c++14_warning.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/char_traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/codecvt.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/concept_check.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/cpp_type_traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/cxxabi_forced.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/deque.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/enable_special_members.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/exception_defines.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/exception_ptr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/forward_list.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/forward_list.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/fstream.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/functexcept.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/functional_hash.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/gslice.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/gslice_array.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/hash_bytes.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/hashtable.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/hashtable_policy.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/indirect_array.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/ios_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/istream.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/list.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_classes.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_classes.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_conv.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets_nonio.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets_nonio.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/localefwd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/mask_array.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/memoryfwd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/move.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/nested_exception.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/ostream.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/ostream_insert.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/parse_numbers.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/postypes.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/predefined_ops.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/ptr_traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/quoted_string.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/random.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/random.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/range_access.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_automaton.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_automaton.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_compiler.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_compiler.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_constants.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_error.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_executor.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_executor.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_scanner.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_scanner.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/shared_ptr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/shared_ptr_atomic.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/shared_ptr_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/slice_array.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/specfun.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/sstream.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/std_mutex.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_algo.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_algobase.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_bvector.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_construct.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_deque.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_function.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_heap.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_iterator_base_funcs.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_iterator_base_types.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_list.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_map.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_multimap.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_multiset.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_numeric.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_pair.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_queue.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_raw_storage_iter.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_relops.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_set.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_stack.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_tempbuf.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_tree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_uninitialized.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_vector.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stream_iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/streambuf.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/streambuf_iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stringfwd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/uniform_int_dist.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/unique_ptr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/unordered_map.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/unordered_set.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/uses_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/valarray_after.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/valarray_array.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/valarray_array.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/valarray_before.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/vector.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bitset -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cassert -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ccomplex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cctype -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cerrno -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cfenv -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cfloat -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/chrono -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cinttypes -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ciso646 -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/climits -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/clocale -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cmath -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/codecvt -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/complex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/complex.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/condition_variable -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/csetjmp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/csignal -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdalign -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdarg -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdbool -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstddef -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdint -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdio -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdlib -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstring -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ctgmath -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ctime -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cuchar -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cwchar -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cwctype -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cxxabi.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/array -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/assertions.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/bitset -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/debug.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/deque -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/formatter.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/forward_list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/functions.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/helper_functions.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/macros.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/map.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/multimap.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/multiset.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_container.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_iterator.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_local_iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_local_iterator.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_sequence.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_sequence.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_unordered_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_unordered_container.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_unordered_container.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/set.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/stl_iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/string -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/unordered_map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/unordered_set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/vector -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/decimal/decimal -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/decimal/decimal.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/deque -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/exception -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/algorithm -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/any -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/array -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/bits/erase_if.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/bits/lfts_config.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/bits/shared_ptr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/bits/string_view.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/chrono -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/deque -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/forward_list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/functional -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/iterator -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/memory -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/memory_resource -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/numeric -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/optional -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/propagate_const -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/random -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/ratio -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/regex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/string -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/string_view -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/system_error -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/tuple -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/type_traits -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/unordered_map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/unordered_set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/utility -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/vector -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/algorithm -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/aligned_buffer.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/alloc_traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/array_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/atomicity.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/bitmap_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/cast.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/cmath -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/codecvt_specializations.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/concurrence.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/debug_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/enc_filebuf.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/extptr_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/functional -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/hash_map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/hash_set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/iterator -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/malloc_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/memory -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/mt_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/new_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/numeric -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/numeric_traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/assoc_container.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/traits.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/const_iterator.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/entry_pred.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/resize_policy.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/branch_policy/branch_policy.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/branch_policy/traits.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cond_dealtor.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/container_base_dispatch.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/debug_map_base.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/eq_fn/eq_by_less.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/lu_map_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/traits.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/traits.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/priority_queue_base_dispatch.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/node.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/traits.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/node.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/traits.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/standard_policies.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/tree_trace_base.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/type_utils.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/types_traits.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/unordered_iterator/iterator.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/exception.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/hash_policy.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/list_update_policy.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/priority_queue.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/tag_and_trait.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/tree_policy.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/trie_policy.hpp -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pod_char_traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pointer.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pool_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/random -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/random.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/rb_tree -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/rc_string_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/rope -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/ropeimpl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/slist -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/sso_string_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/stdio_filebuf.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/stdio_sync_filebuf.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/string_conversions.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/throw_allocator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/type_traits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/typelist.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/vstring.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/vstring.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/vstring_fwd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/vstring_util.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/fenv.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/forward_list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/fstream -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/functional -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/future -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/initializer_list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/iomanip -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ios -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/iosfwd -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/iostream -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/istream -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/iterator -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/limits -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/locale -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/math.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/memory -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/mutex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/new -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/numeric -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ostream -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/algo.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/algobase.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/algorithm -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/algorithmfwd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/balanced_quicksort.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/basic_iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/checkers.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/compatibility.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/compiletime_settings.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/equally_split.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/features.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/find.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/find_selectors.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/for_each.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/for_each_selectors.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/iterator.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/list_partition.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/losertree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/merge.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/multiseq_selection.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/multiway_merge.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/multiway_mergesort.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/numeric -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/numericfwd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/omp_loop.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/omp_loop_static.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/par_loop.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/parallel.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/partial_sum.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/partition.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/queue.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/quicksort.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/random_number.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/random_shuffle.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/search.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/set_operations.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/settings.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/sort.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/tags.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/types.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/unique_copy.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/workstealing.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/array -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/bitset -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/deque -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/forward_list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_algos.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_container_size.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_hash_func.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_hashtable_size.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_list_to_slist.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_list_to_vector.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_map_to_unordered_map.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_node.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_state.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_trace.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_vector_size.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_vector_to_list.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/iterator_tracker.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/list -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/map.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/multimap.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/multiset.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/ordered_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/set.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/unordered_base.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/unordered_map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/unordered_set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/vector -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/queue -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/random -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ratio -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/regex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/scoped_allocator -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/shared_mutex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/sstream -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/stack -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/stdexcept -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/stdlib.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/streambuf -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/string -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/system_error -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tgmath.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/thread -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/array -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/bessel_function.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/beta_function.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ccomplex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cctype -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cfenv -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cfloat -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cinttypes -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/climits -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cmath -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/complex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/complex.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdarg -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdbool -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdint -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdio -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdlib -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ctgmath -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ctime -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ctype.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cwchar -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cwctype -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ell_integral.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/exp_integral.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/fenv.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/float.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/functional -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/functional_hash.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/gamma.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/hashtable.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/hashtable_policy.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/hypergeometric.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/inttypes.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/legendre_function.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/limits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/math.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/memory -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/modified_bessel_func.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/poly_hermite.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/poly_laguerre.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/random -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/random.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/random.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/regex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/riemann_zeta.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/shared_ptr.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/special_function_util.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdarg.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdbool.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdint.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdio.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdlib.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/tgmath.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/tuple -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/type_traits -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/unordered_map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/unordered_map.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/unordered_set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/unordered_set.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/utility -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/wchar.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/wctype.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/bool_set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/bool_set.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/dynamic_bitset -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/dynamic_bitset.tcc -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/ratio -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/type_traits -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tuple -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/type_traits -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/typeindex -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/typeinfo -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/unordered_map -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/unordered_set -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/utility -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/valarray -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/vector -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/complex.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/ctype.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/dirent.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/envlock.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/envz.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/errno.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/fastmath.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/fcntl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/fnmatch.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/getopt.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/glob.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/grp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/iconv.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/ieeefp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/inttypes.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/langinfo.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/libgen.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/limits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/locale.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/_arc4random.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/_default_types.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/_types.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/ansi.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/endian.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/fastmath.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/ieeefp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/malloc.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/param.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/setjmp-dj.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/setjmp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/stdlib.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/termios.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/time.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/types.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/malloc.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/math.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/newlib.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/paths.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/pthread.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/pwd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/reent.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/regdef.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/regex.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sched.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/search.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/setjmp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/signal.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/spawn.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdatomic.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdint.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdio.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdio_ext.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdlib.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/string.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/strings.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_default_fcntl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_intsup.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_sigset.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_stdint.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_timespec.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_timeval.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_types.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/cdefs.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/config.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/custom_file.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/dir.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/dirent.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/errno.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/fcntl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/features.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/file.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/iconvnls.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/lock.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/param.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/queue.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/reent.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/resource.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/sched.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/select.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/signal.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/stat.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/stdio.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/string.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/syslimits.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/time.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/timeb.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/times.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/timespec.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/tree.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/types.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/unistd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/utime.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/wait.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/tar.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/termios.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/tgmath.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/threads.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/time.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/unctrl.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/unistd.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/utime.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/utmp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/wchar.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/wctype.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/wordexp.h -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/crt0-minrt.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/crt0.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/crtn-minrt.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/crtn.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/gcrt0.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/intr_vectors.ld -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libc.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libcrt.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libg.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libm.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libnosys.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libsim.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libssp.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libssp_nonshared.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libstdc++.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libstdc++.a-gdb.py -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libsupc++.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/msp430-sim.ld -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/msp430xl-sim.ld -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/crt0-minrt.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/crt0.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/crtn-minrt.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/crtn.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/gcrt0.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/intr_vectors.ld -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/crt0-minrt.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/crt0.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/crtn-minrt.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/crtn.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/gcrt0.o -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/intr_vectors.ld -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libc.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libcrt.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libg.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libm.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libnosys.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libsim.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libssp.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libssp_nonshared.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libstdc++.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libstdc++.a-gdb.py -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libsupc++.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/msp430-sim.ld -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/msp430xl-sim.ld -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.x -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.xbn -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.xn -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.xr -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.xu -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.x -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.xbn -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.xn -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.xr -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.xu -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libc.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libcrt.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libg.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libm.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libnosys.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libsim.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libssp.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libssp_nonshared.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libstdc++.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libstdc++.a-gdb.py -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libsupc++.a -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/msp430-sim.ld -gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/msp430xl-sim.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5123.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5123.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5123_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5125.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5125.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5125_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5133.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5133.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5133_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5135.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5135.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5135_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5137.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5137.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5137_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5143.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5143.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5143_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5145.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5145.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5145_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5147.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5147.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f5147_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6125.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6125.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6125_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6126.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6126.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6126_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6127.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6127.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6127_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6135.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6135.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6135_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6137.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6137.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6137_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6143.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6143.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6143_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6145.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6145.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6145_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6147.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6147.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430f6147_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430x513x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430x612x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/cc430x613x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/devices.csv +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/gdb/jit-reader.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/in430.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/iomacros.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/legacy.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe221.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe221.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe221_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe222.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe222.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe222_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe223.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe223.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe223_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe231.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe231.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe231_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe232.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe232.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe232_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe233.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe233.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe233_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe251.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe251.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe251_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe252.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe252.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe252_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe253.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe253.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430afe253_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430bt5190.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430bt5190.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430bt5190_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c091.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c091.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c091_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c092.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c092.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c092_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c111.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c111.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1111.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1111.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1111_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c111_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c112.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c112.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1121.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1121.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1121_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c112_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1331.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1331.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1331_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1351.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1351.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c1351_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c311s.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c311s.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c311s_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c312.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c312.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c312_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c313.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c313.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c313_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c314.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c314.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c314_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c315.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c315.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c315_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c323.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c323.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c323_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c325.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c325.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c325_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c336.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c336.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c336_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c337.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c337.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c337_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c412.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c412.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c412_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c413.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c413.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430c413_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4616.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4616.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4616_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4617.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4617.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4617_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4618.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4618.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4618_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4619.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4619.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430cg4619_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e112.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e112.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e112_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e313.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e313.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e313_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e315.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e315.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e315_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e325.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e325.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e325_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e337.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e337.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430e337_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f110.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f110.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1101.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1101.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1101_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1101a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1101a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1101a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f110_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1111.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1111.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1111_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1111a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1111a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1111a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f112.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f112.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1121.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1121.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1121_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1121a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1121a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1121a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1122.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1122.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1122_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f112_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1132.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1132.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1132_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f122.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f122.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1222.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1222.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1222_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f122_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f123.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f123.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1232.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1232.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1232_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f123_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f133.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f133.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f133_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f135.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f135.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f135_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f147.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f147.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1471.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1471.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1471_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f147_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f148.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f148.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1481.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1481.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1481_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f148_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f149.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f149.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1491.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1491.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1491_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f149_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f155.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f155.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f155_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f156.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f156.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f156_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f157.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f157.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f157_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1610.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1610.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1610_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1611.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1611.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1611_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1612.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1612.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f1612_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f167.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f167.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f167_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f168.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f168.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f168_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f169.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f169.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f169_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2001.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2001.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2001_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2002.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2002.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2002_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2003.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2003.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2003_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2011.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2011.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2011_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2012.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2012.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2012_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2013.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2013.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2013_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2101.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2101.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2101_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2111.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2111.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2111_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2112.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2112.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2112_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2121.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2121.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2121_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2122.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2122.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2122_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2131.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2131.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2131_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2132.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2132.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2132_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2232.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2232.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2232_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2234.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2234.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2234_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2252.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2252.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2252_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2254.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2254.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2254_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2272.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2272.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2272_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2274.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2274.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2274_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f233.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f233.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2330.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2330.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2330_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f233_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f235.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f235.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2350.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2350.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2350_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f235_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2370.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2370.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2370_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2410.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2410.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2410_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2416.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2416.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2416_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2417.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2417.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2417_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2418.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2418.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2418_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2419.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2419.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2419_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f247.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f247.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2471.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2471.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2471_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f247_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f248.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f248.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2481.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2481.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2481_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f248_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f249.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f249.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2491.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2491.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2491_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f249_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2616.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2616.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2616_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2617.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2617.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2617_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2618.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2618.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2618_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2619.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2619.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f2619_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f412.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f412.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f412_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f413.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f413.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4132.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4132.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4132_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f413_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f415.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f415.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4152.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4152.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4152_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f415_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f417.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f417.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f417_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f423.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f423.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f423_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f423a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f423a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f423a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f425.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f425.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4250.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4250.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4250_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f425_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f425a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f425a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f425a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4260.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4260.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4260_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f427.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f427.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4270.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4270.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4270_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f427_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f427a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f427a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f427a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f435.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f435.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4351.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4351.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4351_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f435_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f436.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f436.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4361.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4361.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4361_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f436_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f437.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f437.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4371.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4371.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4371_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f437_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f438.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f438.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f438_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f439.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f439.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f439_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f447.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f447.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f447_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f448.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f448.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4481.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4481.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4481_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f448_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f449.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f449.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4491.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4491.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4491_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f449_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4616.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4616.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46161.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46161.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46161_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4616_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4617.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4617.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46171.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46171.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46171_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4617_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4618.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4618.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46181.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46181.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46181_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4618_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4619.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4619.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46191.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46191.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f46191_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4619_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47126.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47126.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47126_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47127.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47127.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47127_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47163.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47163.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47163_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47166.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47166.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47166_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47167.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47167.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47167_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47173.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47173.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47173_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47176.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47176.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47176_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47177.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47177.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47177_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47183.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47183.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47183_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47186.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47186.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47186_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47187.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47187.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47187_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47193.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47193.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47193_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47196.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47196.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47196_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47197.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47197.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f47197_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f477.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f477.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f477_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f478.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f478.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4783.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4783.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4783_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4784.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4784.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4784_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f478_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f479.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f479.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4793.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4793.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4793_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4794.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4794.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f4794_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f479_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5131.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5131.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5131_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5132.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5132.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5132_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5151.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5151.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5151_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5152.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5152.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5152_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5171.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5171.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5171_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5172.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5172.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5172_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5212.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5212.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5212_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5213.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5213.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5213_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5214.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5214.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5214_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5217.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5217.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5217_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5218.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5218.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5218_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5219.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5219.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5219_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5222.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5222.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5222_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5223.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5223.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5223_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5224.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5224.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5224_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5227.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5227.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5227_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5228.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5228.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5228_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5229.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5229.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5229_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5232.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5232.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5232_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5234.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5234.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5234_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5237.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5237.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5237_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5239.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5239.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5239_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5242.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5242.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5242_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5244.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5244.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5244_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5247.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5247.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5247_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5249.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5249.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5249_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5252.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5252.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5252_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5253.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5253.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5253_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5254.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5254.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5254_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5255.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5255.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5255_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5256.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5256.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5256_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5257.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5257.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5257_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5258.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5258.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5258_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5259.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5259.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5259_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5304.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5304.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5304_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5308.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5308.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5308_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5309.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5309.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5309_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5310.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5310.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5310_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5324.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5324.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5324_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5325.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5325.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5325_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5326.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5326.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5326_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5327.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5327.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5327_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5328.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5328.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5328_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5329.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5329.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5329_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5333.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5333.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5333_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5335.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5335.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5335_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5336.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5336.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5336_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5338.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5338.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5338_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5340.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5340.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5340_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5341.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5341.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5341_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5342.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5342.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5342_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5358.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5358.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5358_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5359.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5359.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5359_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5418.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5418.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5418_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5418a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5418a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5418a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5419.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5419.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5419_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5419a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5419a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5419a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5435.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5435.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5435_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5435a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5435a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5435a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5436.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5436.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5436_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5436a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5436a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5436a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5437.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5437.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5437_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5437a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5437a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5437a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5438.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5438.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5438_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5438a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5438a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5438a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5500.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5500.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5500_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5501.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5501.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5501_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5502.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5502.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5502_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5503.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5503.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5503_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5504.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5504.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5504_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5505.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5505.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5505_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5506.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5506.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5506_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5507.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5507.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5507_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5508.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5508.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5508_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5509.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5509.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5509_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5510.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5510.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5510_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5513.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5513.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5513_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5514.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5514.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5514_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5515.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5515.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5515_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5517.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5517.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5517_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5519.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5519.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5519_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5521.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5521.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5521_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5522.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5522.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5522_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5524.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5524.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5524_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5525.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5525.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5525_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5526.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5526.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5526_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5527.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5527.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5527_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5528.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5528.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5528_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5529.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5529.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5529_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5630.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5630.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5630_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5631.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5631.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5631_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5632.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5632.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5632_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5633.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5633.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5633_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5634.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5634.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5634_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5635.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5635.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5635_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5636.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5636.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5636_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5637.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5637.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5637_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5638.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5638.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5638_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5658.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5658.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5658_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5659.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5659.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5659_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5xx_6xxgeneric.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5xx_6xxgeneric.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f5xx_6xxgeneric_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6433.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6433.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6433_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6435.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6435.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6435_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6436.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6436.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6436_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6438.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6438.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6438_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6458.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6458.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6458_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6459.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6459.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6459_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6630.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6630.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6630_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6631.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6631.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6631_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6632.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6632.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6632_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6633.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6633.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6633_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6634.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6634.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6634_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6635.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6635.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6635_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6636.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6636.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6636_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6637.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6637.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6637_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6638.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6638.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6638_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6658.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6658.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6658_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6659.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6659.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6659_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6720.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6720.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6720_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6720a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6720a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6720a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6721.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6721.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6721_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6721a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6721a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6721a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6723.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6723.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6723_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6723a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6723a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6723a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6724.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6724.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6724_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6724a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6724a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6724a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6725.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6725.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6725_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6725a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6725a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6725a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6726.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6726.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6726_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6726a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6726a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6726a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6730.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6730.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6730_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6730a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6730a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6730a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6731.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6731.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6731_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6731a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6731a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6731a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6733.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6733.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6733_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6733a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6733a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6733a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6734.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6734.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6734_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6734a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6734a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6734a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6735.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6735.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6735_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6735a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6735a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6735a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6736.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6736.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6736_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6736a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6736a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6736a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6745.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6745.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67451.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67451.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67451_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67451a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67451a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67451a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6745_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6745a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6745a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6745a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6746.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6746.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67461.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67461.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67461_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67461a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67461a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67461a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6746_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6746a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6746a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6746a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6747.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6747.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67471.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67471.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67471_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67471a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67471a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67471a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6747_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6747a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6747a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6747a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6748.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6748.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67481.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67481.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67481_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67481a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67481a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67481a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6748_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6748a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6748a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6748a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6749.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6749.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67491.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67491.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67491_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67491a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67491a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67491a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6749_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6749a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6749a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6749a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67621.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67621.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67621_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67621a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67621a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67621a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67641.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67641.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67641_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67641a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67641a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67641a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6765.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6765.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67651.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67651.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67651_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67651a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67651a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67651a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6765_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6765a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6765a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6765a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6766.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6766.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67661.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67661.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67661_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67661a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67661a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67661a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6766_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6766a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6766a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6766a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6767.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6767.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67671.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67671.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67671_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67671a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67671a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67671a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6767_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6767a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6767a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6767a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6768.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6768.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67681.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67681.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67681_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67681a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67681a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67681a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6768_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6768a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6768a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6768a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6769.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6769.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67691.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67691.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67691_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67691a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67691a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67691a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6769_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6769a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6769a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6769a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6775.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6775.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67751.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67751.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67751_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67751a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67751a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67751a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6775_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6775a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6775a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6775a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6776.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6776.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67761.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67761.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67761_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67761a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67761a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67761a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6776_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6776a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6776a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6776a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6777.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6777.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67771.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67771.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67771_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67771a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67771a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67771a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6777_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6777a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6777a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6777a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6778.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6778.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67781.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67781.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67781_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67781a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67781a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67781a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6778_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6778a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6778a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6778a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6779.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6779.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67791.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67791.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67791_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67791a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67791a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f67791a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6779_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6779a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6779a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430f6779a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe423.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe423.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4232.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4232.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4232_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe423_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe423a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe423a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe423a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4242.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4242.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4242_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe425.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe425.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4252.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4252.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4252_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe425_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe425a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe425a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe425a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe427.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe427.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4272.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4272.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe4272_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe427_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe427a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe427a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fe427a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4250.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4250.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4250_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4260.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4260.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4260_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4270.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4270.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4270_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg437.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg437.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg437_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg438.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg438.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg438_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg439.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg439.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg439_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4616.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4616.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4616_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4617.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4617.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4617_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4618.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4618.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4618_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4619.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4619.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg4619_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg477.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg477.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg477_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg478.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg478.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg478_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg479.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg479.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg479_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6425.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6425.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6425_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6426.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6426.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6426_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6625.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6625.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6625_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6626.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6626.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fg6626_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2000.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2000.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2000_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2032.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2032.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2032_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2033.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2033.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2033_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2100.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2100.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2100_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2110.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2110.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2110_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2111.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2111.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2111_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2153.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2153.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2153_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2155.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2155.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2155_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2310.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2310.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2310_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2311.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2311.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2311_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2353.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2353.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2353_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2355.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2355.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2355_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2422.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2422.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2422_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2433.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2433.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2433_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2475.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2475.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2475_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2476.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2476.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2476_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2512.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2512.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2512_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2522.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2522.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2522_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2532.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2532.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2532_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2533.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2533.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2533_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2632.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2632.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2632_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2633.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2633.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2633_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2672.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2672.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2672_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2673.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2673.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2673_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2675.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2675.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2675_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2676.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2676.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2676_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2xx_4xxgeneric.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2xx_4xxgeneric.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr2xx_4xxgeneric_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr4131.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr4131.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr4131_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr4132.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr4132.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr4132_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr4133.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr4133.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr4133_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5041.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5041.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5041_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5043.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5043.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr50431.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr50431.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr50431_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5043_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5720.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5720.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5720_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5721.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5721.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5721_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5722.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5722.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5722_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5723.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5723.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5723_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5724.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5724.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5724_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5725.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5725.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5725_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5726.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5726.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5726_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5727.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5727.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5727_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5728.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5728.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5728_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5729.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5729.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5729_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5730.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5730.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5730_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5731.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5731.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5731_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5732.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5732.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5732_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5733.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5733.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5733_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5734.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5734.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5734_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5735.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5735.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5735_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5736.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5736.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5736_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5737.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5737.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5737_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5738.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5738.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5738_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5739.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5739.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5739_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr57xxgeneric.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr57xxgeneric.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr57xxgeneric_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5847.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5847.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58471.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58471.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58471_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5847_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5848.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5848.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5848_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5849.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5849.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5849_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5857.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5857.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5857_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5858.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5858.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5858_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5859.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5859.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5859_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5867.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5867.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58671.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58671.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58671_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5867_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5868.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5868.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5868_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5869.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5869.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5869_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5870.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5870.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5870_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5872.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5872.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58721.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58721.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58721_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5872_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5887.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5887.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5887_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5888.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5888.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5888_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5889.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5889.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58891.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58891.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr58891_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5889_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5922.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5922.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59221.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59221.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59221_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5922_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5947.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5947.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59471.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59471.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59471_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5947_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5948.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5948.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5948_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5949.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5949.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5949_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5957.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5957.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5957_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5958.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5958.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5958_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5959.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5959.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5959_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5962.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5962.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5962_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5964.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5964.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5964_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5967.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5967.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5967_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5968.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5968.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5968_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5969.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5969.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59691.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59691.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59691_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5969_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5970.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5970.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5970_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5972.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5972.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59721.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59721.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59721_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5972_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5986.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5986.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5986_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5987.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5987.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5987_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5988.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5988.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5988_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5989.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5989.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59891.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59891.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59891_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5989_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5992.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5992.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5992_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5994.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5994.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59941.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59941.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr59941_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5994_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5xx_6xxgeneric.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5xx_6xxgeneric.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr5xx_6xxgeneric_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6005.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6005.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6005_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6007.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6007.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6007_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6035.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6035.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6035_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6037.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6037.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr60371.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr60371.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr60371_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6037_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6041.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6041.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6041_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6043.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6043.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr60431.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr60431.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr60431_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6043_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6045.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6045.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6045_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6047.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6047.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr60471.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr60471.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr60471_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6047_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6820.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6820.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6820_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6822.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6822.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68221.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68221.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68221_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6822_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6870.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6870.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6870_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6872.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6872.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68721.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68721.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68721_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6872_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6877.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6877.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6877_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6879.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6879.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68791.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68791.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68791_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6879_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6887.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6887.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6887_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6888.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6888.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6888_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6889.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6889.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68891.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68891.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr68891_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6889_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6920.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6920.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6920_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6922.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6922.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69221.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69221.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69221_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6922_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6927.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6927.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69271.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69271.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69271_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6927_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6928.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6928.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6928_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6970.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6970.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6970_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6972.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6972.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69721.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69721.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69721_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6972_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6977.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6977.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6977_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6979.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6979.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69791.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69791.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69791_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6979_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6987.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6987.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6987_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6988.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6988.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6988_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6989.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6989.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69891.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69891.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr69891_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fr6989_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw423.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw423.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw423_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw425.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw425.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw425_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw427.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw427.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw427_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw428.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw428.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw428_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw429.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw429.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430fw429_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2001.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2001.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2001_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2101.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2101.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2101_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2102.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2102.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2102_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2111.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2111.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2111_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2112.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2112.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2112_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2113.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2113.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2113_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2121.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2121.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2121_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2131.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2131.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2131_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2132.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2132.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2132_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2152.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2152.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2152_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2153.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2153.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2153_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2201.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2201.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2201_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2202.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2202.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2202_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2203.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2203.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2203_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2210.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2210.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2210_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2211.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2211.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2211_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2212.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2212.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2212_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2213.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2213.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2213_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2221.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2221.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2221_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2230.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2230.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2230_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2231.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2231.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2231_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2232.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2232.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2232_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2233.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2233.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2233_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2252.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2252.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2252_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2253.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2253.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2253_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2302.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2302.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2302_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2303.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2303.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2303_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2312.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2312.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2312_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2313.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2313.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2313_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2332.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2332.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2332_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2333.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2333.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2333_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2352.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2352.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2352_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2353.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2353.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2353_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2402.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2402.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2402_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2403.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2403.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2403_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2412.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2412.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2412_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2413.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2413.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2413_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2432.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2432.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2432_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2433.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2433.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2433_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2444.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2444.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2444_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2452.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2452.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2452_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2453.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2453.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2453_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2513.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2513.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2513_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2533.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2533.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2533_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2544.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2544.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2544_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2553.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2553.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2553_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2744.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2744.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2744_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2755.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2755.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2755_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2855.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2855.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2855_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2955.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2955.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430g2955_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2020.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2020.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2020_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2021.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2021.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2021_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2030.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2030.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2030_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2031.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2031.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2031_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2040.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2040.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2040_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2041.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2041.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2041_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2xxgeneric.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2xxgeneric.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430i2xxgeneric_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430l092.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430l092.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430l092_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p112.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p112.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p112_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p313.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p313.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p313_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p315.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p315.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p315_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p315s.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p315s.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p315s_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p325.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p325.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p325_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p337.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p337.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430p337_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430sl5438a.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430sl5438a.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430sl5438a_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430tch5e.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430tch5e.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430tch5e_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x09x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x11x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x11x1.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x11x2.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x12x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x12x2.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x13x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x13x1.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x14x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x14x1.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x15x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x16x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x20x1.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x20x2.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x20x3.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x21x1.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x21x2.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x22x2.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x22x4.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x23x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x23x0.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x241x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x24x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x24x1.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x26x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x31x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x32x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x33x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x415.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x417.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x41x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x41x2.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x42x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x42x0.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x43x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x43x1.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x44x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x44x1.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x461x1.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x46x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x471x3.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x471x6.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x471x7.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x47x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x47x3.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x47x4.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x54x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x54xa.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x551x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430x552x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xe42x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xe42x2.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xe42xa.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xg42x0.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xg43x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xg46x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xg47x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xgeneric.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xgeneric.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xgeneric_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/msp430xw42x.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430f5144.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430f5144.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430f5144_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430f5155.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430f5155.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430f5155_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430f5175.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430f5175.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430f5175_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl152h.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl152h.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl152h_rom.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl152h_rom.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl152h_rom_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl152h_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl153h.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl153h.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl153h_rom.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl153h_rom.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl153h_rom_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl153h_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl154h.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl154h.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl154h_rom.h gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl154h_rom.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl154h_rom_symbols.ld gcc-msp430-ti-toolchain-%%TI_VERSION%%/include/rf430frl154h_symbols.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/charset.alias +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/crtbegin.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/crtbegin_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/crtend.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/crtend_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/crtbegin.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/crtbegin_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/crtend.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/crtend_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/libgcc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/libgcov.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/libmul_16.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/libmul_32.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/libmul_f5.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/exceptions/libmul_none.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libgcc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libgcov.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libmul_16.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libmul_32.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libmul_f5.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/430/libmul_none.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/crtbegin.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/crtbegin_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/crtend.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/crtend_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/crtbegin.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/crtbegin_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/crtend.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/crtend_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/libgcc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/libgcov.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/libmul_16.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/libmul_32.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/libmul_f5.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/exceptions/libmul_none.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include-fixed/README +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/float.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/gcov.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/iso646.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/ssp/ssp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/ssp/stdio.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/ssp/string.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/ssp/unistd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdalign.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdarg.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdatomic.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdbool.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stddef.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdfix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdint-gcc.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdint.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/stdnoreturn.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/tgmath.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/unwind.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/include/varargs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/fixinc_list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/gsyslimits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/include/README +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/include/limits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/macro_list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders.conf +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/crtbegin.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/crtbegin_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/crtend.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/crtend_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/crtbegin.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/crtbegin_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/crtend.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/crtend_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/libgcc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/libgcov.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/libmul_16.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/libmul_32.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/libmul_f5.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/exceptions/libmul_none.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/crtbegin.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/crtbegin_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/crtend.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/crtend_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/crtbegin.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/crtbegin_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/crtend.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/crtend_no_eh.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/libgcc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/libgcov.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/libmul_16.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/libmul_32.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/libmul_f5.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/exceptions/libmul_none.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/libgcc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/libgcov.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/libmul_16.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/libmul_32.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/libmul_f5.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/full-memory-range/libmul_none.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libgcc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libgcov.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libmul_16.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libmul_32.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libmul_f5.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/large/libmul_none.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libgcc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libgcov.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libmul_16.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libmul_32.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libmul_f5.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/libmul_none.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/gtype.state +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ada/gcc-interface/ada-tree.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/addresses.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/alias.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/all-tree.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/alloc-pool.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ansidecl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/asan.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/attribs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/auto-host.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/auto-profile.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/b-header-vars +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/backend.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/basic-block.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/bitmap.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/brig-builtins.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-attrs.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-types.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/bversion.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-objc.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pragma.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pretty-print.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/c-tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/calls.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ccmp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfg-flags.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfg.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfganal.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgbuild.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgcleanup.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgexpand.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfghooks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloop.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloopmanip.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cfgrtl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cgraph.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/chkp-builtins.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cif-code.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/collect-utils.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/collect2-aix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/collect2.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/color-macros.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/conditions.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/dbxelf.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/elfos.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/initfini-array.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/msp430/msp430-opts.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/msp430/msp430-protos.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/msp430/msp430.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/config/newlib-stdint.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/configargs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/context.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/convert.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/coretypes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/coverage.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cxx-pretty-print.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/name-lookup.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/operators.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cp/type-utils.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cppbuiltin.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cppdefault.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cpplib.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/cselib.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/data-streamer.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dbxout.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dce.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ddg.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/debug.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/defaults.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/df.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dfp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-color.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-core.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dojump.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dominance.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/domwalk.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/double-int.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dumpfile.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2asm.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2out.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/edit-context.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/emit-rtl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/errors.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/et-forest.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/except.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/explow.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/expmed.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/expr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/fibonacci_heap.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/file-find.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/file-prefix-map.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/filenames.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/fixed-value.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/flag-types.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/flags.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const-call.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/function.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-plugin.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-rich-location.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-symtab.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcc.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-counter.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-io.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcse-common.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gcse.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/generic-match.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gengtype.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/genrtl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gensupport.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ggc-internal.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ggc.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-builder.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-expr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-fold.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-low.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-match.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-predict.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-pretty-print.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa-evrp-analyze.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa-warn-restrict.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-streamer.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-walk.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify-me.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/glimits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/graph.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/graphds.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/graphite.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gsstruct.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gstab.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gsyms.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gsyslimits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gtm-builtins.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/gtype-desc.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hard-reg-set.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map-traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-set.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-table.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hash-traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hashtab.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/highlev-plugin-common.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hooks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks-def.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hsa-brig-format.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hsa-builtins.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hsa-common.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hw-doloop.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/hwint.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ifcvt.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/inchash.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/incpath.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/input.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-addr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-codes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-flags.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-modes-inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-modes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/insn-notes.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/int-vector-builder.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/intl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-chkp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-fnsummary.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf-gimple.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-param-manipulation.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-predicate.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-prop.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-ref.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-reference.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-utils.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ira-int.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ira.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/is-a.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks-def.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lcm.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/libfuncs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/libiberty.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/limitx.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/limity.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/line-map.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/loop-unroll.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lower-subreg.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lra-int.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lra.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lto-compress.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lto-section-names.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/lto-streamer.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/md5.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/mem-stats-traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/mem-stats.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/memmodel.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/memory-block.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/mode-classes.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/objc/objc-tree.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/obstack.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/omp-builtins.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/omp-expand.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/omp-general.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/omp-grid.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/omp-low.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/omp-offload.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/omp-simd-clone.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-libfuncs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-query.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs-tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/options.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/opts-diagnostic.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/opts.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/output.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params-enum.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params-list.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params-options.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/params.list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/pass-instances.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/pass_manager.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/passes.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-api.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-version.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/poly-int-types.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/poly-int.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/predict.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/predict.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/prefix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/pretty-print.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/print-rtl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/print-tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/profile-count.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/profile.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/read-md.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/read-rtl-function.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/real.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/realmpfr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/recog.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/reg-notes.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/regcprop.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/regrename.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/regs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/regset.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/reload.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/resource.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-chkp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-error.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-iter.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhash.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhooks-def.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/rtx-vector-builder.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/run-rtl-passes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/safe-ctype.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sanitizer.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sbitmap.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sched-int.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-dump.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-ir.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/selftest-diagnostic.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/selftest-rtl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/selftest.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sese.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/shrink-wrap.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/signop.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sparseset.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/spellcheck-tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/spellcheck.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/splay-tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sreal.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ssa-iterators.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ssa.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/stab.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/statistics.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/stmt.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/stor-layout.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/streamer-hooks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/stringpool.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/substring-locations.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/symbol-summary.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/symtab.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/sync-builtins.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/system.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target-def.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target-globals.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target-hooks-macros.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target-insns.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/target.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/targhooks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tm-preds.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tm.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tm_p.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/toplev.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tracer.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/trans-mem.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-affine.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfg.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfgcleanup.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-check.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-chkp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-chrec.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-core.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-data-ref.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dfa.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-diagnostic.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dump.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-eh.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hash-traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hasher.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-if-conv.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-into-ssa.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-nested.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-object-size.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-outof-ssa.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-parloops.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pass.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-phinodes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pretty-print.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-scalar-evolution.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-address.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-alias.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ccp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-coalesce.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dce.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dom.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-live.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-ivopts.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-manip.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-niter.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-operands.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-propagate.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-sccvn.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-scopedtables.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-strlen.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ter.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadedge.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadupdate.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssanames.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-stdarg.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-streamer.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-vector-builder.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-vectorizer.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree-vrp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/treestruct.def +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tsan.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/tsystem.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/typeclass.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/typed-splay-tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/ubsan.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/valtrack.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/value-prof.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/varasm.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/vec-perm-indices.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/vec.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/vector-builder.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/version.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/vmsdbg.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/vr-values.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/vtable-verify.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int-bitmask.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int-print.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/xcoff.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/include/xcoffout.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/libcc1plugin.so +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/libcc1plugin.so.0 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/libcc1plugin.so.0.0.0 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/libcp1plugin.so +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/libcp1plugin.so.0 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/libcp1plugin.so.0.0.0 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/libcc1.so +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/libcc1.so.0 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/libcc1.so.0.0.0 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/lib/lib%%TARGET%%-sim.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/cc1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/cc1plus +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/collect2 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/fixinc.sh +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/fixincl +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/install-tools/mkinstalldirs +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/liblto_plugin.so +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0.0.0 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/lto-wrapper +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/lto1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/libexec/gcc/%%TARGET%%/%%GCC_VERSION%%/plugin/gengtype +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/ar +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/as +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/ld.bfd +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/nm +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/objcopy +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/objdump +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/ranlib +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/readelf +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/bin/strip +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/_ansi.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/_newlib_version.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/_syslist.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/alloca.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/ar.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/argz.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/assert.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/algorithm +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/any +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/array +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/atomic +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/auto_ptr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/backward_warning.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/binders.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/hash_fun.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/hash_map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/hash_set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/hashtable.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/backward/strstream +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/algorithmfwd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/alloc_traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/allocated_ptr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/atomic_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/atomic_futex.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/atomic_lockfree_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_ios.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_ios.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_string.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/basic_string.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/boost_concept_check.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/c++0x_warning.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/char_traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/codecvt.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/concept_check.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/cpp_type_traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/cxxabi_forced.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/cxxabi_init_exception.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/deque.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/enable_special_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/exception.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/exception_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/exception_ptr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/forward_list.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/forward_list.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/fs_dir.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/fs_fwd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/fs_ops.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/fs_path.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/fstream.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/functexcept.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/functional_hash.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/gslice.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/gslice_array.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/hash_bytes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/hashtable.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/hashtable_policy.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/indirect_array.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/invoke.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/ios_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/istream.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/list.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_classes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_classes.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_conv.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets_nonio.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/locale_facets_nonio.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/localefwd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/mask_array.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/memoryfwd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/move.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/nested_exception.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/node_handle.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/ostream.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/ostream_insert.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/parse_numbers.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/postypes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/predefined_ops.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/ptr_traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/quoted_string.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/random.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/range_access.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/refwrap.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_automaton.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_automaton.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_compiler.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_compiler.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_error.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_executor.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_executor.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_scanner.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/regex_scanner.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/shared_ptr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/shared_ptr_atomic.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/shared_ptr_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/slice_array.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/specfun.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/sstream.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/std_abs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/std_function.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/std_mutex.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_algo.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_algobase.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_bvector.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_construct.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_deque.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_function.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_heap.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_iterator_base_funcs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_iterator_base_types.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_list.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_map.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_multimap.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_multiset.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_numeric.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_pair.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_queue.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_raw_storage_iter.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_relops.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_set.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_stack.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_tempbuf.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_uninitialized.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stl_vector.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stream_iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/streambuf.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/streambuf_iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/string_view.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/stringfwd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/uniform_int_dist.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/unique_ptr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/unordered_map.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/unordered_set.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/uses_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/valarray_after.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/valarray_array.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/valarray_array.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/valarray_before.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bits/vector.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/bitset +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cassert +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ccomplex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cctype +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cerrno +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cfenv +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cfloat +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/charconv +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/chrono +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cinttypes +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ciso646 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/climits +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/clocale +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cmath +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/codecvt +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/complex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/complex.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/condition_variable +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/csetjmp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/csignal +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdalign +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdarg +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdbool +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstddef +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdint +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdio +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstdlib +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cstring +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ctgmath +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ctime +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cuchar +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cwchar +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cwctype +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/cxxabi.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/array +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/assertions.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/bitset +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/debug.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/deque +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/formatter.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/forward_list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/functions.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/helper_functions.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/macros.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/map.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/multimap.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/multiset.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_container.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_iterator.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_local_iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_local_iterator.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_sequence.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_sequence.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_unordered_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_unordered_container.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/safe_unordered_container.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/set.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/stl_iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/string +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/unordered_map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/unordered_set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/debug/vector +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/decimal/decimal +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/decimal/decimal.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/deque +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/exception +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/algorithm +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/any +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/array +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/bits/erase_if.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/bits/lfts_config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/bits/shared_ptr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/bits/string_view.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/chrono +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/deque +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/forward_list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/functional +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/iterator +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/memory +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/memory_resource +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/numeric +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/optional +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/propagate_const +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/random +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/ratio +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/regex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/source_location +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/string +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/string_view +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/system_error +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/tuple +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/type_traits +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/unordered_map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/unordered_set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/utility +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/experimental/vector +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/algorithm +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/aligned_buffer.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/alloc_traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/array_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/atomicity.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/bitmap_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/cast.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/cmath +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/codecvt_specializations.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/concurrence.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/debug_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/enc_filebuf.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/extptr_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/functional +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/hash_map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/hash_set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/iterator +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/malloc_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/memory +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/mt_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/new_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/numeric +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/numeric_traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/assoc_container.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/bin_search_tree_/traits.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/const_iterator.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/entry_pred.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/resize_policy.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/branch_policy/branch_policy.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/branch_policy/traits.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/cond_dealtor.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/container_base_dispatch.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/debug_map_base.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/eq_fn/eq_by_less.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/lu_map_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/ov_tree_map_/traits.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/traits.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/priority_queue_base_dispatch.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/node.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rb_tree_map_/traits.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/node.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/splay_tree_/traits.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/standard_policies.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/tree_trace_base.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/type_utils.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/types_traits.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/unordered_iterator/iterator.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/exception.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/hash_policy.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/list_update_policy.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/priority_queue.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/tag_and_trait.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/tree_policy.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pb_ds/trie_policy.hpp +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pod_char_traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pointer.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/pool_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/random +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/random.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/rb_tree +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/rc_string_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/rope +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/ropeimpl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/slist +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/sso_string_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/stdio_filebuf.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/stdio_sync_filebuf.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/string_conversions.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/throw_allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/type_traits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/typelist.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/vstring.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/vstring.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/vstring_fwd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ext/vstring_util.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/fenv.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/filesystem +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/forward_list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/fstream +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/functional +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/future +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/initializer_list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/iomanip +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ios +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/iosfwd +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/iostream +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/istream +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/iterator +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/limits +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/locale +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/math.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/memory +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/atomic_word.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/basic_file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/c++allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/c++config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/c++io.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/c++locale.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/cpu_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/ctype_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/ctype_inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/cxxabi_tweaks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/error_constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/extc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/gthr-default.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/gthr-posix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/gthr-single.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/gthr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/messages_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/os_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/stdc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/stdtr1c++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/bits/time_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/atomic_word.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/basic_file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/c++allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/c++config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/c++io.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/c++locale.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/cpu_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/ctype_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/ctype_inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/cxxabi_tweaks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/error_constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/extc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/gthr-default.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/gthr-posix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/gthr-single.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/gthr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/messages_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/os_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/stdc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/stdtr1c++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/bits/time_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/exceptions/ext/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/430/ext/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/atomic_word.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/basic_file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/c++allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/c++config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/c++io.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/c++locale.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/cpu_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/ctype_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/ctype_inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/cxxabi_tweaks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/error_constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/extc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/gthr-default.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/gthr-posix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/gthr-single.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/gthr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/messages_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/os_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/stdc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/stdtr1c++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/bits/time_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/atomic_word.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/basic_file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/c++allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/c++config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/c++io.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/c++locale.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/cpu_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/ctype_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/ctype_inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/cxxabi_tweaks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/error_constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/extc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/gthr-default.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/gthr-posix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/gthr-single.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/gthr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/messages_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/os_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/stdc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/stdtr1c++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/bits/time_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/exceptions/ext/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/ext/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/atomic_word.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/basic_file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/c++allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/c++config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/c++io.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/c++locale.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/cpu_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/ctype_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/ctype_inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/cxxabi_tweaks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/error_constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/extc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/gthr-default.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/gthr-posix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/gthr-single.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/gthr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/messages_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/os_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/stdc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/stdtr1c++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/bits/time_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/atomic_word.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/basic_file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/c++allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/c++config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/c++io.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/c++locale.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/cpu_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/ctype_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/ctype_inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/cxxabi_tweaks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/error_constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/extc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/gthr-default.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/gthr-posix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/gthr-single.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/gthr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/messages_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/os_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/stdc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/stdtr1c++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/bits/time_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/exceptions/ext/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/ext/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/atomic_word.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/basic_file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/c++allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/c++config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/c++io.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/c++locale.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/cpu_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/ctype_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/ctype_inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/cxxabi_tweaks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/error_constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/extc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/gthr-default.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/gthr-posix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/gthr-single.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/gthr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/messages_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/os_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/stdc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/stdtr1c++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/bits/time_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/atomic_word.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/basic_file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/c++allocator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/c++config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/c++io.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/c++locale.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/cpu_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/ctype_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/ctype_inline.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/cxxabi_tweaks.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/error_constants.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/extc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/gthr-default.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/gthr-posix.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/gthr-single.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/gthr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/messages_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/os_defines.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/stdc++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/stdtr1c++.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/bits/time_members.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/exceptions/ext/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/%%TARGET%%/large/full-memory-range/ext/opt_random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/mutex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/new +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/numeric +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/optional +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ostream +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/algo.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/algobase.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/algorithm +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/algorithmfwd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/balanced_quicksort.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/basic_iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/checkers.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/compatibility.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/compiletime_settings.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/equally_split.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/features.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/find.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/find_selectors.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/for_each.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/for_each_selectors.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/iterator.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/list_partition.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/losertree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/merge.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/multiseq_selection.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/multiway_merge.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/multiway_mergesort.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/numeric +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/numericfwd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/omp_loop.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/omp_loop_static.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/par_loop.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/parallel.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/partial_sum.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/partition.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/queue.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/quicksort.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/random_number.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/random_shuffle.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/search.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/set_operations.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/settings.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/sort.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/tags.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/types.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/unique_copy.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/parallel/workstealing.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/array +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/bitset +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/deque +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/forward_list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_algos.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_container_size.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_hash_func.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_hashtable_size.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_list_to_slist.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_list_to_vector.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_map_to_unordered_map.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_node.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_state.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_trace.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_vector_size.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/impl/profiler_vector_to_list.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/iterator_tracker.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/list +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/map.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/multimap.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/multiset.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/ordered_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/set.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/unordered_base.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/unordered_map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/unordered_set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/profile/vector +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/queue +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/random +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/ratio +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/regex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/scoped_allocator +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/shared_mutex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/sstream +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/stack +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/stdexcept +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/stdlib.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/streambuf +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/string +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/string_view +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/system_error +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tgmath.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/thread +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/array +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/bessel_function.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/beta_function.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ccomplex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cctype +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cfenv +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cfloat +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cinttypes +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/climits +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cmath +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/complex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/complex.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdarg +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdbool +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdint +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdio +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cstdlib +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ctgmath +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ctime +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ctype.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cwchar +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/cwctype +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/ell_integral.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/exp_integral.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/fenv.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/float.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/functional +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/functional_hash.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/gamma.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/hashtable.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/hashtable_policy.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/hypergeometric.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/inttypes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/legendre_function.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/limits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/math.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/memory +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/modified_bessel_func.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/poly_hermite.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/poly_laguerre.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/random +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/random.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/regex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/riemann_zeta.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/shared_ptr.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/special_function_util.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdarg.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdbool.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdint.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdio.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/stdlib.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/tgmath.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/tuple +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/type_traits +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/unordered_map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/unordered_map.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/unordered_set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/unordered_set.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/utility +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/wchar.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr1/wctype.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/bool_set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/bool_set.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/dynamic_bitset +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/dynamic_bitset.tcc +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/ratio +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tr2/type_traits +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/tuple +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/type_traits +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/typeindex +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/typeinfo +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/unordered_map +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/unordered_set +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/utility +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/valarray +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/variant +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/c++/%%GCC_VERSION%%/vector +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/complex.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/ctype.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/dirent.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/envlock.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/envz.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/errno.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/fastmath.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/fcntl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/fnmatch.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/getopt.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/glob.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/grp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/iconv.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/ieeefp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/inttypes.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/langinfo.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/libgen.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/limits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/locale.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/_arc4random.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/_default_types.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/_types.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/ansi.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/endian.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/fastmath.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/ieeefp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/malloc.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/param.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/setjmp-dj.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/setjmp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/stdlib.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/termios.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/time.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/machine/types.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/malloc.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/math.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/newlib.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/paths.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/pthread.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/pwd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/reent.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/regdef.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/regex.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sched.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/search.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/setjmp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/signal.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/spawn.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdatomic.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdint.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdio.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdio_ext.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/stdlib.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/string.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/strings.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_default_fcntl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_intsup.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_sigset.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_stdint.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_timespec.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_timeval.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/_types.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/cdefs.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/config.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/custom_file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/dir.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/dirent.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/errno.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/fcntl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/features.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/file.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/iconvnls.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/lock.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/param.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/queue.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/reent.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/resource.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/sched.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/select.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/signal.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/stat.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/stdio.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/string.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/syslimits.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/time.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/timeb.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/times.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/timespec.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/tree.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/types.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/unistd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/utime.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/sys/wait.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/tar.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/termios.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/tgmath.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/threads.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/time.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/unctrl.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/unistd.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/utime.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/utmp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/wchar.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/wctype.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/wordexp.h +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/crt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/crt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/gcrt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/intr_vectors.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libcrt.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libg.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libm.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libnosys.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libsim.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libssp.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libssp_nonshared.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libstdc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libstdc++.a-gdb.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/libsupc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/msp430-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/exceptions/msp430xl-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/gcrt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/intr_vectors.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libcrt.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libg.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libm.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libnosys.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libsim.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libssp.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libssp_nonshared.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libstdc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libstdc++.a-gdb.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/libsupc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/msp430-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/430/msp430xl-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/crt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/crt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/gcrt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/intr_vectors.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libcrt.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libg.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libm.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libnosys.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libsim.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libssp.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libssp_nonshared.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libstdc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libstdc++.a-gdb.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/libsupc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/msp430-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/exceptions/msp430xl-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/gcrt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/intr_vectors.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/crt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/crt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/gcrt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/intr_vectors.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libcrt.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libg.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libm.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libnosys.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libsim.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libssp.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libssp_nonshared.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libstdc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libstdc++.a-gdb.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/libsupc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/msp430-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/exceptions/msp430xl-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/crt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/crt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/gcrt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/intr_vectors.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libcrt.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libg.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libm.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libnosys.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libsim.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libssp.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libssp_nonshared.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libstdc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libstdc++.a-gdb.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/libsupc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/msp430-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/exceptions/msp430xl-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/gcrt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/intr_vectors.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libcrt.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libg.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libm.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libnosys.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libsim.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libssp.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libssp_nonshared.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libstdc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libstdc++.a-gdb.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/libsupc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/msp430-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/full-memory-range/msp430xl-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/gcrt0.o +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/intr_vectors.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libcrt.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libg.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libm.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libnosys.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libsim.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libssp.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libssp_nonshared.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libstdc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libstdc++.a-gdb.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/libsupc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/msp430-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/large/msp430xl-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.x +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.xbn +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.xn +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.xr +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430X.xu +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.x +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.xbn +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.xn +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.xr +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/ldscripts/msp430elf.xu +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libc.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libcrt.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libg.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libm.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libnosys.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libsim.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libssp.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libssp_nonshared.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libstdc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libstdc++.a-gdb.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/libsupc++.a +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/msp430-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/lib/msp430xl-sim.ld +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gcc-%%GCC_VERSION%%/python/libstdcxx/__init__.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/__init__.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/printers.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gcc-%%GCC_VERSION%%/python/libstdcxx/v6/xmethods.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/aarch64-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/amd64-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/arm-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/freebsd.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/gdb-syscalls.dtd +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/i386-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/mips-n32-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/mips-n64-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/mips-o32-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/ppc-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/ppc64-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/s390-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/s390x-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/sparc-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/syscalls/sparc64-linux.xml +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/system-gdbinit/elinos.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/gdb/system-gdbinit/wrs-linux.py +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/annotate.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/as.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/bfd.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/binutils.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/cpp.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/cppinternals.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/dir +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/gcc.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/gccinstall.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/gccint.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/gdb.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/gprof.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/ld.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/libquadmath.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/info/stabs.info +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-addr2line.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-ar.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-as.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-c++filt.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-cpp.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-dlltool.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-elfedit.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-g++.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-gcc.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-gcov-dump.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-gcov-tool.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-gcov.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-gdb.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-gdbserver.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-gprof.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-ld.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-nlmconv.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-nm.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-objcopy.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-objdump.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-ranlib.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-readelf.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-size.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-strings.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-strip.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-windmc.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man1/%%TARGET%%-windres.1 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man5/%%TARGET%%-gdbinit.5 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man7/fsf-funding.7 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man7/gfdl.7 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/share/man/man7/gpl.7 +gcc-msp430-ti-toolchain-%%TI_VERSION%%/docs/slau%%DOC_VERSION%%.pdf +gcc-msp430-ti-toolchain-%%TI_VERSION%%/docs/watchdog.txt @dir gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/bits @dir gcc-msp430-ti-toolchain-%%TI_VERSION%%/%%TARGET%%/include/rpc