Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libstdc++6-gcc7-7.5.0+r278197-12.2 RPM for ppc64

From OpenSuSE Ports Tumbleweed for ppc64

Name: libstdc++6-gcc7 Distribution: openSUSE Tumbleweed
Version: 7.5.0+r278197 Vendor: openSUSE
Release: 12.2 Build date: Sat Sep 3 03:38:30 2022
Group: System/Libraries Build host: obs-power9-12
Size: 2493099 Source RPM: gcc7-7.5.0+r278197-12.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://gcc.gnu.org/
Summary: The standard C++ shared library
The standard C++ library, needed for dynamically linked C++ programs.

Provides

Requires

License

GPL-3.0-or-later WITH GCC-exception-3.1

Changelog

* Thu Sep 01 2022 Martin Liška <mliska@suse.cz>
  - Add gcc7-libsanitizer-cherry-pick-9cf13067cb5088626ba7-from-u.patch
    and gcc7-libgo-don-t-include-linux-fs.h-when-building-gen-sys.patch
    in order to support glibc 2.36.
  - Enable format_spec_file otherwise one gets huge diff after
    running change_spec.
  - Remove fixed sys/mount.h.
* Fri Apr 29 2022 Antonio Larrosa <alarrosa@suse.com>
  - Add patch from upstream to fix altivec.h redefining bool in C++
    which makes bool unusable (boo#1195517):
    * gcc7-pr78263.patch
* Fri Mar 11 2022 Richard Biener <rguenther@suse.com>
  - Add gcc7-ada-Target_Name.patch to adjust gnats idea of the
    target, fixing the build of gprbuild.  [bsc#1196861]
* Mon Feb 28 2022 Richard Biener <rguenther@suse.com>
  - Remove include-fixed/sys/rseq.h to fix build on openSUSE:Factory.
  - Avoid duplicate license in cross packages.
* Tue Oct 26 2021 Richard Biener <rguenther@suse.com>
  - Adjust some ambiguous SPDX license specifications to prevent
    spec-cleaner from messing up.
* Mon Oct 25 2021 Lukas Lansky <lukas.lansky@suse.com>
  - Add gcc7-pr55917.patch to do not handle exceptions in std::thread
    (jsc#CAR-1182)
* Wed Oct 20 2021 Giuliano Belinassi <giuliano.belinassi@suse.com>
  - Add gcc7-pfe-0001-Backport-Add-entry-for-patchable_function_entry.patch,
    gcc7-pfe-0002-Backport-Skip-fpatchable-function-entry-tests-for-nv.patch,
    gcc7-pfe-0003-Backport-Error-out-on-nvptx-for-fpatchable-function-.patch,
    gcc7-pfe-0004-Backport-Adapt-scan-assembler-times-for-alpha.patch,
    gcc7-pfe-0005-Backport-patchable_function_entry-decl.c-Use-3-NOPs-.patch,
    gcc7-pfe-0006-Backport-IBM-Z-Use-the-dedicated-NOP-instructions-fo.patch,
    gcc7-pfe-0007-Backport-Add-regex-to-search-for-uppercase-NOP-instr.patch,
    gcc7-pfe-0008-Backport-ICE-segmentation-fault-with-patchable_funct.patch,
    gcc7-pfe-0009-Backport-patchable_function_entry-decl.c-Pass-mcpu-g.patch,
    gcc7-pfe-0010-Backport-patchable_function_entry-decl.c-Do-not-run-.patch,
    gcc7-pfe-0011-Backport-patchable_function_entry-decl.c-Add-fno-pie.patch,
    gcc7-pfe-0012-Backport-PR-c-89946-ICE-in-assemble_start_function-a.patch,
    gcc7-pfe-0013-Backport-targhooks.c-default_print_patchable_functio.patch,
    gcc7-pfe-0014-Backport-Align-__patchable_function_entries-to-POINT.patch,
    gcc7-pfe-0015-Backport-Fix-PR-93242-patchable-function-entry-broke.patch,
    gcc7-pfe-0016-Backport-Fix-patchable-function-entry-on-arc.patch,
    gcc7-pfe-0017-Backport-Add-patch_area_size-and-patch_area_entry-to.patch,
    gcc7-pfe-0018-Backport-testsuite-Adjust-patchable_function-tests-f.patch,
    gcc7-pfe-0019-Backport-Use-the-section-flag-o-for-__patchable_func.patch,
    gcc7-pfe-0020-Backport-varasm-Fix-up-__patchable_function_entries-.patch,
    gcc7-pfe-0021-Backport-rs6000-Avoid-fpatchable-function-entry-regr.patch,
    and gcc7-pfe-0022-Fix-unwinding-issues-when-pfe-is-enabled.patch
    to add -fpatchable-function-entry feature to gcc-7.
* Mon Sep 27 2021 Richard Biener <rguenther@suse.com>
  - Add gcc7-ada-MINSTKSZ.patch to fix build with glibc 2.34.
  - Add bits/unistd_ext.h to the list of removed fixed includes.
* Wed Jul 21 2021 Richard Biener <rguenther@suse.com>
  - Add gcc7-sanitizer-cyclades.patch to remove cyclades.h use from
    libsanitizer fixing builds with recent kernels.
* Wed Feb 03 2021 Richard Biener <rguenther@suse.com>
  - Remove include-fixed/pthread.h
  - Change GCC exception licenses to SPDX format
* Sun Jan 31 2021 Dirk Müller <dmueller@suse.com>
  - add gcc7-pr81942.patch [bsc#1181618]
* Mon Jan 04 2021 Richard Biener <rguenther@suse.com>
  - Amend gcc7-aarch64-moutline-atomics.patch for glibc namespace
    violation with getauxval.  [bsc#1167939]
* Thu Nov 26 2020 Michael Matz <matz@suse.com>
  - Add gcc7-aarch64-sls-miti-1.patch, gcc7-aarch64-sls-miti-2.patch,
    gcc7-aarch64-sls-miti-3.patch to backport aarch64 Straight Line
    Speculation mitigation [bsc#1172798, CVE-2020-13844]
  - Add gcc7-fix-retrieval-of-testnames.patch to support usage in
    testcases added by the above.
* Thu Nov 26 2020 Richard Biener <rguenther@suse.com>
  - Enable fortran for the nvptx offload compiler.
  - Do not specify alternate offload compiler location at
    configure time.
  - Update README.First-for.SuSE.packagers
* Thu Nov 26 2020 Richard Biener <rguenther@suse.com>
  - Add gcc7-pr88522.patch to avoid assembler errors with AVX512
    gather and scatter instructions when using -masm=intel.
  - Amend gcc7-remove-Wexpansion-to-defined-from-Wextra.patch to
    reflect changes in option handling in the testsuite.
  - Add gcc7-testsuite-fixes.patch to fix PR98001 and PR98002 which
    are broken testcases showing with malloc debugging enabled.
* Thu Nov 19 2020 Richard Biener <rguenther@suse.com>
  - Add gcc7-aarch64-moutline-atomics.patch to backport the aarch64
    - moutline-atomics feature and accumulated fixes but not its
    default enabling.  [jsc#SLE-12209, bsc#1167939]
  - Order gcc7-pr92692.patch after gcc7-aarch64-moutline-atomics.patch
    and refresh.
* Mon Nov 16 2020 Richard Biener <rguenther@suse.com>
  - Revert gcc7-pr97774.patch as it causes gdb to crash.
* Thu Nov 12 2020 Richard Biener <rguenther@suse.com>
  - Fix 32bit libgnat.so link.  [bsc#1178675]
  - Quote %{cross_arch} consistently when comparing expansion
    against string in RPM %if condition.
* Tue Nov 10 2020 Richard Biener <rguenther@suse.com>
  - Add gcc7-pr97535.patch to fix memcpy miscompilation on aarch64.
    [bsc#1178624, bsc#1178577]
* Tue Nov 10 2020 Richard Biener <rguenther@suse.com>
  - Add gcc7-pr97774.patch to fix debug line info for try/catch.
    [bsc#1178614]
* Fri Sep 18 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Remove -mbranch-protection=standard (aarch64 flag) when gcc7 is
    used to build gcc7 (ie when ada is enabled)
* Mon Mar 16 2020 Richard Biener <rguenther@suse.com>
  - Add gcc7-pr94148.patch to fix corruption of pass private ->aux
    via DF.  [gcc#94148]
* Wed Mar 04 2020 Richard Biener <rguenther@suse.com>
  - Add gcc7-pr93888.patch to fix debug information issue with
    inlined functions and passed by reference arguments.  [gcc#93888]
* Fri Feb 28 2020 Martin Liška <mliska@suse.cz>
  - Add gcc7-pr93965.patch in order to fix binutils release
    date detection issue.
* Wed Jan 29 2020 Richard Biener <rguenther@suse.com>
  - Add gcc48-bsc1161913.patch to fix register allocation issue with
    exception handling code on s390x.  [bsc#1161913]
* Wed Jan 22 2020 matz@suse.com
  - Add gcc7-pr92692.patch: Backport PR target/92692 to fix
    miscompilation of some atomic code on aarch64. [bsc#1150164]
* Mon Jan 20 2020 Richard Biener <rguenther@suse.com>
  - Add gcc7-pr93246.patch: Backport PR middle-end/93246
* Thu Jan 09 2020 Andreas Schwab <schwab@suse.de>
  - gcc7-pr92154.patch: Backport PR sanitizer/92154
* 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]

Files

/usr/lib64/libstdc++.so.6
/usr/lib64/libstdc++.so.6.0.24


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Apr 9 10:32:05 2023