diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 1f37289188a1..e9e31f553837 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -1,85 +1,83 @@ PORTNAME= gcc -PORTVERSION= 11.2.0 -PORTREVISION= 3 +PORTVERSION= 14.1.0 CATEGORIES= devel MASTER_SITES= GCC PKGNAMEPREFIX= avr- MAINTAINER= joerg@FreeBSD.org COMMENT= FSF GCC for Atmel AVR 8-bit RISC cross-development WWW= https://www.nongnu.org/avr-libc/ LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi BROKEN_mips64= Fails to configure: cannot compute suffix of object files BUILD_DEPENDS= avr-as:devel/binutils@avr \ avr-ld:devel/binutils@avr \ objdump:devel/binutils LIB_DEPENDS= libgmp.so:math/gmp \ libisl.so:devel/isl \ libmpc.so:math/mpc \ libmpfr.so:math/mpfr RUN_DEPENDS= avr-as:devel/binutils@avr \ avr-ld:devel/binutils@avr USES= bison compiler:c++11-lang cpe gmake iconv libtool localbase \ makeinfo perl5 tar:xz CPE_VENDOR= gnu USE_CXXSTD= gnu++11 USE_LDCONFIG= ${PREFIX}/lib/gcci/avr/${SUFFIX} USE_PERL5= build GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-libssp \ --enable-languages="c c++" \ --target=avr \ --with-gmp=${LOCALBASE} \ --with-isl=${LOCALBASE} \ --without-zstd PLIST_SUB= VERSION=${GCC_VERSION} WITHOUT_CPU_CFLAGS= This is a cross-compiler. CONFLICTS= avr-gcc-devel* INFO= cpp gcc gccint cppinternals gccinstall OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls # DIST_VERSION relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. A PORTVERSION of # 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y # for these three. DIST_VERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} .include .if (${ARCH} == "amd64") ARCH= x86_64 .endif post-patch: @${FIND} ${WRKSRC} -type f \( -name '*.[ch]' -o -name '*.cc' \) | \ ${XARGS} ${EGREP} -l '"(HOST_WIDE|PLUGIN_COND|PRId64)' | \ ${XARGS} ${REINPLACE_CMD} -E -e 's/"(HOST_WIDE|PLUGIN_COND|PRId64)/" \1/g' post-configure: ${MKDIR} ${WRKSRC}/gcc/include post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/gcc/avr/${PORTVERSION}/liblto_plugin.so \ ${STAGEDIR}${PREFIX}/lib/libcc1.so.0.0.0 \ ${STAGEDIR}${PREFIX}/lib/gcc/avr/${PORTVERSION}/plugin/libcc1plugin.so.0.0.0 \ ${STAGEDIR}${PREFIX}/lib/gcc/avr/${PORTVERSION}/plugin/libcp1plugin.so.0.0.0 - tar -C ${STAGEDIR}${PREFIX} -xj -f ${FILESDIR}/specs-avr-dx.tar.bz2 .include diff --git a/devel/avr-gcc/distinfo b/devel/avr-gcc/distinfo index e2c050a0ad52..09d846b94dd4 100644 --- a/devel/avr-gcc/distinfo +++ b/devel/avr-gcc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645127981 -SHA256 (gcc-11.2.0.tar.xz) = d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b -SIZE (gcc-11.2.0.tar.xz) = 80888824 +TIMESTAMP = 1718483064 +SHA256 (gcc-14.1.0.tar.xz) = e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840 +SIZE (gcc-14.1.0.tar.xz) = 92265736 diff --git a/devel/avr-gcc/files/patch-Makefile.in b/devel/avr-gcc/files/patch-Makefile.in index a1b3f0550a64..c1111503aab8 100644 --- a/devel/avr-gcc/files/patch-Makefile.in +++ b/devel/avr-gcc/files/patch-Makefile.in @@ -1,17 +1,17 @@ --- Makefile.in.orig 2015-12-04 19:51:35 UTC +++ Makefile.in @@ -38392,6 +38392,14 @@ all-target-libgcc: stage_current TARGET-target-libgcc=all maybe-all-target-libgcc: all-target-libgcc all-target-libgcc: configure-target-libgcc + cp ${HOST_SUBDIR}/gcc/libgcc.mvars gcc/ + cp ${HOST_SUBDIR}/gcc/tconfig.h libgcc/ + cp ${HOST_SUBDIR}/gcc/auto-host.h libgcc/ + cp ${HOST_SUBDIR}/gcc/tm.h libgcc/ + cp ${HOST_SUBDIR}/gcc/options.h libgcc/ + cp ${HOST_SUBDIR}/gcc/insn-constants.h libgcc/ + cp ${HOST_SUBDIR}/gcc/insn-modes.h libgcc/ -+ cp ${HOST_SUBDIR}/gcc/gcov-iov.h libgcc/ ++ cp ${HOST_SUBDIR}/gcc/version.h libgcc/ @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ $(NORMAL_TARGET_EXPORTS) \ diff --git a/devel/avr-gcc/files/patch-gcc_config_avr_avr.cc b/devel/avr-gcc/files/patch-gcc_config_avr_avr.cc new file mode 100644 index 000000000000..3302d4e043b2 --- /dev/null +++ b/devel/avr-gcc/files/patch-gcc_config_avr_avr.cc @@ -0,0 +1,16 @@ +index 510e4cea19f662f30d9474e4b208e3691103934c..74924ab0565779c597d10ee880548640a9dd59ae 100644 (file) +--- gcc/config/avr/avr.cc ++++ gcc/config/avr/avr.cc +@@ -1140,6 +1140,12 @@ avr_option_override (void) + if (targetm.addr_space.zero_address_valid (ADDR_SPACE_GENERIC)) + flag_delete_null_pointer_checks = 0; + ++ /* PR ipa/92606: Inter-procedural analysis optimizes data across ++ address-spaces and PROGMEM. As of v14, the PROGMEM part is ++ still not fixed (and there is still no target hook as proposed ++ in PR92932). Just disable respective bogus optimization. */ ++ flag_ipa_icf_variables = 0; ++ + if (flag_pic == 1) + warning (OPT_fpic, "%<-fpic%> is not supported"); + if (flag_pic == 2) diff --git a/devel/avr-gcc/files/patch-gcc_system.h b/devel/avr-gcc/files/patch-gcc_system.h deleted file mode 100644 index 4cb52e33f571..000000000000 --- a/devel/avr-gcc/files/patch-gcc_system.h +++ /dev/null @@ -1,42 +0,0 @@ ---- gcc/system.h.orig 2021-07-28 06:55:07 UTC -+++ gcc/system.h -@@ -203,19 +203,6 @@ extern int fprintf_unlocked (FILE *, const char *, ... - #endif - #endif - --/* There are an extraordinary number of issues with . -- The last straw is that it varies with the locale. Use libiberty's -- replacement instead. */ --#include "safe-ctype.h" -- --#include -- --#include -- --#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO --extern int errno; --#endif -- - #ifdef __cplusplus - #if defined (INCLUDE_ALGORITHM) || !defined (HAVE_SWAP_IN_UTILITY) - # include -@@ -242,6 +229,19 @@ extern int errno; - # include - # include - # include -+#endif -+ -+/* There are an extraordinary number of issues with . -+ The last straw is that it varies with the locale. Use libiberty's -+ replacement instead. */ -+#include "safe-ctype.h" -+ -+#include -+ -+#include -+ -+#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO -+extern int errno; - #endif - - /* Some of glibc's string inlines cause warnings. Plus we'd rather diff --git a/devel/avr-gcc/files/patch-gcc_tree-vect-loop.c b/devel/avr-gcc/files/patch-gcc_tree-vect-loop.cc similarity index 56% rename from devel/avr-gcc/files/patch-gcc_tree-vect-loop.c rename to devel/avr-gcc/files/patch-gcc_tree-vect-loop.cc index b3a35feb645d..893998dd0f26 100644 --- a/devel/avr-gcc/files/patch-gcc_tree-vect-loop.c +++ b/devel/avr-gcc/files/patch-gcc_tree-vect-loop.cc @@ -1,11 +1,11 @@ ---- gcc/tree-vect-loop.c.orig 2019-11-28 10:47:59 UTC -+++ gcc/tree-vect-loop.c +--- gcc/tree-vect-loop.cc.orig 2019-11-28 10:47:59 UTC ++++ gcc/tree-vect-loop.cc @@ -55,6 +55,8 @@ along with GCC; see the file COPYING3. If not see - #include "vec-perm-indices.h" - #include "tree-eh.h" + #include "case-cfn-macros.h" + #include "langhooks.h" +#define vec_step vec_step_ + /* Loop Vectorization Pass. This pass tries to vectorize loops. diff --git a/devel/avr-gcc/files/specs-avr-dx.tar.bz2 b/devel/avr-gcc/files/specs-avr-dx.tar.bz2 deleted file mode 100644 index 6b86d3b0d2a4..000000000000 Binary files a/devel/avr-gcc/files/specs-avr-dx.tar.bz2 and /dev/null differ diff --git a/devel/avr-gcc/pkg-plist b/devel/avr-gcc/pkg-plist index 4f9f1b6dc425..639b66cd850d 100644 --- a/devel/avr-gcc/pkg-plist +++ b/devel/avr-gcc/pkg-plist @@ -1,1007 +1,1122 @@ bin/avr-c++ bin/avr-cpp bin/avr-g++ bin/avr-gcc bin/avr-gcc-%%VERSION%% bin/avr-gcc-ar bin/avr-gcc-nm bin/avr-gcc-ranlib bin/avr-gcov bin/avr-gcov-dump bin/avr-gcov-tool bin/avr-lto-dump lib/gcc/avr/%%VERSION%%/avr25/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avr25/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avr25/libgcc.a lib/gcc/avr/%%VERSION%%/avr25/libgcov.a lib/gcc/avr/%%VERSION%%/avr25/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avr25/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avr25/tiny-stack/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avr25/tiny-stack/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avr25/tiny-stack/libgcc.a lib/gcc/avr/%%VERSION%%/avr25/tiny-stack/libgcov.a lib/gcc/avr/%%VERSION%%/avr25/tiny-stack/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avr25/tiny-stack/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avr3/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avr3/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avr3/libgcc.a lib/gcc/avr/%%VERSION%%/avr3/libgcov.a lib/gcc/avr/%%VERSION%%/avr3/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avr3/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avr31/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avr31/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avr31/libgcc.a lib/gcc/avr/%%VERSION%%/avr31/libgcov.a lib/gcc/avr/%%VERSION%%/avr31/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avr31/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avr35/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avr35/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avr35/libgcc.a lib/gcc/avr/%%VERSION%%/avr35/libgcov.a lib/gcc/avr/%%VERSION%%/avr35/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avr35/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avr4/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avr4/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avr4/libgcc.a lib/gcc/avr/%%VERSION%%/avr4/libgcov.a lib/gcc/avr/%%VERSION%%/avr4/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avr4/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avr5/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avr5/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avr5/libgcc.a lib/gcc/avr/%%VERSION%%/avr5/libgcov.a lib/gcc/avr/%%VERSION%%/avr5/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avr5/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avr51/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avr51/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avr51/libgcc.a lib/gcc/avr/%%VERSION%%/avr51/libgcov.a lib/gcc/avr/%%VERSION%%/avr51/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avr51/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avr6/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avr6/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avr6/libgcc.a lib/gcc/avr/%%VERSION%%/avr6/libgcov.a lib/gcc/avr/%%VERSION%%/avr6/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avr6/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avrtiny/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avrtiny/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avrtiny/libgcc.a lib/gcc/avr/%%VERSION%%/avrtiny/libgcov.a lib/gcc/avr/%%VERSION%%/avrtiny/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avrtiny/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega2/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega2/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega2/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega2/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega2/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega2/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega3/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega3/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega3/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega3/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega3/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega3/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega3/short-calls/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega3/short-calls/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega3/short-calls/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega3/short-calls/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega3/short-calls/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega3/short-calls/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega4/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega4/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega4/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega4/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega4/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega4/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega5/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega5/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega5/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega5/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega5/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega5/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega6/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega6/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega6/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega6/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega6/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega6/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega7/double64/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega7/double64/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega7/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega7/libgcov.a lib/gcc/avr/%%VERSION%%/avrxmega7/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/avrxmega7/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/device-specs/specs-at43usb320 lib/gcc/avr/%%VERSION%%/device-specs/specs-at43usb355 lib/gcc/avr/%%VERSION%%/device-specs/specs-at76c711 lib/gcc/avr/%%VERSION%%/device-specs/specs-at86rf401 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90c8534 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90can128 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90can32 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90can64 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90pwm1 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90pwm161 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90pwm2 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90pwm216 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90pwm2b lib/gcc/avr/%%VERSION%%/device-specs/specs-at90pwm3 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90pwm316 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90pwm3b lib/gcc/avr/%%VERSION%%/device-specs/specs-at90pwm81 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s1200 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s2313 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s2323 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s2333 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s2343 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s4414 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s4433 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s4434 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s8515 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90s8535 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90scr100 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90usb1286 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90usb1287 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90usb162 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90usb646 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90usb647 lib/gcc/avr/%%VERSION%%/device-specs/specs-at90usb82 lib/gcc/avr/%%VERSION%%/device-specs/specs-at94k lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5272 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5505 +lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5700m322 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5702m322 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5782 +lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5787 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5790 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5790n lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5791 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5795 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5831 +lib/gcc/avr/%%VERSION%%/device-specs/specs-ata5835 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata6285 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata6286 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata6289 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata6612c lib/gcc/avr/%%VERSION%%/device-specs/specs-ata6613c lib/gcc/avr/%%VERSION%%/device-specs/specs-ata6614q lib/gcc/avr/%%VERSION%%/device-specs/specs-ata6616c lib/gcc/avr/%%VERSION%%/device-specs/specs-ata6617c lib/gcc/avr/%%VERSION%%/device-specs/specs-ata664251 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata8210 lib/gcc/avr/%%VERSION%%/device-specs/specs-ata8510 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega103 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega128 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega1280 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega1281 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega1284 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega1284p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega1284rfr2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega128a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega128rfa1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega128rfr2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega16 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega1608 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega1609 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega161 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega162 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega163 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega164a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega164p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega164pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega165 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega165a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega165p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega165pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega168 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega168a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega168p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega168pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega168pb lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega169 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega169a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega169p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega169pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega16a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega16hva lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega16hva2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega16hvb lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega16hvbrevb lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega16m1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega16u2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega16u4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega2560 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega2561 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega2564rfr2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega256rfr2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega32 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3208 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3209 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega323 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega324a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega324p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega324pa +lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega324pb lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega325 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3250 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3250a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3250p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3250pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega325a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega325p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega325pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega328 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega328p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega328pb lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega329 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3290 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3290a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3290p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega3290pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega329a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega329p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega329pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega32a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega32c1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega32hvb lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega32hvbrevb lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega32m1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega32u2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega32u4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega32u6 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega406 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega48 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega4808 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega4809 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega48a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega48p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega48pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega48pb lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega64 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega640 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega644 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega644a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega644p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega644pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega644rfr2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega645 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega6450 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega6450a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega6450p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega645a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega645p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega649 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega6490 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega6490a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega6490p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega649a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega649p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega64a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega64c1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega64hve lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega64hve2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega64m1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega64rfr2 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega8 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega808 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega809 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega8515 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega8535 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega88 lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega88a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega88p lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega88pa lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega88pb lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega8a lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega8hva lib/gcc/avr/%%VERSION%%/device-specs/specs-atmega8u2 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny10 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny102 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny104 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny11 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny12 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny13 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny13a lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny15 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1604 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1606 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1607 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1614 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1616 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1617 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1624 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1626 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1627 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny1634 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny167 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny20 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny202 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny204 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny212 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny214 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny22 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny2313 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny2313a lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny24 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny24a lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny25 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny26 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny261 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny261a lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny28 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny3214 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny3216 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny3217 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny3224 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny3226 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny3227 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny4 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny40 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny402 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny404 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny406 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny412 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny414 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny416 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny416auto lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny417 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny424 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny426 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny427 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny4313 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny43u lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny44 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny441 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny44a lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny45 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny461 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny461a lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny48 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny5 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny804 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny806 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny807 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny814 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny816 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny817 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny824 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny826 +lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny827 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny828 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny84 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny841 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny84a lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny85 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny861 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny861a lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny87 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny88 lib/gcc/avr/%%VERSION%%/device-specs/specs-attiny9 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128a1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128a1u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128a3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128a3u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128a4u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128b1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128b3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128c3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128d3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega128d4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega16a4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega16a4u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega16c4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega16d4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega16e5 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega192a3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega192a3u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega192c3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega192d3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega256a3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega256a3b lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega256a3bu lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega256a3u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega256c3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega256d3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega32a4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega32a4u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega32c3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega32c4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega32d3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega32d4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega32e5 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega384c3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega384d3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64a1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64a1u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64a3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64a3u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64a4u lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64b1 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64b3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64c3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64d3 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega64d4 lib/gcc/avr/%%VERSION%%/device-specs/specs-atxmega8e5 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr1 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128da28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128da32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128da48 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128da64 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128db28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128db32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128db48 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128db64 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16dd14 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16dd20 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16dd28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16dd32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16du14 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16du20 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16du28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16du32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16ea28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16ea32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16ea48 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16eb14 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16eb20 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16eb28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16eb32 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr2 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr25 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr3 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr31 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32da28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32da32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32da48 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32db28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32db32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32db48 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32dd14 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32dd20 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32dd28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32dd32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32du14 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32du20 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32du28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32du32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32ea28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32ea32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32ea48 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr35 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr4 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr5 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr51 lib/gcc/avr/%%VERSION%%/device-specs/specs-avr6 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64da28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64da32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64da48 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64da64 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64db28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64db32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64db48 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64db64 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64dd14 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64dd20 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64dd28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64dd32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64du28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64du32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64ea28 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64ea32 +lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64ea48 lib/gcc/avr/%%VERSION%%/device-specs/specs-avrtiny lib/gcc/avr/%%VERSION%%/device-specs/specs-avrxmega2 lib/gcc/avr/%%VERSION%%/device-specs/specs-avrxmega3 lib/gcc/avr/%%VERSION%%/device-specs/specs-avrxmega4 lib/gcc/avr/%%VERSION%%/device-specs/specs-avrxmega5 lib/gcc/avr/%%VERSION%%/device-specs/specs-avrxmega6 lib/gcc/avr/%%VERSION%%/device-specs/specs-avrxmega7 lib/gcc/avr/%%VERSION%%/device-specs/specs-m3000 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64dd32 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16dd32 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32dd14 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128da48 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64dd14 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32dd32 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128da32 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16dd14 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128da64 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128db28 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64dd28 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128db48 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16dd28 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128db32 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128db64 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr128da28 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32dd28 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64db32 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32dd20 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64da28 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32db48 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64db64 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64dd20 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr16dd20 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32db32 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64db48 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32da28 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64da32 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64db28 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32da48 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64da64 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32da32 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr64da48 -lib/gcc/avr/%%VERSION%%/device-specs/specs-avr32db28 lib/gcc/avr/%%VERSION%%/double64/libgcc.a lib/gcc/avr/%%VERSION%%/double64/libgcov.a lib/gcc/avr/%%VERSION%%/include-fixed/README -lib/gcc/avr/%%VERSION%%/include-fixed/limits.h -lib/gcc/avr/%%VERSION%%/include-fixed/syslimits.h lib/gcc/avr/%%VERSION%%/include/float.h lib/gcc/avr/%%VERSION%%/include/gcov.h lib/gcc/avr/%%VERSION%%/include/iso646.h +lib/gcc/avr/%%VERSION%%/include/limits.h lib/gcc/avr/%%VERSION%%/include/stdalign.h lib/gcc/avr/%%VERSION%%/include/stdarg.h lib/gcc/avr/%%VERSION%%/include/stdatomic.h lib/gcc/avr/%%VERSION%%/include/stdbool.h +lib/gcc/avr/%%VERSION%%/include/stdckdint.h lib/gcc/avr/%%VERSION%%/include/stddef.h lib/gcc/avr/%%VERSION%%/include/stdfix-gcc.h lib/gcc/avr/%%VERSION%%/include/stdfix.h lib/gcc/avr/%%VERSION%%/include/stdint-gcc.h lib/gcc/avr/%%VERSION%%/include/stdint.h lib/gcc/avr/%%VERSION%%/include/stdnoreturn.h +lib/gcc/avr/%%VERSION%%/include/syslimits.h lib/gcc/avr/%%VERSION%%/include/unwind.h lib/gcc/avr/%%VERSION%%/include/varargs.h lib/gcc/avr/%%VERSION%%/install-tools/fixinc_list lib/gcc/avr/%%VERSION%%/install-tools/gsyslimits.h lib/gcc/avr/%%VERSION%%/install-tools/include/README lib/gcc/avr/%%VERSION%%/install-tools/include/limits.h lib/gcc/avr/%%VERSION%%/install-tools/macro_list lib/gcc/avr/%%VERSION%%/install-tools/mkheaders.conf lib/gcc/avr/%%VERSION%%/libgcc.a lib/gcc/avr/%%VERSION%%/libgcov.a lib/gcc/avr/%%VERSION%%/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/long-double32/libgcov.a lib/gcc/avr/%%VERSION%%/plugin/gtype.state lib/gcc/avr/%%VERSION%%/plugin/include/ada/gcc-interface/ada-tree.def lib/gcc/avr/%%VERSION%%/plugin/include/addresses.h lib/gcc/avr/%%VERSION%%/plugin/include/alias.h lib/gcc/avr/%%VERSION%%/plugin/include/align.h lib/gcc/avr/%%VERSION%%/plugin/include/all-tree.def lib/gcc/avr/%%VERSION%%/plugin/include/alloc-pool.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/access-diagram.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/analysis-plan.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/analyzer-language.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/analyzer-logging.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/analyzer-selftests.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/analyzer.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/bar-chart.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/call-details.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/call-info.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/call-string.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/call-summary.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/checker-event.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/checker-path.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/complexity.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/constraint-manager.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/diagnostic-manager.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/engine.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/exploded-graph.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/feasible-graph.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/function-set.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/inlining-iterator.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/known-function-manager.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/pending-diagnostic.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/program-point.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/program-state.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/ranges.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/reachability.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/record-layout.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/region-model-manager.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/region-model-reachability.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/region-model.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/region.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/sm.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/state-purge.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/store.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/supergraph.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/svalue.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/symbol.h +lib/gcc/avr/%%VERSION%%/plugin/include/analyzer/trimmed-graph.h lib/gcc/avr/%%VERSION%%/plugin/include/ansidecl.h lib/gcc/avr/%%VERSION%%/plugin/include/array-traits.h lib/gcc/avr/%%VERSION%%/plugin/include/asan.h lib/gcc/avr/%%VERSION%%/plugin/include/attr-fnspec.h lib/gcc/avr/%%VERSION%%/plugin/include/attribs.h lib/gcc/avr/%%VERSION%%/plugin/include/auto-host.h lib/gcc/avr/%%VERSION%%/plugin/include/auto-profile.h lib/gcc/avr/%%VERSION%%/plugin/include/b-header-vars lib/gcc/avr/%%VERSION%%/plugin/include/backend.h lib/gcc/avr/%%VERSION%%/plugin/include/basic-block.h lib/gcc/avr/%%VERSION%%/plugin/include/bb-reorder.h lib/gcc/avr/%%VERSION%%/plugin/include/bitmap.h -lib/gcc/avr/%%VERSION%%/plugin/include/brig-builtins.def lib/gcc/avr/%%VERSION%%/plugin/include/builtin-attrs.def lib/gcc/avr/%%VERSION%%/plugin/include/builtin-types.def lib/gcc/avr/%%VERSION%%/plugin/include/builtins.def lib/gcc/avr/%%VERSION%%/plugin/include/builtins.h lib/gcc/avr/%%VERSION%%/plugin/include/bversion.h lib/gcc/avr/%%VERSION%%/plugin/include/c-family/c-common.def lib/gcc/avr/%%VERSION%%/plugin/include/c-family/c-common.h lib/gcc/avr/%%VERSION%%/plugin/include/c-family/c-objc.h lib/gcc/avr/%%VERSION%%/plugin/include/c-family/c-pragma.h lib/gcc/avr/%%VERSION%%/plugin/include/c-family/c-pretty-print.h lib/gcc/avr/%%VERSION%%/plugin/include/c-tree.h +lib/gcc/avr/%%VERSION%%/plugin/include/c/c-tree.def lib/gcc/avr/%%VERSION%%/plugin/include/calls.h lib/gcc/avr/%%VERSION%%/plugin/include/ccmp.h lib/gcc/avr/%%VERSION%%/plugin/include/cfg-flags.def lib/gcc/avr/%%VERSION%%/plugin/include/cfg.h lib/gcc/avr/%%VERSION%%/plugin/include/cfganal.h lib/gcc/avr/%%VERSION%%/plugin/include/cfgbuild.h lib/gcc/avr/%%VERSION%%/plugin/include/cfgcleanup.h lib/gcc/avr/%%VERSION%%/plugin/include/cfgexpand.h lib/gcc/avr/%%VERSION%%/plugin/include/cfghooks.h lib/gcc/avr/%%VERSION%%/plugin/include/cfgloop.h lib/gcc/avr/%%VERSION%%/plugin/include/cfgloopmanip.h lib/gcc/avr/%%VERSION%%/plugin/include/cfgrtl.h lib/gcc/avr/%%VERSION%%/plugin/include/cgraph.h lib/gcc/avr/%%VERSION%%/plugin/include/cif-code.def lib/gcc/avr/%%VERSION%%/plugin/include/collect-utils.h lib/gcc/avr/%%VERSION%%/plugin/include/collect2-aix.h lib/gcc/avr/%%VERSION%%/plugin/include/collect2.h lib/gcc/avr/%%VERSION%%/plugin/include/color-macros.h lib/gcc/avr/%%VERSION%%/plugin/include/conditions.h lib/gcc/avr/%%VERSION%%/plugin/include/config.h lib/gcc/avr/%%VERSION%%/plugin/include/config/avr/avr-arch.h lib/gcc/avr/%%VERSION%%/plugin/include/config/avr/avr-protos.h lib/gcc/avr/%%VERSION%%/plugin/include/config/avr/avr-stdint.h lib/gcc/avr/%%VERSION%%/plugin/include/config/avr/avr.h lib/gcc/avr/%%VERSION%%/plugin/include/config/avr/avrlibc.h lib/gcc/avr/%%VERSION%%/plugin/include/config/avr/elf.h lib/gcc/avr/%%VERSION%%/plugin/include/config/avr/specs.h -lib/gcc/avr/%%VERSION%%/plugin/include/config/dbxelf.h lib/gcc/avr/%%VERSION%%/plugin/include/config/elfos.h lib/gcc/avr/%%VERSION%%/plugin/include/config/initfini-array.h lib/gcc/avr/%%VERSION%%/plugin/include/configargs.h lib/gcc/avr/%%VERSION%%/plugin/include/context.h lib/gcc/avr/%%VERSION%%/plugin/include/convert.h lib/gcc/avr/%%VERSION%%/plugin/include/coretypes.h lib/gcc/avr/%%VERSION%%/plugin/include/coroutine-builtins.def lib/gcc/avr/%%VERSION%%/plugin/include/coverage.h +lib/gcc/avr/%%VERSION%%/plugin/include/cp/contracts.h +lib/gcc/avr/%%VERSION%%/plugin/include/cp/cp-trait.def lib/gcc/avr/%%VERSION%%/plugin/include/cp/cp-tree.def lib/gcc/avr/%%VERSION%%/plugin/include/cp/cp-tree.h lib/gcc/avr/%%VERSION%%/plugin/include/cp/cxx-pretty-print.h lib/gcc/avr/%%VERSION%%/plugin/include/cp/name-lookup.h lib/gcc/avr/%%VERSION%%/plugin/include/cp/operators.def lib/gcc/avr/%%VERSION%%/plugin/include/cp/type-utils.h lib/gcc/avr/%%VERSION%%/plugin/include/cppbuiltin.h lib/gcc/avr/%%VERSION%%/plugin/include/cppdefault.h lib/gcc/avr/%%VERSION%%/plugin/include/cpplib.h lib/gcc/avr/%%VERSION%%/plugin/include/cselib.h +lib/gcc/avr/%%VERSION%%/plugin/include/ctfc.h lib/gcc/avr/%%VERSION%%/plugin/include/d/d-tree.def lib/gcc/avr/%%VERSION%%/plugin/include/data-streamer.h lib/gcc/avr/%%VERSION%%/plugin/include/dbgcnt.def lib/gcc/avr/%%VERSION%%/plugin/include/dbgcnt.h -lib/gcc/avr/%%VERSION%%/plugin/include/dbxout.h lib/gcc/avr/%%VERSION%%/plugin/include/dce.h lib/gcc/avr/%%VERSION%%/plugin/include/ddg.h lib/gcc/avr/%%VERSION%%/plugin/include/debug.h lib/gcc/avr/%%VERSION%%/plugin/include/defaults.h lib/gcc/avr/%%VERSION%%/plugin/include/df.h lib/gcc/avr/%%VERSION%%/plugin/include/dfp.h +lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-client-data-hooks.h lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-color.h lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-core.h +lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-diagram.h lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-event-id.h +lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-format-sarif.h lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-metadata.h lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-path.h +lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-spec.h lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic-url.h lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic.def lib/gcc/avr/%%VERSION%%/plugin/include/diagnostic.h lib/gcc/avr/%%VERSION%%/plugin/include/digraph.h lib/gcc/avr/%%VERSION%%/plugin/include/dojump.h lib/gcc/avr/%%VERSION%%/plugin/include/dominance.h lib/gcc/avr/%%VERSION%%/plugin/include/domwalk.h lib/gcc/avr/%%VERSION%%/plugin/include/double-int.h lib/gcc/avr/%%VERSION%%/plugin/include/dump-context.h lib/gcc/avr/%%VERSION%%/plugin/include/dumpfile.h lib/gcc/avr/%%VERSION%%/plugin/include/dwarf2asm.h +lib/gcc/avr/%%VERSION%%/plugin/include/dwarf2ctf.h lib/gcc/avr/%%VERSION%%/plugin/include/dwarf2out.h lib/gcc/avr/%%VERSION%%/plugin/include/edit-context.h lib/gcc/avr/%%VERSION%%/plugin/include/emit-rtl.h lib/gcc/avr/%%VERSION%%/plugin/include/errors.h lib/gcc/avr/%%VERSION%%/plugin/include/escaped_string.h lib/gcc/avr/%%VERSION%%/plugin/include/et-forest.h lib/gcc/avr/%%VERSION%%/plugin/include/except.h lib/gcc/avr/%%VERSION%%/plugin/include/explow.h lib/gcc/avr/%%VERSION%%/plugin/include/expmed.h lib/gcc/avr/%%VERSION%%/plugin/include/expr.h lib/gcc/avr/%%VERSION%%/plugin/include/fibonacci_heap.h lib/gcc/avr/%%VERSION%%/plugin/include/file-find.h lib/gcc/avr/%%VERSION%%/plugin/include/file-prefix-map.h lib/gcc/avr/%%VERSION%%/plugin/include/filenames.h lib/gcc/avr/%%VERSION%%/plugin/include/fixed-value.h lib/gcc/avr/%%VERSION%%/plugin/include/flag-types.h lib/gcc/avr/%%VERSION%%/plugin/include/flags.h lib/gcc/avr/%%VERSION%%/plugin/include/fold-const-call.h lib/gcc/avr/%%VERSION%%/plugin/include/fold-const.h lib/gcc/avr/%%VERSION%%/plugin/include/function-abi.h lib/gcc/avr/%%VERSION%%/plugin/include/function.h lib/gcc/avr/%%VERSION%%/plugin/include/gcc-plugin.h lib/gcc/avr/%%VERSION%%/plugin/include/gcc-rich-location.h lib/gcc/avr/%%VERSION%%/plugin/include/gcc-symtab.h +lib/gcc/avr/%%VERSION%%/plugin/include/gcc-urlifier.def +lib/gcc/avr/%%VERSION%%/plugin/include/gcc-urlifier.h lib/gcc/avr/%%VERSION%%/plugin/include/gcc.h lib/gcc/avr/%%VERSION%%/plugin/include/gcov-counter.def lib/gcc/avr/%%VERSION%%/plugin/include/gcov-io.h lib/gcc/avr/%%VERSION%%/plugin/include/gcse-common.h lib/gcc/avr/%%VERSION%%/plugin/include/gcse.h lib/gcc/avr/%%VERSION%%/plugin/include/generic-match.h lib/gcc/avr/%%VERSION%%/plugin/include/gengtype.h lib/gcc/avr/%%VERSION%%/plugin/include/genrtl.h lib/gcc/avr/%%VERSION%%/plugin/include/gensupport.h lib/gcc/avr/%%VERSION%%/plugin/include/ggc-internal.h lib/gcc/avr/%%VERSION%%/plugin/include/ggc.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-array-bounds.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-builder.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-expr.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-fold.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-iterator.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-low.h +lib/gcc/avr/%%VERSION%%/plugin/include/gimple-lower-bitint.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-match.h +lib/gcc/avr/%%VERSION%%/plugin/include/gimple-predicate-analysis.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-predict.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-pretty-print.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range-cache.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range-edge.h +lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range-fold.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range-gori.h +lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range-infer.h +lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range-op.h +lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range-path.h +lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range-phi.h +lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range-trace.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-range.h -lib/gcc/avr/%%VERSION%%/plugin/include/gimple-ssa-evrp-analyze.h +lib/gcc/avr/%%VERSION%%/plugin/include/gimple-ssa-warn-access.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-ssa-warn-restrict.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-ssa.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-streamer.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple-walk.h lib/gcc/avr/%%VERSION%%/plugin/include/gimple.def lib/gcc/avr/%%VERSION%%/plugin/include/gimple.h lib/gcc/avr/%%VERSION%%/plugin/include/gimplify-me.h lib/gcc/avr/%%VERSION%%/plugin/include/gimplify.h lib/gcc/avr/%%VERSION%%/plugin/include/glimits.h lib/gcc/avr/%%VERSION%%/plugin/include/gomp-constants.h lib/gcc/avr/%%VERSION%%/plugin/include/graph.h lib/gcc/avr/%%VERSION%%/plugin/include/graphds.h lib/gcc/avr/%%VERSION%%/plugin/include/graphite.h lib/gcc/avr/%%VERSION%%/plugin/include/graphviz.h lib/gcc/avr/%%VERSION%%/plugin/include/gsstruct.def -lib/gcc/avr/%%VERSION%%/plugin/include/gstab.h lib/gcc/avr/%%VERSION%%/plugin/include/gsyms.h lib/gcc/avr/%%VERSION%%/plugin/include/gsyslimits.h lib/gcc/avr/%%VERSION%%/plugin/include/gtm-builtins.def lib/gcc/avr/%%VERSION%%/plugin/include/gtype-desc.h lib/gcc/avr/%%VERSION%%/plugin/include/hard-reg-set.h lib/gcc/avr/%%VERSION%%/plugin/include/hash-map-traits.h lib/gcc/avr/%%VERSION%%/plugin/include/hash-map.h lib/gcc/avr/%%VERSION%%/plugin/include/hash-set.h lib/gcc/avr/%%VERSION%%/plugin/include/hash-table.h lib/gcc/avr/%%VERSION%%/plugin/include/hash-traits.h lib/gcc/avr/%%VERSION%%/plugin/include/hashtab.h lib/gcc/avr/%%VERSION%%/plugin/include/highlev-plugin-common.h lib/gcc/avr/%%VERSION%%/plugin/include/hooks.h lib/gcc/avr/%%VERSION%%/plugin/include/hosthooks-def.h lib/gcc/avr/%%VERSION%%/plugin/include/hosthooks.h lib/gcc/avr/%%VERSION%%/plugin/include/hw-doloop.h lib/gcc/avr/%%VERSION%%/plugin/include/hwint.h lib/gcc/avr/%%VERSION%%/plugin/include/ifcvt.h lib/gcc/avr/%%VERSION%%/plugin/include/inchash.h lib/gcc/avr/%%VERSION%%/plugin/include/incpath.h lib/gcc/avr/%%VERSION%%/plugin/include/input.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-addr.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-attr-common.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-attr.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-codes.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-config.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-constants.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-flags.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-modes-inline.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-modes.h lib/gcc/avr/%%VERSION%%/plugin/include/insn-notes.def +lib/gcc/avr/%%VERSION%%/plugin/include/insn-opinit.h lib/gcc/avr/%%VERSION%%/plugin/include/int-vector-builder.h lib/gcc/avr/%%VERSION%%/plugin/include/internal-fn.def lib/gcc/avr/%%VERSION%%/plugin/include/internal-fn.h lib/gcc/avr/%%VERSION%%/plugin/include/intl.h +lib/gcc/avr/%%VERSION%%/plugin/include/ipa-cp.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-fnsummary.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-icf-gimple.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-icf.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-inline.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-modref-tree.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-modref.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-param-manipulation.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-predicate.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-prop.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-ref.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-reference.h +lib/gcc/avr/%%VERSION%%/plugin/include/ipa-strub.h lib/gcc/avr/%%VERSION%%/plugin/include/ipa-utils.h lib/gcc/avr/%%VERSION%%/plugin/include/ira-int.h lib/gcc/avr/%%VERSION%%/plugin/include/ira.h lib/gcc/avr/%%VERSION%%/plugin/include/is-a.h lib/gcc/avr/%%VERSION%%/plugin/include/iterator-utils.h lib/gcc/avr/%%VERSION%%/plugin/include/json.h lib/gcc/avr/%%VERSION%%/plugin/include/langhooks-def.h lib/gcc/avr/%%VERSION%%/plugin/include/langhooks.h lib/gcc/avr/%%VERSION%%/plugin/include/lcm.h lib/gcc/avr/%%VERSION%%/plugin/include/libfuncs.h lib/gcc/avr/%%VERSION%%/plugin/include/libiberty.h lib/gcc/avr/%%VERSION%%/plugin/include/limitx.h lib/gcc/avr/%%VERSION%%/plugin/include/limity.h lib/gcc/avr/%%VERSION%%/plugin/include/line-map.h +lib/gcc/avr/%%VERSION%%/plugin/include/logical-location.h lib/gcc/avr/%%VERSION%%/plugin/include/loop-unroll.h lib/gcc/avr/%%VERSION%%/plugin/include/lower-subreg.h lib/gcc/avr/%%VERSION%%/plugin/include/lra-int.h lib/gcc/avr/%%VERSION%%/plugin/include/lra.h lib/gcc/avr/%%VERSION%%/plugin/include/lto-compress.h lib/gcc/avr/%%VERSION%%/plugin/include/lto-section-names.h lib/gcc/avr/%%VERSION%%/plugin/include/lto-streamer.h +lib/gcc/avr/%%VERSION%%/plugin/include/m2/m2-tree.def lib/gcc/avr/%%VERSION%%/plugin/include/machmode.def lib/gcc/avr/%%VERSION%%/plugin/include/machmode.h +lib/gcc/avr/%%VERSION%%/plugin/include/make-unique.h lib/gcc/avr/%%VERSION%%/plugin/include/md5.h lib/gcc/avr/%%VERSION%%/plugin/include/mem-stats-traits.h lib/gcc/avr/%%VERSION%%/plugin/include/mem-stats.h lib/gcc/avr/%%VERSION%%/plugin/include/memmodel.h lib/gcc/avr/%%VERSION%%/plugin/include/memory-block.h lib/gcc/avr/%%VERSION%%/plugin/include/mode-classes.def lib/gcc/avr/%%VERSION%%/plugin/include/mux-utils.h lib/gcc/avr/%%VERSION%%/plugin/include/objc/objc-tree.def lib/gcc/avr/%%VERSION%%/plugin/include/obstack-utils.h lib/gcc/avr/%%VERSION%%/plugin/include/obstack.h +lib/gcc/avr/%%VERSION%%/plugin/include/omp-api.h lib/gcc/avr/%%VERSION%%/plugin/include/omp-builtins.def lib/gcc/avr/%%VERSION%%/plugin/include/omp-expand.h lib/gcc/avr/%%VERSION%%/plugin/include/omp-general.h lib/gcc/avr/%%VERSION%%/plugin/include/omp-low.h lib/gcc/avr/%%VERSION%%/plugin/include/omp-offload.h +lib/gcc/avr/%%VERSION%%/plugin/include/omp-selectors.h lib/gcc/avr/%%VERSION%%/plugin/include/omp-simd-clone.h lib/gcc/avr/%%VERSION%%/plugin/include/opt-problem.h lib/gcc/avr/%%VERSION%%/plugin/include/opt-suggestions.h lib/gcc/avr/%%VERSION%%/plugin/include/optabs-libfuncs.h lib/gcc/avr/%%VERSION%%/plugin/include/optabs-query.h lib/gcc/avr/%%VERSION%%/plugin/include/optabs-tree.h lib/gcc/avr/%%VERSION%%/plugin/include/optabs.def lib/gcc/avr/%%VERSION%%/plugin/include/optabs.h lib/gcc/avr/%%VERSION%%/plugin/include/optinfo-emit-json.h lib/gcc/avr/%%VERSION%%/plugin/include/optinfo.h lib/gcc/avr/%%VERSION%%/plugin/include/options.h lib/gcc/avr/%%VERSION%%/plugin/include/opts-diagnostic.h +lib/gcc/avr/%%VERSION%%/plugin/include/opts-jobserver.h lib/gcc/avr/%%VERSION%%/plugin/include/opts.h lib/gcc/avr/%%VERSION%%/plugin/include/ordered-hash-map.h lib/gcc/avr/%%VERSION%%/plugin/include/output.h lib/gcc/avr/%%VERSION%%/plugin/include/pass-instances.def lib/gcc/avr/%%VERSION%%/plugin/include/pass_manager.h lib/gcc/avr/%%VERSION%%/plugin/include/passes.def lib/gcc/avr/%%VERSION%%/plugin/include/plugin-api.h lib/gcc/avr/%%VERSION%%/plugin/include/plugin-version.h lib/gcc/avr/%%VERSION%%/plugin/include/plugin.def lib/gcc/avr/%%VERSION%%/plugin/include/plugin.h +lib/gcc/avr/%%VERSION%%/plugin/include/pointer-query.h lib/gcc/avr/%%VERSION%%/plugin/include/poly-int-types.h lib/gcc/avr/%%VERSION%%/plugin/include/poly-int.h lib/gcc/avr/%%VERSION%%/plugin/include/predict.def lib/gcc/avr/%%VERSION%%/plugin/include/predict.h lib/gcc/avr/%%VERSION%%/plugin/include/prefix.h +lib/gcc/avr/%%VERSION%%/plugin/include/pretty-print-urlifier.h lib/gcc/avr/%%VERSION%%/plugin/include/pretty-print.h lib/gcc/avr/%%VERSION%%/plugin/include/print-rtl.h lib/gcc/avr/%%VERSION%%/plugin/include/print-tree.h lib/gcc/avr/%%VERSION%%/plugin/include/profile-count.h lib/gcc/avr/%%VERSION%%/plugin/include/profile.h +lib/gcc/avr/%%VERSION%%/plugin/include/range-op-mixed.h lib/gcc/avr/%%VERSION%%/plugin/include/range-op.h lib/gcc/avr/%%VERSION%%/plugin/include/range.h lib/gcc/avr/%%VERSION%%/plugin/include/read-md.h lib/gcc/avr/%%VERSION%%/plugin/include/read-rtl-function.h lib/gcc/avr/%%VERSION%%/plugin/include/real.h lib/gcc/avr/%%VERSION%%/plugin/include/realmpfr.h lib/gcc/avr/%%VERSION%%/plugin/include/recog.h lib/gcc/avr/%%VERSION%%/plugin/include/reg-notes.def lib/gcc/avr/%%VERSION%%/plugin/include/regcprop.h lib/gcc/avr/%%VERSION%%/plugin/include/regrename.h lib/gcc/avr/%%VERSION%%/plugin/include/regs.h lib/gcc/avr/%%VERSION%%/plugin/include/regset.h lib/gcc/avr/%%VERSION%%/plugin/include/reload.h lib/gcc/avr/%%VERSION%%/plugin/include/resource.h +lib/gcc/avr/%%VERSION%%/plugin/include/rich-location.h lib/gcc/avr/%%VERSION%%/plugin/include/rtl-error.h lib/gcc/avr/%%VERSION%%/plugin/include/rtl-iter.h lib/gcc/avr/%%VERSION%%/plugin/include/rtl-ssa.h lib/gcc/avr/%%VERSION%%/plugin/include/rtl.def lib/gcc/avr/%%VERSION%%/plugin/include/rtl.h lib/gcc/avr/%%VERSION%%/plugin/include/rtlanal.h lib/gcc/avr/%%VERSION%%/plugin/include/rtlhash.h lib/gcc/avr/%%VERSION%%/plugin/include/rtlhooks-def.h lib/gcc/avr/%%VERSION%%/plugin/include/rtx-vector-builder.h lib/gcc/avr/%%VERSION%%/plugin/include/run-rtl-passes.h lib/gcc/avr/%%VERSION%%/plugin/include/safe-ctype.h lib/gcc/avr/%%VERSION%%/plugin/include/sanitizer.def lib/gcc/avr/%%VERSION%%/plugin/include/sbitmap.h lib/gcc/avr/%%VERSION%%/plugin/include/sched-int.h lib/gcc/avr/%%VERSION%%/plugin/include/sel-sched-dump.h lib/gcc/avr/%%VERSION%%/plugin/include/sel-sched-ir.h lib/gcc/avr/%%VERSION%%/plugin/include/sel-sched.h lib/gcc/avr/%%VERSION%%/plugin/include/selftest-diagnostic.h lib/gcc/avr/%%VERSION%%/plugin/include/selftest-rtl.h lib/gcc/avr/%%VERSION%%/plugin/include/selftest.h lib/gcc/avr/%%VERSION%%/plugin/include/sese.h lib/gcc/avr/%%VERSION%%/plugin/include/shortest-paths.h lib/gcc/avr/%%VERSION%%/plugin/include/shrink-wrap.h lib/gcc/avr/%%VERSION%%/plugin/include/signop.h lib/gcc/avr/%%VERSION%%/plugin/include/sparseset.h lib/gcc/avr/%%VERSION%%/plugin/include/spellcheck-tree.h lib/gcc/avr/%%VERSION%%/plugin/include/spellcheck.h lib/gcc/avr/%%VERSION%%/plugin/include/splay-tree-utils.h lib/gcc/avr/%%VERSION%%/plugin/include/splay-tree.h lib/gcc/avr/%%VERSION%%/plugin/include/sreal.h lib/gcc/avr/%%VERSION%%/plugin/include/ssa-iterators.h lib/gcc/avr/%%VERSION%%/plugin/include/ssa.h -lib/gcc/avr/%%VERSION%%/plugin/include/stab.def lib/gcc/avr/%%VERSION%%/plugin/include/statistics.h lib/gcc/avr/%%VERSION%%/plugin/include/stmt.h lib/gcc/avr/%%VERSION%%/plugin/include/stor-layout.h lib/gcc/avr/%%VERSION%%/plugin/include/streamer-hooks.h lib/gcc/avr/%%VERSION%%/plugin/include/stringpool.h lib/gcc/avr/%%VERSION%%/plugin/include/substring-locations.h lib/gcc/avr/%%VERSION%%/plugin/include/symbol-summary.h lib/gcc/avr/%%VERSION%%/plugin/include/symtab-clones.h lib/gcc/avr/%%VERSION%%/plugin/include/symtab-thunks.h lib/gcc/avr/%%VERSION%%/plugin/include/symtab.h lib/gcc/avr/%%VERSION%%/plugin/include/sync-builtins.def lib/gcc/avr/%%VERSION%%/plugin/include/system.h lib/gcc/avr/%%VERSION%%/plugin/include/target-def.h lib/gcc/avr/%%VERSION%%/plugin/include/target-globals.h lib/gcc/avr/%%VERSION%%/plugin/include/target-hooks-macros.h lib/gcc/avr/%%VERSION%%/plugin/include/target-insns.def lib/gcc/avr/%%VERSION%%/plugin/include/target.def lib/gcc/avr/%%VERSION%%/plugin/include/target.h lib/gcc/avr/%%VERSION%%/plugin/include/targhooks.h lib/gcc/avr/%%VERSION%%/plugin/include/timevar.def lib/gcc/avr/%%VERSION%%/plugin/include/timevar.h lib/gcc/avr/%%VERSION%%/plugin/include/tm-preds.h lib/gcc/avr/%%VERSION%%/plugin/include/tm.h lib/gcc/avr/%%VERSION%%/plugin/include/tm_p.h lib/gcc/avr/%%VERSION%%/plugin/include/toplev.h lib/gcc/avr/%%VERSION%%/plugin/include/tracer.h lib/gcc/avr/%%VERSION%%/plugin/include/trans-mem.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-affine.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-cfg.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-cfgcleanup.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-check.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-chrec.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-core.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-data-ref.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-dfa.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-diagnostic.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-dump.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-eh.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-hash-traits.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-hasher.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-if-conv.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-inline.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-into-ssa.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-iterator.h +lib/gcc/avr/%%VERSION%%/plugin/include/tree-logical-location.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-nested.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-object-size.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-outof-ssa.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-parloops.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-pass.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-phinodes.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-pretty-print.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-scalar-evolution.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-sra.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-address.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-alias-compare.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-alias.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-ccp.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-coalesce.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-dce.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-dom.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-dse.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-live.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-loop-ivopts.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-loop-manip.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-loop-niter.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-loop.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-math-opts.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-operands.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-propagate.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-reassoc.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-sccvn.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-scopedtables.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-strlen.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-ter.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-threadedge.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa-threadupdate.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssa.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-ssanames.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-stdarg.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-streamer.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-switch-conversion.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-vector-builder.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-vectorizer.h lib/gcc/avr/%%VERSION%%/plugin/include/tree-vrp.h lib/gcc/avr/%%VERSION%%/plugin/include/tree.def lib/gcc/avr/%%VERSION%%/plugin/include/tree.h lib/gcc/avr/%%VERSION%%/plugin/include/treestruct.def lib/gcc/avr/%%VERSION%%/plugin/include/tristate.h lib/gcc/avr/%%VERSION%%/plugin/include/tsan.h lib/gcc/avr/%%VERSION%%/plugin/include/tsystem.h lib/gcc/avr/%%VERSION%%/plugin/include/typeclass.h lib/gcc/avr/%%VERSION%%/plugin/include/typed-splay-tree.h lib/gcc/avr/%%VERSION%%/plugin/include/ubsan.h lib/gcc/avr/%%VERSION%%/plugin/include/valtrack.h +lib/gcc/avr/%%VERSION%%/plugin/include/value-pointer-equiv.h lib/gcc/avr/%%VERSION%%/plugin/include/value-prof.h lib/gcc/avr/%%VERSION%%/plugin/include/value-query.h -lib/gcc/avr/%%VERSION%%/plugin/include/value-range-equiv.h +lib/gcc/avr/%%VERSION%%/plugin/include/value-range-pretty-print.h +lib/gcc/avr/%%VERSION%%/plugin/include/value-range-storage.h lib/gcc/avr/%%VERSION%%/plugin/include/value-range.h +lib/gcc/avr/%%VERSION%%/plugin/include/value-relation.h lib/gcc/avr/%%VERSION%%/plugin/include/varasm.h lib/gcc/avr/%%VERSION%%/plugin/include/vec-perm-indices.h lib/gcc/avr/%%VERSION%%/plugin/include/vec.h lib/gcc/avr/%%VERSION%%/plugin/include/vector-builder.h lib/gcc/avr/%%VERSION%%/plugin/include/version.h lib/gcc/avr/%%VERSION%%/plugin/include/vmsdbg.h lib/gcc/avr/%%VERSION%%/plugin/include/vr-values.h lib/gcc/avr/%%VERSION%%/plugin/include/vtable-verify.h lib/gcc/avr/%%VERSION%%/plugin/include/wide-int-bitmask.h lib/gcc/avr/%%VERSION%%/plugin/include/wide-int-print.h lib/gcc/avr/%%VERSION%%/plugin/include/wide-int.h lib/gcc/avr/%%VERSION%%/plugin/include/xcoff.h -lib/gcc/avr/%%VERSION%%/plugin/include/xcoffout.h lib/gcc/avr/%%VERSION%%/plugin/libcc1plugin.so lib/gcc/avr/%%VERSION%%/plugin/libcc1plugin.so.0 lib/gcc/avr/%%VERSION%%/plugin/libcc1plugin.so.0.0.0 lib/gcc/avr/%%VERSION%%/plugin/libcp1plugin.so lib/gcc/avr/%%VERSION%%/plugin/libcp1plugin.so.0 lib/gcc/avr/%%VERSION%%/plugin/libcp1plugin.so.0.0.0 lib/gcc/avr/%%VERSION%%/tiny-stack/double64/libgcc.a lib/gcc/avr/%%VERSION%%/tiny-stack/double64/libgcov.a lib/gcc/avr/%%VERSION%%/tiny-stack/libgcc.a lib/gcc/avr/%%VERSION%%/tiny-stack/libgcov.a lib/gcc/avr/%%VERSION%%/tiny-stack/long-double32/libgcc.a lib/gcc/avr/%%VERSION%%/tiny-stack/long-double32/libgcov.a lib/libcc1.so lib/libcc1.so.0 lib/libcc1.so.0.0.0 +libdata/ldconfig/avr-gcc libexec/gcc/avr/%%VERSION%%/cc1 libexec/gcc/avr/%%VERSION%%/cc1plus libexec/gcc/avr/%%VERSION%%/collect2 libexec/gcc/avr/%%VERSION%%/g++-mapper-server libexec/gcc/avr/%%VERSION%%/install-tools/fixinc.sh libexec/gcc/avr/%%VERSION%%/install-tools/fixincl libexec/gcc/avr/%%VERSION%%/install-tools/mkheaders libexec/gcc/avr/%%VERSION%%/install-tools/mkinstalldirs libexec/gcc/avr/%%VERSION%%/liblto_plugin.so libexec/gcc/avr/%%VERSION%%/lto-wrapper libexec/gcc/avr/%%VERSION%%/lto1 libexec/gcc/avr/%%VERSION%%/plugin/gengtype share/man/man1/avr-cpp.1.gz share/man/man1/avr-g++.1.gz share/man/man1/avr-gcc.1.gz share/man/man1/avr-gcov-dump.1.gz share/man/man1/avr-gcov-tool.1.gz share/man/man1/avr-gcov.1.gz share/man/man1/avr-lto-dump.1.gz share/man/man7/fsf-funding.7.gz share/man/man7/gfdl.7.gz share/man/man7/gpl.7.gz %%NLS%%share/locale/be/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/be/LC_MESSAGES/gcc.mo %%NLS%%share/locale/ca/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/da/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/da/LC_MESSAGES/gcc.mo %%NLS%%share/locale/de/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/de/LC_MESSAGES/gcc.mo %%NLS%%share/locale/el/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/el/LC_MESSAGES/gcc.mo %%NLS%%share/locale/eo/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/es/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/es/LC_MESSAGES/gcc.mo %%NLS%%share/locale/fi/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/fi/LC_MESSAGES/gcc.mo %%NLS%%share/locale/fr/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/fr/LC_MESSAGES/gcc.mo %%NLS%%share/locale/hr/LC_MESSAGES/gcc.mo %%NLS%%share/locale/id/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/id/LC_MESSAGES/gcc.mo %%NLS%%share/locale/ja/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/ja/LC_MESSAGES/gcc.mo +%%NLS%%share/locale/ka/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/nl/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/nl/LC_MESSAGES/gcc.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/cpplib.mo +%%NLS%%share/locale/ro/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/ru/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/ru/LC_MESSAGES/gcc.mo %%NLS%%share/locale/sr/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/sr/LC_MESSAGES/gcc.mo %%NLS%%share/locale/sv/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/sv/LC_MESSAGES/gcc.mo %%NLS%%share/locale/tr/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/tr/LC_MESSAGES/gcc.mo %%NLS%%share/locale/uk/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/uk/LC_MESSAGES/gcc.mo %%NLS%%share/locale/vi/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/vi/LC_MESSAGES/gcc.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gcc.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/cpplib.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gcc.mo