Type: | BUG |
Impact: | NA |
Release Date: | 2025-03-11 |
[8.5.0-24.0.1]
- Merge Oracle patches to 8.5.0-24.
Oracle history:
February-11 2025 Qing Zhao
- Merge Oracle patches to 8.5.0-23.
May-22-2024 Qing Zhao
- Merge Oracle patches to 8.5.0-22.
Reviewed-by: Jose E. Marchesi
March-27-2024 Qing Zhao
- Merge Oracle patches to 8.5.0-21.
January-19-2024 Qing Zhao
- Fix Orabug 35283123, i.e, the same bug as GCC PR111407.
gcc14-pr111407.patch
Reviewed-by: Jose E. Marchesi
January-5-2024 Jose E. Marchesi
- Restore support for -mpreserve-args in aarch64 targets, adapted to
new AArch64 stack frame layout.
Reviewed-by: Cupertino Miranda
October-4-2023 David Faust
- Forward-port Oracle patches
Reviewed-by: Jose E. Marchesi
September-28-2023 David Faust
- Backport additional patches from gcc-9 to fix CVE-2023-4039 patches
interaction with backported aarch64 -fstack-clash-protection support.
[Orabug 35843962]
Reviewed-by: Jose E. Marchesi
August-31-2023 Qing Zhao
- CVE-2023-4039 GCC mitigation.
Orabug 35751743.
Includes removal of aarch64-preserve-args.patch.
- CVE-2022-40982 'Intel Downfall' mitigation.
Orabug 35751810.
Add two patches originally from GCC upstream releases/gcc-11 branch.
with major adjustment.
gcc11-downfall-disable-gather-in-vec.patch
gcc11-downfall-support-mno-gather.patch
Reviewed-by: Jose E. Marchesi
May-11-2023 Jose E. Marchesi
- Support for -mpreserve-args in aarch64.
Orabug 35065765.
Reviewed-by: Qing Zhao
March-28-2023 Qing Zhao
- Merge Oracle patches with gcc-8.5.0-18.
Reviewed-by: Jose E. Marchesi
January-12-2023 Qing Zhao
- Merge oracle patches with gcc-8.5.0-16.
November-30-2022 Qing Zhao
- Fix Orabug 34679540 - PROFILE COLLECT BUILD AND WORK LOAD TEST
ISSUES IN LINUX ARM64.
Removing the buggy patch that has been removed from upstream gcc too:
gcc10-pr91971.patch
September-28-2022 Qing Zhao
- Merge oracle patches with gcc-8.5.0-15.
June-29-2022 Qing Zhao
- Merge oracle patches with gcc-8.5.0-10.1.el8_6.
Reviewed-by: Jose E. Marchesi
May-4-2022 Qing Zhao
- Fix Orabug 34066706 only in OL GCC.
report error when there is no PROGRAM_SUMMARY section in .gcda file.
Reviewed-by: Jose E. Marchesi
April-27-2022 Marek Polacek
- backport Default widths with -fdec-format-defaults patch (#2079578)
March-22-2022 Qing Zhao
- Merge with oracle patches.
January-5-2022 Qing Zhao
- Add patches to support marvell on Arm:
gcc9-add-support-for-profile-extension.patch
gcc10-add-initial-octeontx2-support.patch
Reviewed-by: Jose E. Marchesi
November-16-2021 Qing Zhao
- Merge oracle patches to security errata 8.5.0-4.
Reviewed-by: Jose E. Marchesi
October-14-2021 Indu Bhagat
- Fix Orabug 33451471 and backport CTF/BTF enhancements
ctfc: Free CTF container elements in ctfc_delete_container ()
ctf: Do not warn for CTF not supported for GNU GIMPLE
ICE in btf_finalize when compiling with -gbtf (PR debug/102507, Orabug
33451471)
Reviewed-by: Jose E. Marchesi
October-5-2021 Qing Zhao
- Merge the following oracle patches to OL8.5 beta:
- Fix an aarch64 compilation error triggered by the oracle patch
gcc9-multiple-changes-align.patch on OL8U5 source base.
gcc-fix-aarch64-tune-params.patch
- Fix Orabug 33281392 Update CTF and BTF support in OL8 GCC
This commit brings the support for CTF/BTF debug formats at par with
upstream. GCC now generates the CTF/BTF debug information by using the
internal DWARF representation.
For backward compatibility reasons, OL8 GCC continues to support -gt
command line option.
(Indu Bhagat
- Add complex divide improvement
backport of upstream commit 54f0224d55a1b56dde092460ddf76913670e6efc
(Patrick.McGehearty
- Fix Orabug 32301371 - bug using gcov with preserve paths option
This is the same bug as GCC bug PR gcov-profile/88994
gcc9-pr88994.patch
(Qing Zhao
- Fix generation of CTF type records for completed structs referred
thru pointers.
Orabug 31095790.
(Jose E. Marchesi
- Fix Orabug 29838827 - provide an option to adjust the maximum depth
of nested #include
This is the same bug as gcc upstream PR90581 from Gcc9:
gcc9-pr90581.patch
- Fix Orabug 29541051 - confusing error message when there is a problem
with ASAN_OPTIONS 'ERROR: expected '=''
This is the same bug as gcc upstream PR89832 from Gcc9:
gcc9-pr89832.patch
(Qing Zhao
- Update support for CTF
Fix Orabug 30833294 GCC generates incorrect CTF for single element arrays
Fix Orabug 30808764 CTF generation fails when __attribute__ ((mode (XX))) is
used
(Indu Bhagat
- Apply ares/neoverse support patches only ifarch aarch64.
(Qing Zhao
- Add 4 patches from gcc9 to support Arm Ares and Neoverse-N1 for Aarch64
gcc9-add-vec-reverse.patch
gcc9-multiple-changes-align.patch
gcc9-initial-mcpu-ares-tuning.patch
gcc9-add-support-for-neoverse-n1.patch
(Indu Bhagat
- Update support for CTF
Fix Orabug 30778534 gcc should generate CTF for functions at file-scope only
Fix Orabug 30779193 CTF generation fails for some flavors of vla
Fix Orabug 30784275 Fix issues wtih CTF generation for typedef constructs
ctf-3-generation-and-emission-for-a-single-compilation.patch
ctf-4-update-ctf-testsuite.patch
(Indu Bhagat
- Add support for CTF in GCC
Fix Orabug 30102948 gcc: Add CTF generation to compiler
Fix Orabug 30102949 gcc: Add CTF generation to compiler (aarch64)
ctf-1-new-function-lang_GNU_GIMPLE.patch
ctf-2-command-line-options-gtLEVEL.patch
ctf-3-generation-and-emission-for-a-single-compilation.patch
ctf-4-update-ctf-testsuite.patch
ctf-5-handle-ctf-sections-when-lto-enabled.patch
(Qing Zhao
- CVE-2018-12207 / Intel SKX102
OL8 gcc: Intel Mitigation for CVE: CVE-2018-12207
- Allow -flto -Wa,-mbranches-within-32B-boundaries to pass -mbranches-within-32B-boundaries
to GNU assembler. Without -lfto, -Wa,-mbranches-within-32B-boundaries to pass
-mbranches-within-32B-boundaries to GNU assembler using existing GCC binaries.
- Mitigation patch:
gcc8-Fix-Wa-with-flto.patch
(Qing Zhao
- Fix Orabug 29968294 - Heap corruption with fprofile-dir=%p prevents
profiling parallel processes, needed for RDBMS:
Add patch to fix PR86057 from Gcc9:
gcc9-pr86057.patch
- Fix Orabug 30044244 - Profile directory concatenated with object file path
This is the same bug as gcc upstream PR91971:
gcc9-pr85759.patch
gcc10-pr91971.patch
(Indu Bhagat
- Fix Orabug 29599147 - Need -fprofile-dir=%q{VAR} backported to gcc8
This is the similar GCC PR47618, add the fix from GCC9:
gcc9-pr47618.patch
- Fix Orabug 29272977 - DB SUPPORT: Need way to dump inlining report from GCC
Add -fopt-info-inline support from GCC9:
gcc9-opt-info-inline.patch
- Fix Orabug 29273006 - DB SUPPORT: need way to turn off inlining of global functions
Add -flive-patching support from GCC9:
gcc9-fipa-reference-addressable.patch
gcc9-fipa-stack-alignment.patch
gcc9-add-fomit-frame-pointer-to-test.patch
gcc9-extend-live-patching-option-handling.patch
gcc9-ipa-stack-alignment-386-test.patch
- Introduce 'oracle_release' into .spec file. Echo it to gcc/DEV-PHASE.
- Backport 17 ampere patches from
https://git.theobroma-systems.com/ampere-computing/gcc.git/log/?h=gcc-8_2_0-amp3-branch
e18301133ea622f6d6796ded1d15466e70475cf8: Retpoline (Spectre-V2 mitigation) for
aarch64.
d735f3ae4712f66362326d179b4d7e9332c79677: Revert 2017-10-24 Richard Biener
271e2811e59c0c77fc022fa86a7030f20b4cac8e: Correct the maximum shift amount for
shifted
0512749950d927de3dd695f2f2aacdfd30cf32fd: Add CPU support for Ampere Computing's
eMAG.
c8b87078f9e0714cb9cab602e12a18ceb12df05a: eMAG/Xgene: Procedural cost-model for
X-Gene
74610471b3577c5d465c3fd095a65b796b1e074c: Updating cost table for xgene1.
ddba1553ac412be5596e6e2962c148032c4cf231: [AArch64] Add Xgene1 prefetch tunings.
b7ebb0a10a8900324074070188a0936ed81b28a4: [AArch64] Fix in xgene1_addrcost_table
393dc5c50d55d069f91627bf0be5bab812978850: X-Gene: Adapt tuning struct for GCC 8.
b9136d58824af2118c4969c3edb42cad3318b08f: tree-ssa-list-find-pipeline:
Add pipelining loads for list finds.
095496dd8a9491a17a9caec173281ad02e559df5: uncse: Added pass to undo common
subexpression elimination.
a7c8dc238e3656e9d2f9256ee76f933c8d7956fb: loop-prefetcher: Adapt defaults for
X-Gene cores.
256307f293f1750851576e14c8a42b696eced2da: tree-ssa-cpp: Don't crash on SSA names
without definition stmts.
6e32f53be4f6733f6bfe267ad2337aecaf4047f6: Introduce new option -funroll-more.
1ac2485a2fced091a5cce6343fe6a6337f850e73: New option to bypass aliasing-checks.
66d7d833bece61e58998ad53a609cd32e3ee4fad: cfgloopmanip: Allow forced creation
of loop preheaders.
c4f89d50e200538b1ac8889801705300e0b27ef2: Add new pass to optimise loops.
[8.5.0-24]
- don't reuse DEBUG_EXPRs with vector type (PR middle-end/100508, RHEL-79501)
Release/Architecture | Filename | MD5sum | Superseded By Advisory | Channel Label |
Oracle Linux 8 (aarch64) | gcc-8.5.0-24.0.1.el8_10.src.rpm | 21952a9f1abcbf1168a23c0b978dcf03 | - | ol8_aarch64_appstream |
gcc-8.5.0-24.0.1.el8_10.src.rpm | 21952a9f1abcbf1168a23c0b978dcf03 | - | ol8_aarch64_baseos_latest | |
gcc-8.5.0-24.0.1.el8_10.src.rpm | 21952a9f1abcbf1168a23c0b978dcf03 | - | ol8_aarch64_codeready_builder | |
gcc-8.5.0-24.0.1.el8_10.src.rpm | 21952a9f1abcbf1168a23c0b978dcf03 | - | ol8_aarch64_u10_baseos_patch | |
cpp-8.5.0-24.0.1.el8_10.aarch64.rpm | 49781e0e327803b210ed96a1e9cf88ad | - | ol8_aarch64_appstream | |
gcc-8.5.0-24.0.1.el8_10.aarch64.rpm | 98291784b1bd939990e495ffbd2c057e | - | ol8_aarch64_appstream | |
gcc-c++-8.5.0-24.0.1.el8_10.aarch64.rpm | 26136dbf98108403209da6f0419a081d | - | ol8_aarch64_appstream | |
gcc-gdb-plugin-8.5.0-24.0.1.el8_10.aarch64.rpm | e2c6ebfd9d121153e0a4946bda6b158a | - | ol8_aarch64_appstream | |
gcc-gfortran-8.5.0-24.0.1.el8_10.aarch64.rpm | ba71cbeb687b3971b83c950132f91ccf | - | ol8_aarch64_appstream | |
gcc-plugin-annobin-8.5.0-24.0.1.el8_10.aarch64.rpm | abd2ab9c9ce83e2751c8e8d070ddee98 | - | ol8_aarch64_appstream | |
gcc-plugin-devel-8.5.0-24.0.1.el8_10.aarch64.rpm | 222c6217286bec8e072941fa256c681e | - | ol8_aarch64_codeready_builder | |
libasan-8.5.0-24.0.1.el8_10.aarch64.rpm | 03f3a0d742d3fef333a2b6fcb61526c9 | - | ol8_aarch64_baseos_latest | |
libasan-8.5.0-24.0.1.el8_10.aarch64.rpm | 03f3a0d742d3fef333a2b6fcb61526c9 | - | ol8_aarch64_u10_baseos_patch | |
libatomic-8.5.0-24.0.1.el8_10.aarch64.rpm | cc30c07b52d0e1db511f3dea16575041 | - | ol8_aarch64_baseos_latest | |
libatomic-8.5.0-24.0.1.el8_10.aarch64.rpm | cc30c07b52d0e1db511f3dea16575041 | - | ol8_aarch64_u10_baseos_patch | |
libatomic-static-8.5.0-24.0.1.el8_10.aarch64.rpm | e003e321d3c217415af21a4674ff0d7d | - | ol8_aarch64_baseos_latest | |
libatomic-static-8.5.0-24.0.1.el8_10.aarch64.rpm | e003e321d3c217415af21a4674ff0d7d | - | ol8_aarch64_u10_baseos_patch | |
libgcc-8.5.0-24.0.1.el8_10.aarch64.rpm | 4fb5348d0f42552988c288283014b8a3 | - | ol8_aarch64_baseos_latest | |
libgcc-8.5.0-24.0.1.el8_10.aarch64.rpm | 4fb5348d0f42552988c288283014b8a3 | - | ol8_aarch64_u10_baseos_patch | |
libgfortran-8.5.0-24.0.1.el8_10.aarch64.rpm | 1a39b0e9180c920922c5bc2d0da633f4 | - | ol8_aarch64_baseos_latest | |
libgfortran-8.5.0-24.0.1.el8_10.aarch64.rpm | 1a39b0e9180c920922c5bc2d0da633f4 | - | ol8_aarch64_u10_baseos_patch | |
libgfortran-static-8.5.0-24.0.1.el8_10.aarch64.rpm | f702153f7b762a6e0cb1bf5d7f283213 | - | ol8_aarch64_codeready_builder | |
libgomp-8.5.0-24.0.1.el8_10.aarch64.rpm | 23c7cd2c29241aba2c62230c7dd35c40 | - | ol8_aarch64_baseos_latest | |
libgomp-8.5.0-24.0.1.el8_10.aarch64.rpm | 23c7cd2c29241aba2c62230c7dd35c40 | - | ol8_aarch64_u10_baseos_patch | |
libitm-8.5.0-24.0.1.el8_10.aarch64.rpm | 41bda019e804dfd78b897ada4a4ddef5 | - | ol8_aarch64_baseos_latest | |
libitm-8.5.0-24.0.1.el8_10.aarch64.rpm | 41bda019e804dfd78b897ada4a4ddef5 | - | ol8_aarch64_u10_baseos_patch | |
libitm-devel-8.5.0-24.0.1.el8_10.aarch64.rpm | 12bb85242d2175dd6b75e5371cf131a4 | - | ol8_aarch64_appstream | |
liblsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 7e404a88d75127dd3c2ec665bbf1fd3d | - | ol8_aarch64_baseos_latest | |
liblsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 7e404a88d75127dd3c2ec665bbf1fd3d | - | ol8_aarch64_u10_baseos_patch | |
libstdc++-8.5.0-24.0.1.el8_10.aarch64.rpm | 2cd3cd9137328c7a8e59471adbd229d0 | - | ol8_aarch64_baseos_latest | |
libstdc++-8.5.0-24.0.1.el8_10.aarch64.rpm | 2cd3cd9137328c7a8e59471adbd229d0 | - | ol8_aarch64_u10_baseos_patch | |
libstdc++-devel-8.5.0-24.0.1.el8_10.aarch64.rpm | 343f7b93a3263cdcbb2d15eff15c16b4 | - | ol8_aarch64_appstream | |
libstdc++-docs-8.5.0-24.0.1.el8_10.aarch64.rpm | 6c1ca938ad3063ba505182d865c3d0fe | - | ol8_aarch64_appstream | |
libstdc++-static-8.5.0-24.0.1.el8_10.aarch64.rpm | cf75a5613750c74f14c5c7f01212a615 | - | ol8_aarch64_codeready_builder | |
libtsan-8.5.0-24.0.1.el8_10.aarch64.rpm | d7ae19313b40d8f72d639dab69285f23 | - | ol8_aarch64_baseos_latest | |
libtsan-8.5.0-24.0.1.el8_10.aarch64.rpm | d7ae19313b40d8f72d639dab69285f23 | - | ol8_aarch64_u10_baseos_patch | |
libubsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 9cf9f3321f07d5ccb39b1518ccd35ea9 | - | ol8_aarch64_baseos_latest | |
libubsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 9cf9f3321f07d5ccb39b1518ccd35ea9 | - | ol8_aarch64_u10_baseos_patch | |
Oracle Linux 8 (x86_64) | gcc-8.5.0-24.0.1.el8_10.src.rpm | 21952a9f1abcbf1168a23c0b978dcf03 | - | ol8_x86_64_appstream |
gcc-8.5.0-24.0.1.el8_10.src.rpm | 21952a9f1abcbf1168a23c0b978dcf03 | - | ol8_x86_64_baseos_latest | |
gcc-8.5.0-24.0.1.el8_10.src.rpm | 21952a9f1abcbf1168a23c0b978dcf03 | - | ol8_x86_64_codeready_builder | |
gcc-8.5.0-24.0.1.el8_10.src.rpm | 21952a9f1abcbf1168a23c0b978dcf03 | - | ol8_x86_64_u10_baseos_patch | |
cpp-8.5.0-24.0.1.el8_10.x86_64.rpm | b1a6472b29911b3008425bce8b2af484 | - | ol8_x86_64_appstream | |
gcc-8.5.0-24.0.1.el8_10.x86_64.rpm | 4f5067bee4290b525a21eb06de902dd0 | - | ol8_x86_64_appstream | |
gcc-c++-8.5.0-24.0.1.el8_10.x86_64.rpm | 91a5a4fd4230819df53878068f28c955 | - | ol8_x86_64_appstream | |
gcc-gdb-plugin-8.5.0-24.0.1.el8_10.i686.rpm | 7e7c44371ab9c5d5bd1706b2f6454439 | - | ol8_x86_64_appstream | |
gcc-gdb-plugin-8.5.0-24.0.1.el8_10.x86_64.rpm | ddc983f6eaa00f66635e3379802ae189 | - | ol8_x86_64_appstream | |
gcc-gfortran-8.5.0-24.0.1.el8_10.x86_64.rpm | 6739788a5106e0646e8566722552021b | - | ol8_x86_64_appstream | |
gcc-offload-nvptx-8.5.0-24.0.1.el8_10.x86_64.rpm | e7107b1ee2b21b42b8267f34add53234 | - | ol8_x86_64_appstream | |
gcc-plugin-annobin-8.5.0-24.0.1.el8_10.x86_64.rpm | dd7df25b3e1f60a5f5089187ca4a25a1 | - | ol8_x86_64_appstream | |
gcc-plugin-devel-8.5.0-24.0.1.el8_10.i686.rpm | 84293ca1591d1833622025b7fd182870 | - | ol8_x86_64_codeready_builder | |
gcc-plugin-devel-8.5.0-24.0.1.el8_10.x86_64.rpm | b5cdac1b5dcafedea53a71550c8d8155 | - | ol8_x86_64_codeready_builder | |
libasan-8.5.0-24.0.1.el8_10.i686.rpm | 681178f3b5b810dc4d188d53de68f75b | - | ol8_x86_64_baseos_latest | |
libasan-8.5.0-24.0.1.el8_10.i686.rpm | 681178f3b5b810dc4d188d53de68f75b | - | ol8_x86_64_u10_baseos_patch | |
libasan-8.5.0-24.0.1.el8_10.x86_64.rpm | 301a4e75bcde1c1a1750e90c2bb19896 | - | ol8_x86_64_baseos_latest | |
libasan-8.5.0-24.0.1.el8_10.x86_64.rpm | 301a4e75bcde1c1a1750e90c2bb19896 | - | ol8_x86_64_u10_baseos_patch | |
libatomic-8.5.0-24.0.1.el8_10.i686.rpm | f237a84f5ee3ab1fe0b247bb049a74e3 | - | ol8_x86_64_baseos_latest | |
libatomic-8.5.0-24.0.1.el8_10.i686.rpm | f237a84f5ee3ab1fe0b247bb049a74e3 | - | ol8_x86_64_u10_baseos_patch | |
libatomic-8.5.0-24.0.1.el8_10.x86_64.rpm | e623ee7bd7705113a3742049b78dc816 | - | ol8_x86_64_baseos_latest | |
libatomic-8.5.0-24.0.1.el8_10.x86_64.rpm | e623ee7bd7705113a3742049b78dc816 | - | ol8_x86_64_u10_baseos_patch | |
libatomic-static-8.5.0-24.0.1.el8_10.i686.rpm | 6ef9ae4f1230fec08733f04d0f0b01a3 | - | ol8_x86_64_baseos_latest | |
libatomic-static-8.5.0-24.0.1.el8_10.i686.rpm | 6ef9ae4f1230fec08733f04d0f0b01a3 | - | ol8_x86_64_u10_baseos_patch | |
libatomic-static-8.5.0-24.0.1.el8_10.x86_64.rpm | 53a7ac8e298872a445efd301081fe2c0 | - | ol8_x86_64_baseos_latest | |
libatomic-static-8.5.0-24.0.1.el8_10.x86_64.rpm | 53a7ac8e298872a445efd301081fe2c0 | - | ol8_x86_64_u10_baseos_patch | |
libgcc-8.5.0-24.0.1.el8_10.i686.rpm | fe0a39047f81a384ed8ce7e7a9bb3c27 | - | ol8_x86_64_baseos_latest | |
libgcc-8.5.0-24.0.1.el8_10.i686.rpm | fe0a39047f81a384ed8ce7e7a9bb3c27 | - | ol8_x86_64_u10_baseos_patch | |
libgcc-8.5.0-24.0.1.el8_10.x86_64.rpm | ab66651a9dbd60f5c9356afdcbfc4162 | - | ol8_x86_64_baseos_latest | |
libgcc-8.5.0-24.0.1.el8_10.x86_64.rpm | ab66651a9dbd60f5c9356afdcbfc4162 | - | ol8_x86_64_u10_baseos_patch | |
libgfortran-8.5.0-24.0.1.el8_10.i686.rpm | e653ce220fed15009c410e80df5f6a8b | - | ol8_x86_64_baseos_latest | |
libgfortran-8.5.0-24.0.1.el8_10.i686.rpm | e653ce220fed15009c410e80df5f6a8b | - | ol8_x86_64_u10_baseos_patch | |
libgfortran-8.5.0-24.0.1.el8_10.x86_64.rpm | 141eb54f83925c36614e2cb471049148 | - | ol8_x86_64_baseos_latest | |
libgfortran-8.5.0-24.0.1.el8_10.x86_64.rpm | 141eb54f83925c36614e2cb471049148 | - | ol8_x86_64_u10_baseos_patch | |
libgfortran-static-8.5.0-24.0.1.el8_10.i686.rpm | 91e47bd8b77bbfabade3f3ea4fd48790 | - | ol8_x86_64_codeready_builder | |
libgfortran-static-8.5.0-24.0.1.el8_10.x86_64.rpm | f96028c30c9b49cef0440450860e9c1f | - | ol8_x86_64_codeready_builder | |
libgomp-8.5.0-24.0.1.el8_10.i686.rpm | d5f555e4a296bd3427523d5a9ef32f40 | - | ol8_x86_64_baseos_latest | |
libgomp-8.5.0-24.0.1.el8_10.i686.rpm | d5f555e4a296bd3427523d5a9ef32f40 | - | ol8_x86_64_u10_baseos_patch | |
libgomp-8.5.0-24.0.1.el8_10.x86_64.rpm | d525e4b56ec8d5b5f904715457f6ae11 | - | ol8_x86_64_baseos_latest | |
libgomp-8.5.0-24.0.1.el8_10.x86_64.rpm | d525e4b56ec8d5b5f904715457f6ae11 | - | ol8_x86_64_u10_baseos_patch | |
libgomp-offload-nvptx-8.5.0-24.0.1.el8_10.x86_64.rpm | 249f7b1a20a71c08f58e2e2f88ea9dd9 | - | ol8_x86_64_baseos_latest | |
libgomp-offload-nvptx-8.5.0-24.0.1.el8_10.x86_64.rpm | 249f7b1a20a71c08f58e2e2f88ea9dd9 | - | ol8_x86_64_u10_baseos_patch | |
libitm-8.5.0-24.0.1.el8_10.i686.rpm | 4b8ccf31be01d83c978fca9ed456a3e5 | - | ol8_x86_64_baseos_latest | |
libitm-8.5.0-24.0.1.el8_10.i686.rpm | 4b8ccf31be01d83c978fca9ed456a3e5 | - | ol8_x86_64_u10_baseos_patch | |
libitm-8.5.0-24.0.1.el8_10.x86_64.rpm | 89248fb86474ba4bc6118d77738afacb | - | ol8_x86_64_baseos_latest | |
libitm-8.5.0-24.0.1.el8_10.x86_64.rpm | 89248fb86474ba4bc6118d77738afacb | - | ol8_x86_64_u10_baseos_patch | |
libitm-devel-8.5.0-24.0.1.el8_10.i686.rpm | 2af2a89e4b60bdf418ec596cc82fcdbb | - | ol8_x86_64_appstream | |
libitm-devel-8.5.0-24.0.1.el8_10.x86_64.rpm | e5831d8dc45f74024dd1148661e245ab | - | ol8_x86_64_appstream | |
liblsan-8.5.0-24.0.1.el8_10.x86_64.rpm | d72c8e708c5a482bac3a6bb5f67378f5 | - | ol8_x86_64_baseos_latest | |
liblsan-8.5.0-24.0.1.el8_10.x86_64.rpm | d72c8e708c5a482bac3a6bb5f67378f5 | - | ol8_x86_64_u10_baseos_patch | |
libquadmath-8.5.0-24.0.1.el8_10.i686.rpm | 637ef6ad043512141b486b8617a35116 | - | ol8_x86_64_baseos_latest | |
libquadmath-8.5.0-24.0.1.el8_10.i686.rpm | 637ef6ad043512141b486b8617a35116 | - | ol8_x86_64_u10_baseos_patch | |
libquadmath-8.5.0-24.0.1.el8_10.x86_64.rpm | 6170f03b6edfcd1ff4740b83d68c6114 | - | ol8_x86_64_baseos_latest | |
libquadmath-8.5.0-24.0.1.el8_10.x86_64.rpm | 6170f03b6edfcd1ff4740b83d68c6114 | - | ol8_x86_64_u10_baseos_patch | |
libquadmath-devel-8.5.0-24.0.1.el8_10.i686.rpm | ad7294fc0e6381e7f07de86acff6a19f | - | ol8_x86_64_appstream | |
libquadmath-devel-8.5.0-24.0.1.el8_10.x86_64.rpm | 692b5e5dac78fadec09a2f649c360959 | - | ol8_x86_64_appstream | |
libquadmath-static-8.5.0-24.0.1.el8_10.i686.rpm | 415b28ef665d6529200b6d248b4afc5b | - | ol8_x86_64_codeready_builder | |
libquadmath-static-8.5.0-24.0.1.el8_10.x86_64.rpm | ecd55234be37c66e5b9dfe3df37523e7 | - | ol8_x86_64_codeready_builder | |
libstdc++-8.5.0-24.0.1.el8_10.i686.rpm | 909a246d09eb64caefe780e0996bb984 | - | ol8_x86_64_baseos_latest | |
libstdc++-8.5.0-24.0.1.el8_10.i686.rpm | 909a246d09eb64caefe780e0996bb984 | - | ol8_x86_64_u10_baseos_patch | |
libstdc++-8.5.0-24.0.1.el8_10.x86_64.rpm | c14328fef3495a4c709ad6a61a9e188f | - | ol8_x86_64_baseos_latest | |
libstdc++-8.5.0-24.0.1.el8_10.x86_64.rpm | c14328fef3495a4c709ad6a61a9e188f | - | ol8_x86_64_u10_baseos_patch | |
libstdc++-devel-8.5.0-24.0.1.el8_10.i686.rpm | a9982591c51e51ca032e9f082b471871 | - | ol8_x86_64_appstream | |
libstdc++-devel-8.5.0-24.0.1.el8_10.x86_64.rpm | d1d61c1f2d10798e41e38f545f50e2e4 | - | ol8_x86_64_appstream | |
libstdc++-docs-8.5.0-24.0.1.el8_10.x86_64.rpm | 4fc7089a6e5fe0dc7aaa435906b71c20 | - | ol8_x86_64_appstream | |
libstdc++-static-8.5.0-24.0.1.el8_10.i686.rpm | e71c38037dd86561b579ab581d6b2448 | - | ol8_x86_64_codeready_builder | |
libstdc++-static-8.5.0-24.0.1.el8_10.x86_64.rpm | ee0fb1ad9acf86c868a04014bb2d6706 | - | ol8_x86_64_codeready_builder | |
libtsan-8.5.0-24.0.1.el8_10.x86_64.rpm | 9248823467f2c08fbe59c7aba4a0bd46 | - | ol8_x86_64_baseos_latest | |
libtsan-8.5.0-24.0.1.el8_10.x86_64.rpm | 9248823467f2c08fbe59c7aba4a0bd46 | - | ol8_x86_64_u10_baseos_patch | |
libubsan-8.5.0-24.0.1.el8_10.i686.rpm | 5e762aea992f266c861005d01b82980c | - | ol8_x86_64_baseos_latest | |
libubsan-8.5.0-24.0.1.el8_10.i686.rpm | 5e762aea992f266c861005d01b82980c | - | ol8_x86_64_u10_baseos_patch | |
libubsan-8.5.0-24.0.1.el8_10.x86_64.rpm | 8579578ba5d4b942a89035933b3054d6 | - | ol8_x86_64_baseos_latest | |
libubsan-8.5.0-24.0.1.el8_10.x86_64.rpm | 8579578ba5d4b942a89035933b3054d6 | - | ol8_x86_64_u10_baseos_patch |
This page is generated automatically and has not been checked for errors or omissions. For clarification or corrections please contact the Oracle Linux ULN team