Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: cross-avr-gcc7 | Distribution: openSUSE Leap 15.2 |
Version: 7.5.0+r278197 | Vendor: openSUSE |
Release: lp152.2.1 | Build date: Fri Mar 20 09:09:36 2020 |
Group: Development/Languages/C and C++ | Build host: obs-arm-6 |
Size: 949051274 | Source RPM: cross-avr-gcc7-7.5.0+r278197-lp152.2.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://gcc.gnu.org/ | |
Summary: The GNU Compiler Collection targeting avr |
The GNU Compiler Collection as a cross-compiler targeting avr.
GPL-3.0-or-later
* Tue Jan 07 2020 Richard Biener <rguenther@suse.com> - Add gcc7-bsc1160086.patch to fix miscompilation in vectorized code for s390x. [bsc#1160086] [gcc#92950] * Thu Nov 14 2019 Richard Biener <rguenther@suse.com> - Update to GCC 7.5.0 release. - Add gcc7-pr85887.patch to fix miscompilation with thread-safe local static initialization. [gcc#85887] * Wed Oct 02 2019 Richard Biener <rguenther@suse.com> - Add gcc7-bsc1146475.patch to fix debug info created for array definitions that complete an earlier declaration. [bsc#1146475] * Mon Sep 09 2019 Richard Biener <rguenther@suse.com> - Rework shared spec file parts to allow custom Summary and Description for cross compilers. Clarify their Summary and Description. [bsc#1148517] - Reorder things in cross.spec.in so the Version define comes before the first use of %version. * Thu Sep 05 2019 Richard Biener <rguenther@suse.com> - Update to gcc-7-branch head (r275405). * Pulls fix for POWER9 DARN miscompilation. (bsc#1149145, CVE-2019-15847) * Includes gcc8-pr89752.patch * Fri Aug 16 2019 Richard Biener <rguenther@suse.com> - Remove bogus fixed include bits/statx.h from glibc 2.30. [gcc#91085] * Thu Jul 25 2019 rguenther@suse.com - Update to gcc-7-branch head (r273795). * Includes fix for LTO linker plugin heap overflow. (bsc#1142649, CVE-2019-14250) * Mon Jul 22 2019 rguenther@suse.com - Update to gcc-7-branch head (r273666). * Fixes build with -Werror=return-type. * Thu Jul 18 2019 rguenther@suse.com - Update to gcc-7-branch head (r273559). * Includes fix for vector shift miscompilation on s390. [bsc#1141897] * Wed Jun 12 2019 Martin Liška <mliska@suse.cz> - Add gcc7-flive-patching.patch patch. [bsc#1071995, fate#323487] * Wed May 22 2019 Martin Liška <mliska@suse.cz> - Strip -flto from $optflags. * Wed Apr 24 2019 rguenther@suse.com - Update to gcc-7-branch head (r270528). * Disables switch jump-tables when retpolines are used. [bsc#1131264, jsc#SLE-6738] * Thu Mar 28 2019 rguenther@suse.com - Add gcc8-pr89752.patch to fix ICE compiling tensorflow on aarch64. [bsc#1129389] * Thu Mar 14 2019 rguenther@suse.com - Update to gcc-7-branch head (r269676). * Pulls fix for aarch64 FMA steering pass use-after-free. [bsc#1128794] * Fixes ICE compiling tensorflow. [bsc#1129389] - Change URLs to use https. * Fri Feb 08 2019 rguenther@suse.com - Update to gcc-7-branch head (r268660). * Pulls fix for s390x FP load-and-test issue. [bnc#1124644] - Improve build reproducability by disabling address-space randomization during build. * Mon Jan 07 2019 rguenther@suse.com - Update gcc44-rename-info-files.patch to adjust gnat manual entries in the info directory. [bnc#1114592] * Thu Dec 06 2018 rguenther@suse.com - Update to GCC 7.4 release. - Fix AVR configuration to not use __cxa_atexit or libstdc++ headers. Point to /usr/avr/sys-root/include as system header include directory. * Fri Aug 17 2018 rguenther@suse.com - Update to gcc-7-branch head (r263609). * Includes fix for build with ISL 0.20. * Includes fix to no longer try linking -lieee with -mieee-fp. [bnc#1084842] * Fri Jun 29 2018 rguenther@suse.com - Update to gcc-7-branch head (r262243). * Pulls fix for libcpp lexing bug on ppc64le manifesting during build with gcc8. [bnc#1099119] * Pulls fix for forcing compile-time tuning even when building with -march=z13 on s390x. [bnc#1099192] * Thu Jun 07 2018 rguenther@suse.com - Update to gcc-7-branch head (r261272). * Fixes support for 32bit ASAN with glibc 2.27+ * Includes gcc7-bnc1087550.diff * Wed Apr 18 2018 rguenther@suse.com - Update gcc7-bnc1087550.diff with latest changes. [bnc#1087550] * Wed Apr 11 2018 rguenther@suse.com - Update gcc7-bnc1087550.diff with fix from upstream that supports both ABIs for ios_base::failure. [bnc#1087550] * Mon Apr 09 2018 rguenther@suse.com - Set SUSE_ASNEEDED to zero during %install so libasan keeps its NEEDED entry for libstdc++.so. [GCC#84428] * Fri Apr 06 2018 rguenther@suse.com - Enable --enable-fix-cortex-a53-835769 for aarch64. - Add gcc7-bnc1087550.diff to revert the ios_base::failure ABI back to compatible behavior with the default ABI. [bnc#1087550] * Tue Apr 03 2018 rguenther@suse.com - Update to gcc-7-branch head (r258812). * Picks fix to no longer enable -mpc-relative-literal-loads by default with --enable-fix-cortex-a53-843419. - Enable --enable-fix-cortex-a53-843419 on aarch64. [bnc#1084812] [bnc#1087930] * Wed Mar 07 2018 rguenther@suse.com - Update to gcc-7-branch head (r258313). * includes spectre V2 mitigation patch for s390x. [bnc#1083946] * Thu Mar 01 2018 rguenther@suse.com - Fix nvptx offload target compiler install so GCC can pick up required files. Split out the newlib part into cross-nvptx-newlib7-devel and avoid conflicts with GCC 8 variant via Provides/Conflicts of cross-nvptx-newlib-devel. * Tue Feb 27 2018 mliska@suse.cz - Update to gcc-7-branch head (r258025). * includes fix for chromium build failure. [bnc#1083290] * Mon Feb 26 2018 rguenther@suse.com - Update to gcc-7-branch head (r257981). - Add conflicts to non-bootstrap variant for cross packages to silence repo-checker. - Amend gcc48-remove-mpfr-2.4.0-requirement.patch to fix build on SLE11. * Thu Feb 01 2018 rguenther@suse.com - Use %{?_smp_mflags} everywhere. - Update _constraints to bump physicalmemory and general simplification. * Thu Jan 25 2018 rguenther@suse.com - Update to GCC 7.3 release. * Mon Jan 22 2018 schwab@suse.de - Move misplaced %endif * Wed Jan 17 2018 rguenther@suse.com - Update to GCC 7.3.0 RC1 (r256792). * Tue Jan 16 2018 rguenther@suse.com - Update to gcc-7-branch head (r256737) * Includes gcc7-pr81481.diff * Adds backport of retpoline support via -mindirect-branch=, - mfunction-return= and friends. [bnc#1074621] * Mon Jan 15 2018 rguenther@suse.com - Handle new debug sources filelist variant debugsourcefiles.list. - Prune libstdc++ includes for crosses. * Wed Jan 10 2018 rguenther@suse.com - Do not install target parts of cross compilers into the sysroot but instead fixup manually (once required). * Tue Jan 02 2018 rguenther@suse.com - Update to gcc-7-branch head (r256067). - Deal with C++ being disabled for crosses. - For crosses that have a target triplet not matching that of binutils create symlinks to as and ld in the GCC private directory. * Tue Dec 12 2017 rguenther@suse.com - Split cross-avr into -bootstrap and non-bootstrap variant for avr-libc integration. * Fri Dec 08 2017 rguenther@suse.com - Add gcc7-avoid-fixinc-error.diff to avoid install-host aborting on non-existing target include directory. Remove --with-build-sysroot=/ hack from icecream cross configs, no longer prune include-fixed for them to retain a GCC provided limits.h. Remove installed install-tools. * Thu Nov 23 2017 rguenther@suse.com - Add gcc7-pr82248.diff to fix bogus stack probe instruction on ARM. [bnc#1068967] * Fri Oct 20 2017 rguenther@suse.com - Update to gcc-7-branch head (r253932). * contains fix for PR82445 which is about a RPI1 bootloader miscompile. [bnc#1061667] * Thu Oct 05 2017 rguenther@suse.com - Update to gcc-7-branch head (r253435). [fate#321452, fate#321496] [fate#323972] * contains fix for PR82406 which blocks chromium build. - Add gcc7-pr81481.diff to fix a register allocation issue. [bnc#1048861] * Wed Sep 27 2017 rguenther@suse.com - Update to gcc-7-branch head (r253221). * Includes similar fix to gcc41-ppc32-retaddr.patch, disable the patch but keep the testcase. * Mon Sep 25 2017 matz@suse.de - Add support for zero-sized VLAs and allocas with - fstack-clash-protection. [bnc #1059075] Changes gcc7-stack-probe.diff. * Tue Aug 29 2017 rguenther@suse.com - Update to gcc-7-branch head (r251579). * Includes GCC 7.2 release. * Includes gcc7-pr81766.diff and gcc7-go-sigrtmax.patch. * Fri Aug 25 2017 bwiedemann@suse.com - Sort tar file list to make cross-* packages build reproducibly (boo#1041090) * Tue Aug 08 2017 rguenther@suse.com - Add gcc7-pr81766.diff to fix grub2 build. * Fri Aug 04 2017 rguenther@suse.com - Update to gcc-7-branch head (r250819). * Includes GCC 7.2 RC1. * Includes fix for gcov crash. [bnc#1050487] - Add gcc7-stack-probe.diff for support of -fstack-clash-protection [bnc#1039513]. - Add gcc7-go-sigrtmax.patch to fix Go build with glibc 2.26. * Thu Jun 29 2017 rguenther@suse.com - Update to gcc-7-branch head (r249772). * Includes patch for PR81080. [bnc#1044016] * Includes patch for PR81204. [bnc#1045732] * Includes patch for PR81112. [bnc#1043966] * Tue Jun 13 2017 rguenther@suse.com - Fix cross compiler update-alternatives machinery to make rpmlint happy. * Fri Jun 09 2017 rguenther@suse.com - Update plugin enablement guard to use %sle_version. [bnc#1043590] * Wed Jun 07 2017 rguenther@suse.com - Update to gcc-7-branch head (r248970). * Includes gcc7-pr80593.patch. * Tue May 30 2017 rguenther@suse.com - Update to gcc-7-branch head (r248590). - Add #!BuildIgnore: gcc-PIE also to cross compiler builds. * Wed May 17 2017 rguenther@suse.com - Update to gcc-7-branch head (r248152) - Drop not working SLE-10 build support. - For SLE-15 make the i586 compiler generate code for architecture level of x86_64. - Add gcc7-pr80593.patch to fix ceph build. [bnc#1025891] * Thu May 04 2017 rguenther@suse.com - Update to gcc-7-branch head (r247545) * Includes GCC 7.1 release - For SLE15 change ppc64le tuning to power9. [fate#322728] - Change tarball compression to xz, BuildRequire xz. * Fri Apr 28 2017 rguenther@suse.com - Update to gcc-7-branch head (r247368) * Includes GCC 7.1 RC2 * Includes ARM ABI fix for PR77728, fixing ABI incompatibility with GCC 4.8. * Thu Apr 20 2017 rguenther@suse.com - Update to gcc-7-branch head (r247019). - Always create nvptx offloading cross spec file. - Fix libada provides/conflicts. - Package gcov.h. - Add #!BuildIgnore: gcc-PIE. - Fix update-alternatives. * Tue Apr 04 2017 mliska@suse.cz - Add update-alternatives for binaries produces by cross compilers. - Add nospeccleaner comment, remove legacy norootforbuild and icecream. * Fri Mar 31 2017 rguenther@suse.com - Update to gcc trunk head (r246609). - Add cross-binutils Requires to cross-gcc packages. * Mon Mar 27 2017 rguenther@suse.com - Really fix libtsan requirement on ppc. [boo#1030623] - Also fix liblsan requirement on pcc. * Thu Mar 23 2017 rguenther@suse.com - Update to gcc trunk head (r246414). - Package gcov-dump. - Remove gcc7-debug-dwarf2out-ice.patch. - Add gcc7-remove-Wexpansion-to-defined-from-Wextra.patch to remove useless warning from Wextra that causes build fails due to excessive log file size. - Remove libtsan Requires from the gcc7-32bit package, tsan doesn't have a 32bit multilib on any arch. [boo#1030623] * Mon Mar 13 2017 rguenther@suse.com - Update to gcc trunk head (r246083). * Wed Mar 08 2017 rguenther@suse.com - Update to gcc trunk head (r245976). - BuildRequire at least gcc-4.8 Ada. - Enable asan and ubsan for s390. - Also require gcc-c++ of the host compiler version used when that is changed due to Ada requirements. * Tue Feb 14 2017 rguenther@suse.com - Update to gcc trunk head (r245417). - Enable profiledbootstrap for %ix86, build with release checking. - Build stage1 with -O2 -g. - Enable Ada for s390x. - Enable asan and ubsan for s390x. - Refresh gcc44-rename-info-files.patch. * Thu Feb 02 2017 rguenther@suse.com - Fix up nvptx offloading so that it actually works. * Tue Jan 31 2017 rguenther@suse.com - Update to gcc trunk head (r245052). - Use plain avr as gcc target for AVR to match what binutils does. [bnc#1022404] - Cleanup spec file and gcc7-rpmlintrc a bit. * Thu Jan 26 2017 rguenther@suse.com - Update to gcc trunk head (r244934). - Add accelerator offloading cross to nvptx-none, for this also add nvptx-newlib.tar.bz2. * Tue Jan 24 2017 rguenther@suse.com - Update to gcc trunk head (r244867). - Bump libgo SO version to 11. - PowerPC now supports lsan and tsan. - Correct lsan/tsan packaging who are 64bits only. * Fri Jan 20 2017 rguenther@suse.com - Update to gcc trunk head (r244684). - Use --with-gcc-major-version-only and drop gcc-dir-version.patch. - Enable offloading for nvptx-none on the host (offload compiler still missing). Re-enable HSA offloading. - Re-add missing cross.spec.in and enable crosses. * Thu Jan 12 2017 rguenther@suse.com - Update to gcc trunk head (r244350). - Package avx512vpopcntdqintrin.h and sgxintrin.h on x86_64/i?86. * Wed Dec 14 2016 rguenther@suse.com - Update to gcc trunk head (r243648). - Package {arm,aarch64}/arm_fp16.h and arm/arm_cmse.h. * Mon Nov 28 2016 rguenther@suse.com - Remove broken libffi build support. - Remove more Java remanents. * Fri Nov 25 2016 mliska@suse.cz - Update to gcc trunk (r242874). - Add avx5124fmapsintrin.h and avx5124vnniwintrin.h header files. * Wed Nov 23 2016 mliska@suse.cz - New package, inherits from gcc6 * gcc-dir-version.patch, drop patchlevel from install directory names * gcc-add-defaultsspec.diff, add the ability to provide a specs file that is read by default * tls-no-direct.diff, avoid direct %fs references on x86 to not slow down Xen * gcc43-no-unwind-tables.diff, do not produce unwind tables for CRT files * gcc41-ppc32-retaddr.patch, fix expansion of __builtin_return_addr for ppc * gcc44-textdomain.patch, make translation files version specific and adjust textdomain to find them * gcc44-rename-info-files.patch, fix cross-references in info files when renaming them to be version specific * gcc48-libstdc++-api-reference.patch, fix link in the installed libstdc++ html documentation * gcc48-remove-mpfr-2.4.0-requirement.patch, make GCC work with earlier mpfr versions on old products * gcc5-no-return-gcc43-workaround.patch, make build work with host gcc 4.3 - Drops * libjava-no-multilib.diff, gcc41-java-slow_pthread_self.patch and all Java related hunks in included patches because Java is no longer included in GCC 7. * gcc6-hsa-enablement.patch as it's part of trunk * gcc6-libsanitizer-aarch64-vma48.patch as it's part of trunk * gcc6-SOURCE_DATE_EPOCH.patch as it's part of trunk
/etc/alternatives/avr-c++ /etc/alternatives/avr-cpp /etc/alternatives/avr-g++ /etc/alternatives/avr-gcc /etc/alternatives/avr-gcc-ar /etc/alternatives/avr-gcc-nm /etc/alternatives/avr-gcc-ranlib /etc/alternatives/avr-gcov /etc/alternatives/avr-gcov-dump /etc/alternatives/avr-gcov-tool /usr/avr/sys-root /usr/bin/avr-c++ /usr/bin/avr-c++-7 /usr/bin/avr-cpp /usr/bin/avr-cpp-7 /usr/bin/avr-g++ /usr/bin/avr-g++-7 /usr/bin/avr-gcc /usr/bin/avr-gcc-7 /usr/bin/avr-gcc-ar /usr/bin/avr-gcc-ar-7 /usr/bin/avr-gcc-nm /usr/bin/avr-gcc-nm-7 /usr/bin/avr-gcc-ranlib /usr/bin/avr-gcc-ranlib-7 /usr/bin/avr-gcov /usr/bin/avr-gcov-7 /usr/bin/avr-gcov-dump /usr/bin/avr-gcov-dump-7 /usr/bin/avr-gcov-tool /usr/bin/avr-gcov-tool-7 /usr/include/c++ /usr/include/c++/7 /usr/lib/gcc/avr /usr/lib/gcc/avr/7 /usr/lib/gcc/avr/7/as /usr/lib/gcc/avr/7/avr25 /usr/lib/gcc/avr/7/avr25/libgcc.a /usr/lib/gcc/avr/7/avr25/libgcov.a /usr/lib/gcc/avr/7/avr25/tiny-stack /usr/lib/gcc/avr/7/avr25/tiny-stack/libgcc.a /usr/lib/gcc/avr/7/avr25/tiny-stack/libgcov.a /usr/lib/gcc/avr/7/avr3 /usr/lib/gcc/avr/7/avr3/libgcc.a /usr/lib/gcc/avr/7/avr3/libgcov.a /usr/lib/gcc/avr/7/avr31 /usr/lib/gcc/avr/7/avr31/libgcc.a /usr/lib/gcc/avr/7/avr31/libgcov.a /usr/lib/gcc/avr/7/avr35 /usr/lib/gcc/avr/7/avr35/libgcc.a /usr/lib/gcc/avr/7/avr35/libgcov.a /usr/lib/gcc/avr/7/avr4 /usr/lib/gcc/avr/7/avr4/libgcc.a /usr/lib/gcc/avr/7/avr4/libgcov.a /usr/lib/gcc/avr/7/avr5 /usr/lib/gcc/avr/7/avr5/libgcc.a /usr/lib/gcc/avr/7/avr5/libgcov.a /usr/lib/gcc/avr/7/avr51 /usr/lib/gcc/avr/7/avr51/libgcc.a /usr/lib/gcc/avr/7/avr51/libgcov.a /usr/lib/gcc/avr/7/avr6 /usr/lib/gcc/avr/7/avr6/libgcc.a /usr/lib/gcc/avr/7/avr6/libgcov.a /usr/lib/gcc/avr/7/avrtiny /usr/lib/gcc/avr/7/avrtiny/libgcc.a /usr/lib/gcc/avr/7/avrtiny/libgcov.a /usr/lib/gcc/avr/7/avrxmega2 /usr/lib/gcc/avr/7/avrxmega2/libgcc.a /usr/lib/gcc/avr/7/avrxmega2/libgcov.a /usr/lib/gcc/avr/7/avrxmega4 /usr/lib/gcc/avr/7/avrxmega4/libgcc.a /usr/lib/gcc/avr/7/avrxmega4/libgcov.a /usr/lib/gcc/avr/7/avrxmega5 /usr/lib/gcc/avr/7/avrxmega5/libgcc.a /usr/lib/gcc/avr/7/avrxmega5/libgcov.a /usr/lib/gcc/avr/7/avrxmega6 /usr/lib/gcc/avr/7/avrxmega6/libgcc.a /usr/lib/gcc/avr/7/avrxmega6/libgcov.a /usr/lib/gcc/avr/7/avrxmega7 /usr/lib/gcc/avr/7/avrxmega7/libgcc.a /usr/lib/gcc/avr/7/avrxmega7/libgcov.a /usr/lib/gcc/avr/7/cc1 /usr/lib/gcc/avr/7/cc1plus /usr/lib/gcc/avr/7/collect2 /usr/lib/gcc/avr/7/device-specs /usr/lib/gcc/avr/7/device-specs/specs-at43usb320 /usr/lib/gcc/avr/7/device-specs/specs-at43usb355 /usr/lib/gcc/avr/7/device-specs/specs-at76c711 /usr/lib/gcc/avr/7/device-specs/specs-at86rf401 /usr/lib/gcc/avr/7/device-specs/specs-at90c8534 /usr/lib/gcc/avr/7/device-specs/specs-at90can128 /usr/lib/gcc/avr/7/device-specs/specs-at90can32 /usr/lib/gcc/avr/7/device-specs/specs-at90can64 /usr/lib/gcc/avr/7/device-specs/specs-at90pwm1 /usr/lib/gcc/avr/7/device-specs/specs-at90pwm161 /usr/lib/gcc/avr/7/device-specs/specs-at90pwm2 /usr/lib/gcc/avr/7/device-specs/specs-at90pwm216 /usr/lib/gcc/avr/7/device-specs/specs-at90pwm2b /usr/lib/gcc/avr/7/device-specs/specs-at90pwm3 /usr/lib/gcc/avr/7/device-specs/specs-at90pwm316 /usr/lib/gcc/avr/7/device-specs/specs-at90pwm3b /usr/lib/gcc/avr/7/device-specs/specs-at90pwm81 /usr/lib/gcc/avr/7/device-specs/specs-at90s1200 /usr/lib/gcc/avr/7/device-specs/specs-at90s2313 /usr/lib/gcc/avr/7/device-specs/specs-at90s2323 /usr/lib/gcc/avr/7/device-specs/specs-at90s2333 /usr/lib/gcc/avr/7/device-specs/specs-at90s2343 /usr/lib/gcc/avr/7/device-specs/specs-at90s4414 /usr/lib/gcc/avr/7/device-specs/specs-at90s4433 /usr/lib/gcc/avr/7/device-specs/specs-at90s4434 /usr/lib/gcc/avr/7/device-specs/specs-at90s8515 /usr/lib/gcc/avr/7/device-specs/specs-at90s8535 /usr/lib/gcc/avr/7/device-specs/specs-at90scr100 /usr/lib/gcc/avr/7/device-specs/specs-at90usb1286 /usr/lib/gcc/avr/7/device-specs/specs-at90usb1287 /usr/lib/gcc/avr/7/device-specs/specs-at90usb162 /usr/lib/gcc/avr/7/device-specs/specs-at90usb646 /usr/lib/gcc/avr/7/device-specs/specs-at90usb647 /usr/lib/gcc/avr/7/device-specs/specs-at90usb82 /usr/lib/gcc/avr/7/device-specs/specs-at94k /usr/lib/gcc/avr/7/device-specs/specs-ata5272 /usr/lib/gcc/avr/7/device-specs/specs-ata5505 /usr/lib/gcc/avr/7/device-specs/specs-ata5702m322 /usr/lib/gcc/avr/7/device-specs/specs-ata5782 /usr/lib/gcc/avr/7/device-specs/specs-ata5790 /usr/lib/gcc/avr/7/device-specs/specs-ata5790n /usr/lib/gcc/avr/7/device-specs/specs-ata5791 /usr/lib/gcc/avr/7/device-specs/specs-ata5795 /usr/lib/gcc/avr/7/device-specs/specs-ata5831 /usr/lib/gcc/avr/7/device-specs/specs-ata6285 /usr/lib/gcc/avr/7/device-specs/specs-ata6286 /usr/lib/gcc/avr/7/device-specs/specs-ata6289 /usr/lib/gcc/avr/7/device-specs/specs-ata6612c /usr/lib/gcc/avr/7/device-specs/specs-ata6613c /usr/lib/gcc/avr/7/device-specs/specs-ata6614q /usr/lib/gcc/avr/7/device-specs/specs-ata6616c /usr/lib/gcc/avr/7/device-specs/specs-ata6617c /usr/lib/gcc/avr/7/device-specs/specs-ata664251 /usr/lib/gcc/avr/7/device-specs/specs-ata8210 /usr/lib/gcc/avr/7/device-specs/specs-ata8510 /usr/lib/gcc/avr/7/device-specs/specs-atmega103 /usr/lib/gcc/avr/7/device-specs/specs-atmega128 /usr/lib/gcc/avr/7/device-specs/specs-atmega1280 /usr/lib/gcc/avr/7/device-specs/specs-atmega1281 /usr/lib/gcc/avr/7/device-specs/specs-atmega1284 /usr/lib/gcc/avr/7/device-specs/specs-atmega1284p /usr/lib/gcc/avr/7/device-specs/specs-atmega1284rfr2 /usr/lib/gcc/avr/7/device-specs/specs-atmega128a /usr/lib/gcc/avr/7/device-specs/specs-atmega128rfa1 /usr/lib/gcc/avr/7/device-specs/specs-atmega128rfr2 /usr/lib/gcc/avr/7/device-specs/specs-atmega16 /usr/lib/gcc/avr/7/device-specs/specs-atmega161 /usr/lib/gcc/avr/7/device-specs/specs-atmega162 /usr/lib/gcc/avr/7/device-specs/specs-atmega163 /usr/lib/gcc/avr/7/device-specs/specs-atmega164a /usr/lib/gcc/avr/7/device-specs/specs-atmega164p /usr/lib/gcc/avr/7/device-specs/specs-atmega164pa /usr/lib/gcc/avr/7/device-specs/specs-atmega165 /usr/lib/gcc/avr/7/device-specs/specs-atmega165a /usr/lib/gcc/avr/7/device-specs/specs-atmega165p /usr/lib/gcc/avr/7/device-specs/specs-atmega165pa /usr/lib/gcc/avr/7/device-specs/specs-atmega168 /usr/lib/gcc/avr/7/device-specs/specs-atmega168a /usr/lib/gcc/avr/7/device-specs/specs-atmega168p /usr/lib/gcc/avr/7/device-specs/specs-atmega168pa /usr/lib/gcc/avr/7/device-specs/specs-atmega168pb /usr/lib/gcc/avr/7/device-specs/specs-atmega169 /usr/lib/gcc/avr/7/device-specs/specs-atmega169a /usr/lib/gcc/avr/7/device-specs/specs-atmega169p /usr/lib/gcc/avr/7/device-specs/specs-atmega169pa /usr/lib/gcc/avr/7/device-specs/specs-atmega16a /usr/lib/gcc/avr/7/device-specs/specs-atmega16hva /usr/lib/gcc/avr/7/device-specs/specs-atmega16hva2 /usr/lib/gcc/avr/7/device-specs/specs-atmega16hvb /usr/lib/gcc/avr/7/device-specs/specs-atmega16hvbrevb /usr/lib/gcc/avr/7/device-specs/specs-atmega16m1 /usr/lib/gcc/avr/7/device-specs/specs-atmega16u2 /usr/lib/gcc/avr/7/device-specs/specs-atmega16u4 /usr/lib/gcc/avr/7/device-specs/specs-atmega2560 /usr/lib/gcc/avr/7/device-specs/specs-atmega2561 /usr/lib/gcc/avr/7/device-specs/specs-atmega2564rfr2 /usr/lib/gcc/avr/7/device-specs/specs-atmega256rfr2 /usr/lib/gcc/avr/7/device-specs/specs-atmega32 /usr/lib/gcc/avr/7/device-specs/specs-atmega323 /usr/lib/gcc/avr/7/device-specs/specs-atmega324a /usr/lib/gcc/avr/7/device-specs/specs-atmega324p /usr/lib/gcc/avr/7/device-specs/specs-atmega324pa /usr/lib/gcc/avr/7/device-specs/specs-atmega325 /usr/lib/gcc/avr/7/device-specs/specs-atmega3250 /usr/lib/gcc/avr/7/device-specs/specs-atmega3250a /usr/lib/gcc/avr/7/device-specs/specs-atmega3250p /usr/lib/gcc/avr/7/device-specs/specs-atmega3250pa /usr/lib/gcc/avr/7/device-specs/specs-atmega325a /usr/lib/gcc/avr/7/device-specs/specs-atmega325p /usr/lib/gcc/avr/7/device-specs/specs-atmega325pa /usr/lib/gcc/avr/7/device-specs/specs-atmega328 /usr/lib/gcc/avr/7/device-specs/specs-atmega328p /usr/lib/gcc/avr/7/device-specs/specs-atmega328pb /usr/lib/gcc/avr/7/device-specs/specs-atmega329 /usr/lib/gcc/avr/7/device-specs/specs-atmega3290 /usr/lib/gcc/avr/7/device-specs/specs-atmega3290a /usr/lib/gcc/avr/7/device-specs/specs-atmega3290p /usr/lib/gcc/avr/7/device-specs/specs-atmega3290pa /usr/lib/gcc/avr/7/device-specs/specs-atmega329a /usr/lib/gcc/avr/7/device-specs/specs-atmega329p /usr/lib/gcc/avr/7/device-specs/specs-atmega329pa /usr/lib/gcc/avr/7/device-specs/specs-atmega32a /usr/lib/gcc/avr/7/device-specs/specs-atmega32c1 /usr/lib/gcc/avr/7/device-specs/specs-atmega32hvb /usr/lib/gcc/avr/7/device-specs/specs-atmega32hvbrevb /usr/lib/gcc/avr/7/device-specs/specs-atmega32m1 /usr/lib/gcc/avr/7/device-specs/specs-atmega32u2 /usr/lib/gcc/avr/7/device-specs/specs-atmega32u4 /usr/lib/gcc/avr/7/device-specs/specs-atmega32u6 /usr/lib/gcc/avr/7/device-specs/specs-atmega406 /usr/lib/gcc/avr/7/device-specs/specs-atmega48 /usr/lib/gcc/avr/7/device-specs/specs-atmega48a /usr/lib/gcc/avr/7/device-specs/specs-atmega48p /usr/lib/gcc/avr/7/device-specs/specs-atmega48pa /usr/lib/gcc/avr/7/device-specs/specs-atmega48pb /usr/lib/gcc/avr/7/device-specs/specs-atmega64 /usr/lib/gcc/avr/7/device-specs/specs-atmega640 /usr/lib/gcc/avr/7/device-specs/specs-atmega644 /usr/lib/gcc/avr/7/device-specs/specs-atmega644a /usr/lib/gcc/avr/7/device-specs/specs-atmega644p /usr/lib/gcc/avr/7/device-specs/specs-atmega644pa /usr/lib/gcc/avr/7/device-specs/specs-atmega644rfr2 /usr/lib/gcc/avr/7/device-specs/specs-atmega645 /usr/lib/gcc/avr/7/device-specs/specs-atmega6450 /usr/lib/gcc/avr/7/device-specs/specs-atmega6450a /usr/lib/gcc/avr/7/device-specs/specs-atmega6450p /usr/lib/gcc/avr/7/device-specs/specs-atmega645a /usr/lib/gcc/avr/7/device-specs/specs-atmega645p /usr/lib/gcc/avr/7/device-specs/specs-atmega649 /usr/lib/gcc/avr/7/device-specs/specs-atmega6490 /usr/lib/gcc/avr/7/device-specs/specs-atmega6490a /usr/lib/gcc/avr/7/device-specs/specs-atmega6490p /usr/lib/gcc/avr/7/device-specs/specs-atmega649a /usr/lib/gcc/avr/7/device-specs/specs-atmega649p /usr/lib/gcc/avr/7/device-specs/specs-atmega64a /usr/lib/gcc/avr/7/device-specs/specs-atmega64c1 /usr/lib/gcc/avr/7/device-specs/specs-atmega64hve /usr/lib/gcc/avr/7/device-specs/specs-atmega64hve2 /usr/lib/gcc/avr/7/device-specs/specs-atmega64m1 /usr/lib/gcc/avr/7/device-specs/specs-atmega64rfr2 /usr/lib/gcc/avr/7/device-specs/specs-atmega8 /usr/lib/gcc/avr/7/device-specs/specs-atmega8515 /usr/lib/gcc/avr/7/device-specs/specs-atmega8535 /usr/lib/gcc/avr/7/device-specs/specs-atmega88 /usr/lib/gcc/avr/7/device-specs/specs-atmega88a /usr/lib/gcc/avr/7/device-specs/specs-atmega88p /usr/lib/gcc/avr/7/device-specs/specs-atmega88pa /usr/lib/gcc/avr/7/device-specs/specs-atmega88pb /usr/lib/gcc/avr/7/device-specs/specs-atmega8a /usr/lib/gcc/avr/7/device-specs/specs-atmega8hva /usr/lib/gcc/avr/7/device-specs/specs-atmega8u2 /usr/lib/gcc/avr/7/device-specs/specs-attiny10 /usr/lib/gcc/avr/7/device-specs/specs-attiny11 /usr/lib/gcc/avr/7/device-specs/specs-attiny12 /usr/lib/gcc/avr/7/device-specs/specs-attiny13 /usr/lib/gcc/avr/7/device-specs/specs-attiny13a /usr/lib/gcc/avr/7/device-specs/specs-attiny15 /usr/lib/gcc/avr/7/device-specs/specs-attiny1634 /usr/lib/gcc/avr/7/device-specs/specs-attiny167 /usr/lib/gcc/avr/7/device-specs/specs-attiny20 /usr/lib/gcc/avr/7/device-specs/specs-attiny22 /usr/lib/gcc/avr/7/device-specs/specs-attiny2313 /usr/lib/gcc/avr/7/device-specs/specs-attiny2313a /usr/lib/gcc/avr/7/device-specs/specs-attiny24 /usr/lib/gcc/avr/7/device-specs/specs-attiny24a /usr/lib/gcc/avr/7/device-specs/specs-attiny25 /usr/lib/gcc/avr/7/device-specs/specs-attiny26 /usr/lib/gcc/avr/7/device-specs/specs-attiny261 /usr/lib/gcc/avr/7/device-specs/specs-attiny261a /usr/lib/gcc/avr/7/device-specs/specs-attiny28 /usr/lib/gcc/avr/7/device-specs/specs-attiny4 /usr/lib/gcc/avr/7/device-specs/specs-attiny40 /usr/lib/gcc/avr/7/device-specs/specs-attiny4313 /usr/lib/gcc/avr/7/device-specs/specs-attiny43u /usr/lib/gcc/avr/7/device-specs/specs-attiny44 /usr/lib/gcc/avr/7/device-specs/specs-attiny441 /usr/lib/gcc/avr/7/device-specs/specs-attiny44a /usr/lib/gcc/avr/7/device-specs/specs-attiny45 /usr/lib/gcc/avr/7/device-specs/specs-attiny461 /usr/lib/gcc/avr/7/device-specs/specs-attiny461a /usr/lib/gcc/avr/7/device-specs/specs-attiny48 /usr/lib/gcc/avr/7/device-specs/specs-attiny5 /usr/lib/gcc/avr/7/device-specs/specs-attiny828 /usr/lib/gcc/avr/7/device-specs/specs-attiny84 /usr/lib/gcc/avr/7/device-specs/specs-attiny841 /usr/lib/gcc/avr/7/device-specs/specs-attiny84a /usr/lib/gcc/avr/7/device-specs/specs-attiny85 /usr/lib/gcc/avr/7/device-specs/specs-attiny861 /usr/lib/gcc/avr/7/device-specs/specs-attiny861a /usr/lib/gcc/avr/7/device-specs/specs-attiny87 /usr/lib/gcc/avr/7/device-specs/specs-attiny88 /usr/lib/gcc/avr/7/device-specs/specs-attiny9 /usr/lib/gcc/avr/7/device-specs/specs-atxmega128a1 /usr/lib/gcc/avr/7/device-specs/specs-atxmega128a1u /usr/lib/gcc/avr/7/device-specs/specs-atxmega128a3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega128a3u /usr/lib/gcc/avr/7/device-specs/specs-atxmega128a4u /usr/lib/gcc/avr/7/device-specs/specs-atxmega128b1 /usr/lib/gcc/avr/7/device-specs/specs-atxmega128b3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega128c3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega128d3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega128d4 /usr/lib/gcc/avr/7/device-specs/specs-atxmega16a4 /usr/lib/gcc/avr/7/device-specs/specs-atxmega16a4u /usr/lib/gcc/avr/7/device-specs/specs-atxmega16c4 /usr/lib/gcc/avr/7/device-specs/specs-atxmega16d4 /usr/lib/gcc/avr/7/device-specs/specs-atxmega16e5 /usr/lib/gcc/avr/7/device-specs/specs-atxmega192a3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega192a3u /usr/lib/gcc/avr/7/device-specs/specs-atxmega192c3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega192d3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega256a3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega256a3b /usr/lib/gcc/avr/7/device-specs/specs-atxmega256a3bu /usr/lib/gcc/avr/7/device-specs/specs-atxmega256a3u /usr/lib/gcc/avr/7/device-specs/specs-atxmega256c3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega256d3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega32a4 /usr/lib/gcc/avr/7/device-specs/specs-atxmega32a4u /usr/lib/gcc/avr/7/device-specs/specs-atxmega32c3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega32c4 /usr/lib/gcc/avr/7/device-specs/specs-atxmega32d3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega32d4 /usr/lib/gcc/avr/7/device-specs/specs-atxmega32e5 /usr/lib/gcc/avr/7/device-specs/specs-atxmega384c3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega384d3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega64a1 /usr/lib/gcc/avr/7/device-specs/specs-atxmega64a1u /usr/lib/gcc/avr/7/device-specs/specs-atxmega64a3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega64a3u /usr/lib/gcc/avr/7/device-specs/specs-atxmega64a4u /usr/lib/gcc/avr/7/device-specs/specs-atxmega64b1 /usr/lib/gcc/avr/7/device-specs/specs-atxmega64b3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega64c3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega64d3 /usr/lib/gcc/avr/7/device-specs/specs-atxmega64d4 /usr/lib/gcc/avr/7/device-specs/specs-atxmega8e5 /usr/lib/gcc/avr/7/device-specs/specs-avr1 /usr/lib/gcc/avr/7/device-specs/specs-avr2 /usr/lib/gcc/avr/7/device-specs/specs-avr25 /usr/lib/gcc/avr/7/device-specs/specs-avr3 /usr/lib/gcc/avr/7/device-specs/specs-avr31 /usr/lib/gcc/avr/7/device-specs/specs-avr35 /usr/lib/gcc/avr/7/device-specs/specs-avr4 /usr/lib/gcc/avr/7/device-specs/specs-avr5 /usr/lib/gcc/avr/7/device-specs/specs-avr51 /usr/lib/gcc/avr/7/device-specs/specs-avr6 /usr/lib/gcc/avr/7/device-specs/specs-avrtiny /usr/lib/gcc/avr/7/device-specs/specs-avrxmega2 /usr/lib/gcc/avr/7/device-specs/specs-avrxmega4 /usr/lib/gcc/avr/7/device-specs/specs-avrxmega5 /usr/lib/gcc/avr/7/device-specs/specs-avrxmega6 /usr/lib/gcc/avr/7/device-specs/specs-avrxmega7 /usr/lib/gcc/avr/7/device-specs/specs-m3000 /usr/lib/gcc/avr/7/include /usr/lib/gcc/avr/7/include-fixed /usr/lib/gcc/avr/7/include-fixed/README /usr/lib/gcc/avr/7/include-fixed/assert.h /usr/lib/gcc/avr/7/include-fixed/limits.h /usr/lib/gcc/avr/7/include-fixed/stdio.h /usr/lib/gcc/avr/7/include-fixed/syslimits.h /usr/lib/gcc/avr/7/include/float.h /usr/lib/gcc/avr/7/include/gcov.h /usr/lib/gcc/avr/7/include/iso646.h /usr/lib/gcc/avr/7/include/stdalign.h /usr/lib/gcc/avr/7/include/stdarg.h /usr/lib/gcc/avr/7/include/stdatomic.h /usr/lib/gcc/avr/7/include/stdbool.h /usr/lib/gcc/avr/7/include/stddef.h /usr/lib/gcc/avr/7/include/stdfix-gcc.h /usr/lib/gcc/avr/7/include/stdfix.h /usr/lib/gcc/avr/7/include/stdint-gcc.h /usr/lib/gcc/avr/7/include/stdint.h /usr/lib/gcc/avr/7/include/stdnoreturn.h /usr/lib/gcc/avr/7/include/unwind.h /usr/lib/gcc/avr/7/include/varargs.h /usr/lib/gcc/avr/7/ld /usr/lib/gcc/avr/7/libgcc.a /usr/lib/gcc/avr/7/libgcov.a /usr/lib/gcc/avr/7/liblto_plugin.so /usr/lib/gcc/avr/7/liblto_plugin.so.0 /usr/lib/gcc/avr/7/liblto_plugin.so.0.0.0 /usr/lib/gcc/avr/7/lto-wrapper /usr/lib/gcc/avr/7/lto1 /usr/lib/gcc/avr/7/tiny-stack /usr/lib/gcc/avr/7/tiny-stack/libgcc.a /usr/lib/gcc/avr/7/tiny-stack/libgcov.a
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 12:19:47 2024