Changelog for
libstdc++6-8.1.0+r259830-32.3.x86_64.rpm :
* Wed May 02 2018 rguentherAATTsuse.com- Update to GCC 8.1 release.
* Mon Apr 30 2018 rguentherAATTsuse.com- Update to gcc-8-branch head (r259752).
* GCC 8.1 second release candidate.
* Wed Apr 25 2018 rguentherAATTsuse.com- Update to gcc-8-branch head (r259636).
* GCC 8.1 first release candidate.
* package x86_64 movdirintrin.h
* Wed Apr 18 2018 rguentherAATTsuse.com- Update to SVN trunk head (r259467).
* Wed Apr 11 2018 rguentherAATTsuse.com- Update to SVN trunk head (r259308).
* contains fix for ios_base::failure ABI breakage. [bnc#1087550]- Remove now obsolete gcc7-bnc1087550.diff.
* Mon Apr 09 2018 rguentherAATTsuse.com- Set SUSE_ASNEEDED to zero during %install so libasan keeps its NEEDED entry for libstdc++.so. [GCC#84428]
* Fri Apr 06 2018 rguentherAATTsuse.com- Update to SVN trunk head (r259162).- 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 rguentherAATTsuse.com- Update to SVN trunk head (r259024).
* Includes gcc8-pr84990.patch.- Enable --enable-fix-cortex-a53-843419 for aarch64. [bnc#1084812]
* Tue Mar 20 2018 rguentherAATTsuse.com- Update to SVN trunk head (r258674).
* Add gcc8-pr84990.patch to fix bootstrap with Ada.- Switch to release-checking builds.
* Mon Mar 12 2018 rguentherAATTsuse.com- Update to SVN trunk head (r258445).
* Thu Mar 08 2018 rguentherAATTsuse.com- Update to SVN trunk head (r258365).
* adds pconfigintrin.h and wbnoinvdintrin.h intrinsic headers for x86
* Mon Mar 05 2018 schwabAATTsuse.de- Add riscv64 cross compiler
* Thu Mar 01 2018 rguentherAATTsuse.com- Fix nvptx offload target compiler install so GCC can pick up required files. Split out the newlib part into cross-nvptx-newlib8-devel and avoid conflicts with GCC 7 variant via Provides/Conflicts of cross-nvptx-newlib-devel.
* Mon Feb 26 2018 rguentherAATTsuse.com- Update to SVN trunk head (r257983).- 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.
* Fri Feb 09 2018 rguentherAATTsuse.com- Update to SVN trunk head (r257516).- Use %{?_smp_mflags} everywhere.- Update _constraints to bump physicalmemory and general simplification.
* Wed Jan 31 2018 rguentherAATTsuse.com- Update to SVN trunk head (r257232).- Merge cross compiler packaging changes from GCC 7 again.
* Mon Jan 22 2018 rguentherAATTsuse.com- Move misplaced %endif
* Mon Jan 15 2018 rguentherAATTsuse.com- Update to SVN trunk head (r256686).- Merge cross compiler changes from GCC 7.- Bump libgo SO version again.
* Fri Jan 05 2018 afaerberAATTsuse.de- Prepare for disabling C++ for cross-compilers
* Tue Jan 02 2018 mliskaAATTsuse.cz- Remove not used todo.patch.
* Tue Jan 02 2018 rguentherAATTsuse.com- Update to SVN trunk head (r256068).- Fix lsan_preinit packaging on ppc.- More x86_64 intrinsic headers.
* Mon Dec 18 2017 rguentherAATTsuse.com- Update to SVN trunk head (r255776).- Merge cross changes from gcc7 package, adding gcc7-avoid-fixinc-error.diff.- Remove Cilk+ packaging stuff since the feature has been removed.- Add gcc8-testresults-rpmlintrc to fix build.
* Tue Nov 21 2017 rguentherAATTsuse.com- Disable Intel CET for building target libraries.
* Thu Nov 16 2017 mliskaAATTsuse.cz- New package, inherits from gcc7
* 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, just a testcase
* 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
* gcc7-remove-Wexpansion-to-defined-from-Wextra.patch, removes new warning from -Wextra- Drops
* gcc7-stack-probe.diff in favor of upstream implementation
* gcc7-pr81481.diff which is now upstream