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 | sha256 | Superseded By Advisory | Channel Label |
Oracle Linux 8 (aarch64) | gcc-8.5.0-24.0.1.el8_10.src.rpm | cbba642bf0f5a31417b9ca0be2de51e9e44053d929217c0db0f586c919e8db85 | - | ol8_aarch64_appstream |
gcc-8.5.0-24.0.1.el8_10.src.rpm | cbba642bf0f5a31417b9ca0be2de51e9e44053d929217c0db0f586c919e8db85 | - | ol8_aarch64_baseos_latest | |
gcc-8.5.0-24.0.1.el8_10.src.rpm | cbba642bf0f5a31417b9ca0be2de51e9e44053d929217c0db0f586c919e8db85 | - | ol8_aarch64_codeready_builder | |
gcc-8.5.0-24.0.1.el8_10.src.rpm | cbba642bf0f5a31417b9ca0be2de51e9e44053d929217c0db0f586c919e8db85 | - | ol8_aarch64_u10_baseos_patch | |
cpp-8.5.0-24.0.1.el8_10.aarch64.rpm | 37eebb632d4164dbaae406590d0bfe9bcc41ee627e532a75f2cd1806e69fd044 | - | ol8_aarch64_appstream | |
gcc-8.5.0-24.0.1.el8_10.aarch64.rpm | bd895f3b0d312c4bb21a5c5c8676cfc18657869deb8a157186fcd99ada404353 | - | ol8_aarch64_appstream | |
gcc-c++-8.5.0-24.0.1.el8_10.aarch64.rpm | e32855f599967384ac6a008832af8b2f5d3b45191071abd96fa1b29fb4a68896 | - | ol8_aarch64_appstream | |
gcc-gdb-plugin-8.5.0-24.0.1.el8_10.aarch64.rpm | fd958e5e811abf281045119c0e72dd90cc5b72d0fc6ff2d5e47566e68f5d54e3 | - | ol8_aarch64_appstream | |
gcc-gfortran-8.5.0-24.0.1.el8_10.aarch64.rpm | 5aa9422cdee285104ddd9942c457a2517f7c95d51e70a04f7666364cd89fb087 | - | ol8_aarch64_appstream | |
gcc-plugin-annobin-8.5.0-24.0.1.el8_10.aarch64.rpm | ac0358c4f6005f6d493d1f0fcdd54c871e34b022a4fefb731fdce6a76e8c438c | - | ol8_aarch64_appstream | |
gcc-plugin-devel-8.5.0-24.0.1.el8_10.aarch64.rpm | b87f00036c57f497355c113863f6b408833a412890ba8a100abb82902377c165 | - | ol8_aarch64_codeready_builder | |
libasan-8.5.0-24.0.1.el8_10.aarch64.rpm | 4baa1a9446952d6080a594640487cb25e2b76d0b6d11b8fc0a9a70a7af1842f4 | - | ol8_aarch64_baseos_latest | |
libasan-8.5.0-24.0.1.el8_10.aarch64.rpm | 4baa1a9446952d6080a594640487cb25e2b76d0b6d11b8fc0a9a70a7af1842f4 | - | ol8_aarch64_u10_baseos_patch | |
libatomic-8.5.0-24.0.1.el8_10.aarch64.rpm | c3cfc6f0f05587e6a950eb074b4d69c4893c457ec392816044217236c5672fd3 | - | ol8_aarch64_baseos_latest | |
libatomic-8.5.0-24.0.1.el8_10.aarch64.rpm | c3cfc6f0f05587e6a950eb074b4d69c4893c457ec392816044217236c5672fd3 | - | ol8_aarch64_u10_baseos_patch | |
libatomic-static-8.5.0-24.0.1.el8_10.aarch64.rpm | 1831d3374502264b2c0a429b58a2d9e1623f8fca829aefc610643f4aaa5d0350 | - | ol8_aarch64_baseos_latest | |
libatomic-static-8.5.0-24.0.1.el8_10.aarch64.rpm | 1831d3374502264b2c0a429b58a2d9e1623f8fca829aefc610643f4aaa5d0350 | - | ol8_aarch64_u10_baseos_patch | |
libgcc-8.5.0-24.0.1.el8_10.aarch64.rpm | 61d2add9affd6f2fcd90e7a403d79b390d6b384bbce4edc81052dc6414c6b101 | - | ol8_aarch64_baseos_latest | |
libgcc-8.5.0-24.0.1.el8_10.aarch64.rpm | 61d2add9affd6f2fcd90e7a403d79b390d6b384bbce4edc81052dc6414c6b101 | - | ol8_aarch64_u10_baseos_patch | |
libgfortran-8.5.0-24.0.1.el8_10.aarch64.rpm | e4d794eaed1d8d36fba843eae078f2ba3f92f053bfd90a2976075a068f9d8461 | - | ol8_aarch64_baseos_latest | |
libgfortran-8.5.0-24.0.1.el8_10.aarch64.rpm | e4d794eaed1d8d36fba843eae078f2ba3f92f053bfd90a2976075a068f9d8461 | - | ol8_aarch64_u10_baseos_patch | |
libgfortran-static-8.5.0-24.0.1.el8_10.aarch64.rpm | 6f0177d7db23375669c22e36ea22570407d730e4061aa8fea101acf7f19b7e34 | - | ol8_aarch64_codeready_builder | |
libgomp-8.5.0-24.0.1.el8_10.aarch64.rpm | e85ba7fa1add2ad1895fbdab3bd5d730c01a0547cd573c415cd0e470450606c2 | - | ol8_aarch64_baseos_latest | |
libgomp-8.5.0-24.0.1.el8_10.aarch64.rpm | e85ba7fa1add2ad1895fbdab3bd5d730c01a0547cd573c415cd0e470450606c2 | - | ol8_aarch64_u10_baseos_patch | |
libitm-8.5.0-24.0.1.el8_10.aarch64.rpm | f4209b4d5caddab9a361298506bf7bad060c71fec7916ff16b87bebf6b6f1309 | - | ol8_aarch64_baseos_latest | |
libitm-8.5.0-24.0.1.el8_10.aarch64.rpm | f4209b4d5caddab9a361298506bf7bad060c71fec7916ff16b87bebf6b6f1309 | - | ol8_aarch64_u10_baseos_patch | |
libitm-devel-8.5.0-24.0.1.el8_10.aarch64.rpm | d4633f534a2309fc1432dedbe3f4562de524c58e161117d329640bbe0c54a487 | - | ol8_aarch64_appstream | |
liblsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 122f23a7f33546655e87620b7447bf2c7eb0483877a10410ab185cc918532e5d | - | ol8_aarch64_baseos_latest | |
liblsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 122f23a7f33546655e87620b7447bf2c7eb0483877a10410ab185cc918532e5d | - | ol8_aarch64_u10_baseos_patch | |
libstdc++-8.5.0-24.0.1.el8_10.aarch64.rpm | 4f88f286af0328364a5d2bee47c1678ebdb8dfec42c835790158d61c3654040c | - | ol8_aarch64_baseos_latest | |
libstdc++-8.5.0-24.0.1.el8_10.aarch64.rpm | 4f88f286af0328364a5d2bee47c1678ebdb8dfec42c835790158d61c3654040c | - | ol8_aarch64_u10_baseos_patch | |
libstdc++-devel-8.5.0-24.0.1.el8_10.aarch64.rpm | b3261c7c897de07da4ebce29253e437710099ced35471ceb2c6d9f444204a01b | - | ol8_aarch64_appstream | |
libstdc++-docs-8.5.0-24.0.1.el8_10.aarch64.rpm | 998b1a40d8eabfe2febe1b18b3004dcf595b97b8a8e5c516e0982fa64692797d | - | ol8_aarch64_appstream | |
libstdc++-static-8.5.0-24.0.1.el8_10.aarch64.rpm | 76c5c17451d40abcb2fadc6a87fa877359ad289d9c1e5c9684bf4f7d6d55bdf6 | - | ol8_aarch64_codeready_builder | |
libtsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 741f0d70fcddf789b8786d8bf6f053e184f6fed71fc94b8b05a1ea5e790dd1c8 | - | ol8_aarch64_baseos_latest | |
libtsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 741f0d70fcddf789b8786d8bf6f053e184f6fed71fc94b8b05a1ea5e790dd1c8 | - | ol8_aarch64_u10_baseos_patch | |
libubsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 0ccc1d57fefa001cbb2ec8490c147edaac4ef42e77f86913427013093f4eb613 | - | ol8_aarch64_baseos_latest | |
libubsan-8.5.0-24.0.1.el8_10.aarch64.rpm | 0ccc1d57fefa001cbb2ec8490c147edaac4ef42e77f86913427013093f4eb613 | - | ol8_aarch64_u10_baseos_patch | |
Oracle Linux 8 (x86_64) | gcc-8.5.0-24.0.1.el8_10.src.rpm | cbba642bf0f5a31417b9ca0be2de51e9e44053d929217c0db0f586c919e8db85 | - | ol8_x86_64_appstream |
gcc-8.5.0-24.0.1.el8_10.src.rpm | cbba642bf0f5a31417b9ca0be2de51e9e44053d929217c0db0f586c919e8db85 | - | ol8_x86_64_baseos_latest | |
gcc-8.5.0-24.0.1.el8_10.src.rpm | cbba642bf0f5a31417b9ca0be2de51e9e44053d929217c0db0f586c919e8db85 | - | ol8_x86_64_codeready_builder | |
gcc-8.5.0-24.0.1.el8_10.src.rpm | cbba642bf0f5a31417b9ca0be2de51e9e44053d929217c0db0f586c919e8db85 | - | ol8_x86_64_u10_baseos_patch | |
cpp-8.5.0-24.0.1.el8_10.x86_64.rpm | c24900468f05487e8d20a07f036c1122322e9bc1be83fe626ba6db3170a2ca88 | - | ol8_x86_64_appstream | |
gcc-8.5.0-24.0.1.el8_10.x86_64.rpm | 400fc7b0b76847fbd5794336039498484bae9667ed7c703068dbd5d815aca9cd | - | ol8_x86_64_appstream | |
gcc-c++-8.5.0-24.0.1.el8_10.x86_64.rpm | 12990cd0563f6cbe819f897ee5ffcd27af54c050d2617e75a6a024969aba639c | - | ol8_x86_64_appstream | |
gcc-gdb-plugin-8.5.0-24.0.1.el8_10.i686.rpm | a40703d705995d1e79be0e7fcc4ad632c58ddb0cf8654f504b7647eb17eb8a66 | - | ol8_x86_64_appstream | |
gcc-gdb-plugin-8.5.0-24.0.1.el8_10.x86_64.rpm | 3d7abb8668f938eb296155a0dffb9290f035efb01ec97608e6f9ac646626e7ee | - | ol8_x86_64_appstream | |
gcc-gfortran-8.5.0-24.0.1.el8_10.x86_64.rpm | 34dd25e65a389ab463430d33e010f795ddb9cc5f252a4c311ff7185be073109a | - | ol8_x86_64_appstream | |
gcc-offload-nvptx-8.5.0-24.0.1.el8_10.x86_64.rpm | 826021654b6aad3b7fb3865739f2271d7516e07f6a82e4caf4c64af3d24d1532 | - | ol8_x86_64_appstream | |
gcc-plugin-annobin-8.5.0-24.0.1.el8_10.x86_64.rpm | f40504cd255a6c21ac043328f9416ba5c9e31ff6dbf8ef7ce1b1b3eabea2f63e | - | ol8_x86_64_appstream | |
gcc-plugin-devel-8.5.0-24.0.1.el8_10.i686.rpm | b35463519e5214bafb5b78eae458a9fa3f703761d205f1c4cc3c5161ac725214 | - | ol8_x86_64_codeready_builder | |
gcc-plugin-devel-8.5.0-24.0.1.el8_10.x86_64.rpm | f40986e74c8db86603fd3f7996fbe504f5c84f1b8622b9e64b9d7917c8487925 | - | ol8_x86_64_codeready_builder | |
libasan-8.5.0-24.0.1.el8_10.i686.rpm | 2043a5d04794478a75ed5f48dcb3a7a8eb10ddd1a070fe5214b2935b45fa30d2 | - | ol8_x86_64_baseos_latest | |
libasan-8.5.0-24.0.1.el8_10.i686.rpm | 2043a5d04794478a75ed5f48dcb3a7a8eb10ddd1a070fe5214b2935b45fa30d2 | - | ol8_x86_64_u10_baseos_patch | |
libasan-8.5.0-24.0.1.el8_10.x86_64.rpm | b5bd4e6fd8800389e7ad87666227f4bb6608655fa1c497a0ce2cbd823c87f99d | - | ol8_x86_64_baseos_latest | |
libasan-8.5.0-24.0.1.el8_10.x86_64.rpm | b5bd4e6fd8800389e7ad87666227f4bb6608655fa1c497a0ce2cbd823c87f99d | - | ol8_x86_64_u10_baseos_patch | |
libatomic-8.5.0-24.0.1.el8_10.i686.rpm | c38d377eebd882cd7b6e1280163ecda3fac8794b8c12dc36a7df5dc72e375afb | - | ol8_x86_64_baseos_latest | |
libatomic-8.5.0-24.0.1.el8_10.i686.rpm | c38d377eebd882cd7b6e1280163ecda3fac8794b8c12dc36a7df5dc72e375afb | - | ol8_x86_64_u10_baseos_patch | |
libatomic-8.5.0-24.0.1.el8_10.x86_64.rpm | 8779a2ecf105ccd80bff364f7a279b6c9860eacf3f1eb1e91a0663fa56a54c0d | - | ol8_x86_64_baseos_latest | |
libatomic-8.5.0-24.0.1.el8_10.x86_64.rpm | 8779a2ecf105ccd80bff364f7a279b6c9860eacf3f1eb1e91a0663fa56a54c0d | - | ol8_x86_64_u10_baseos_patch | |
libatomic-static-8.5.0-24.0.1.el8_10.i686.rpm | 62a0fd02a7b5120dbb13ce31faa3165099f6cc6ac39aa4e65ccceab46194de95 | - | ol8_x86_64_baseos_latest | |
libatomic-static-8.5.0-24.0.1.el8_10.i686.rpm | 62a0fd02a7b5120dbb13ce31faa3165099f6cc6ac39aa4e65ccceab46194de95 | - | ol8_x86_64_u10_baseos_patch | |
libatomic-static-8.5.0-24.0.1.el8_10.x86_64.rpm | c22a3d24c9b03f0e0d63cc36bb04a438cd6e042fecd1809503556d20bc24d206 | - | ol8_x86_64_baseos_latest | |
libatomic-static-8.5.0-24.0.1.el8_10.x86_64.rpm | c22a3d24c9b03f0e0d63cc36bb04a438cd6e042fecd1809503556d20bc24d206 | - | ol8_x86_64_u10_baseos_patch | |
libgcc-8.5.0-24.0.1.el8_10.i686.rpm | 3774488ffa9f01f0500304e1f3b98c0f80651147dc03fc75ebe4fa8b2ba1c591 | - | ol8_x86_64_baseos_latest | |
libgcc-8.5.0-24.0.1.el8_10.i686.rpm | 3774488ffa9f01f0500304e1f3b98c0f80651147dc03fc75ebe4fa8b2ba1c591 | - | ol8_x86_64_u10_baseos_patch | |
libgcc-8.5.0-24.0.1.el8_10.x86_64.rpm | 8b65910f26e96038a0577a04001194e049b45610734ffc3edab5d1ccffa4ad63 | - | ol8_x86_64_baseos_latest | |
libgcc-8.5.0-24.0.1.el8_10.x86_64.rpm | 8b65910f26e96038a0577a04001194e049b45610734ffc3edab5d1ccffa4ad63 | - | ol8_x86_64_u10_baseos_patch | |
libgfortran-8.5.0-24.0.1.el8_10.i686.rpm | 15572fe241063bbe475be6018dce97fa0107abc2d35b010621c58c2a5b13d37d | - | ol8_x86_64_baseos_latest | |
libgfortran-8.5.0-24.0.1.el8_10.i686.rpm | 15572fe241063bbe475be6018dce97fa0107abc2d35b010621c58c2a5b13d37d | - | ol8_x86_64_u10_baseos_patch | |
libgfortran-8.5.0-24.0.1.el8_10.x86_64.rpm | 2fdd60a34644722bdd5d4cf8cfce1cd9252d037e20afb4cf56686a4e6cc217c0 | - | ol8_x86_64_baseos_latest | |
libgfortran-8.5.0-24.0.1.el8_10.x86_64.rpm | 2fdd60a34644722bdd5d4cf8cfce1cd9252d037e20afb4cf56686a4e6cc217c0 | - | ol8_x86_64_u10_baseos_patch | |
libgfortran-static-8.5.0-24.0.1.el8_10.i686.rpm | 50ad2aca2e5ca08fc922c650ad90ad8eee6fcd7ea3073b521ac708dc92e2b738 | - | ol8_x86_64_codeready_builder | |
libgfortran-static-8.5.0-24.0.1.el8_10.x86_64.rpm | 9dc82999bd84c2db8054d1592ea1ec1cfd23522d3946f262633d5995af6658da | - | ol8_x86_64_codeready_builder | |
libgomp-8.5.0-24.0.1.el8_10.i686.rpm | 09262abf40411e11f7498e00c2520cb9a07eb6656886497b4d0ffd2a6a82945b | - | ol8_x86_64_baseos_latest | |
libgomp-8.5.0-24.0.1.el8_10.i686.rpm | 09262abf40411e11f7498e00c2520cb9a07eb6656886497b4d0ffd2a6a82945b | - | ol8_x86_64_u10_baseos_patch | |
libgomp-8.5.0-24.0.1.el8_10.x86_64.rpm | 6b352e5c004987cb00f22fc037d388d5d8e10836948fe5a7001273d90b3bde37 | - | ol8_x86_64_baseos_latest | |
libgomp-8.5.0-24.0.1.el8_10.x86_64.rpm | 6b352e5c004987cb00f22fc037d388d5d8e10836948fe5a7001273d90b3bde37 | - | ol8_x86_64_u10_baseos_patch | |
libgomp-offload-nvptx-8.5.0-24.0.1.el8_10.x86_64.rpm | 436fdfa3a5b7f2a4700512a2ed50edfee044f5b54d7a3eefcd9a8e7ecf074db0 | - | ol8_x86_64_baseos_latest | |
libgomp-offload-nvptx-8.5.0-24.0.1.el8_10.x86_64.rpm | 436fdfa3a5b7f2a4700512a2ed50edfee044f5b54d7a3eefcd9a8e7ecf074db0 | - | ol8_x86_64_u10_baseos_patch | |
libitm-8.5.0-24.0.1.el8_10.i686.rpm | 4c76d61b5c0179186798aa54681e4f793cc0415d18231a9c98afc64203d0667b | - | ol8_x86_64_baseos_latest | |
libitm-8.5.0-24.0.1.el8_10.i686.rpm | 4c76d61b5c0179186798aa54681e4f793cc0415d18231a9c98afc64203d0667b | - | ol8_x86_64_u10_baseos_patch | |
libitm-8.5.0-24.0.1.el8_10.x86_64.rpm | c1936de5caf38a83307305ab87ae3c08cce10475b40b17991eeab837798557e2 | - | ol8_x86_64_baseos_latest | |
libitm-8.5.0-24.0.1.el8_10.x86_64.rpm | c1936de5caf38a83307305ab87ae3c08cce10475b40b17991eeab837798557e2 | - | ol8_x86_64_u10_baseos_patch | |
libitm-devel-8.5.0-24.0.1.el8_10.i686.rpm | 83fa3b2ef21abd8d919abc3af164f733b3bcddf0f6b69c3d8bea36b2ca5b35cf | - | ol8_x86_64_appstream | |
libitm-devel-8.5.0-24.0.1.el8_10.x86_64.rpm | 5f3277d89f19dec68e7dcfa71e787ae7f37e9c2f913c7f7e4a42a2de09c9753d | - | ol8_x86_64_appstream | |
liblsan-8.5.0-24.0.1.el8_10.x86_64.rpm | 5a5ba25bd7bc0312d425dd221e20273a1cc643672933dc0f80b4b79d3c27b210 | - | ol8_x86_64_baseos_latest | |
liblsan-8.5.0-24.0.1.el8_10.x86_64.rpm | 5a5ba25bd7bc0312d425dd221e20273a1cc643672933dc0f80b4b79d3c27b210 | - | ol8_x86_64_u10_baseos_patch | |
libquadmath-8.5.0-24.0.1.el8_10.i686.rpm | 7b5ae1c383b058da7de72af2228e198a5d202ee4c06f98f7521368a8d02e2735 | - | ol8_x86_64_baseos_latest | |
libquadmath-8.5.0-24.0.1.el8_10.i686.rpm | 7b5ae1c383b058da7de72af2228e198a5d202ee4c06f98f7521368a8d02e2735 | - | ol8_x86_64_u10_baseos_patch | |
libquadmath-8.5.0-24.0.1.el8_10.x86_64.rpm | 73efe4a353688347421fd7a4a7d9f08aba91208a7b4724cd9b107465549c9b38 | - | ol8_x86_64_baseos_latest | |
libquadmath-8.5.0-24.0.1.el8_10.x86_64.rpm | 73efe4a353688347421fd7a4a7d9f08aba91208a7b4724cd9b107465549c9b38 | - | ol8_x86_64_u10_baseos_patch | |
libquadmath-devel-8.5.0-24.0.1.el8_10.i686.rpm | 60f89fa9e16eff0216246d2de5c53623dd827eff45fb1764fa25a6652ee6e741 | - | ol8_x86_64_appstream | |
libquadmath-devel-8.5.0-24.0.1.el8_10.x86_64.rpm | bba2c04165c58a27c40f89597d005f82172620ee4eb00c855d72a5f3e453b458 | - | ol8_x86_64_appstream | |
libquadmath-static-8.5.0-24.0.1.el8_10.i686.rpm | 9cd080b0cc26fac75d3bc058816628653260411305fc4251e4127da321cb61e4 | - | ol8_x86_64_codeready_builder | |
libquadmath-static-8.5.0-24.0.1.el8_10.x86_64.rpm | 0e4388e5db89d8abca38e9c582a375a40c535de32993cd9a362b02d9378e16b5 | - | ol8_x86_64_codeready_builder | |
libstdc++-8.5.0-24.0.1.el8_10.i686.rpm | 74dee4491976b92f23094a7015a7af3bc04c850459c200a2465d818ab684672c | - | ol8_x86_64_baseos_latest | |
libstdc++-8.5.0-24.0.1.el8_10.i686.rpm | 74dee4491976b92f23094a7015a7af3bc04c850459c200a2465d818ab684672c | - | ol8_x86_64_u10_baseos_patch | |
libstdc++-8.5.0-24.0.1.el8_10.x86_64.rpm | 5a10a8bff47c1bdcd716ef3def8549c4b0a5df51168d7a559bd55313f46127ab | - | ol8_x86_64_baseos_latest | |
libstdc++-8.5.0-24.0.1.el8_10.x86_64.rpm | 5a10a8bff47c1bdcd716ef3def8549c4b0a5df51168d7a559bd55313f46127ab | - | ol8_x86_64_u10_baseos_patch | |
libstdc++-devel-8.5.0-24.0.1.el8_10.i686.rpm | 2cd00bbd01cfe9950728034d18a5476ac31538d2320861c41febeb8a31ad84d6 | - | ol8_x86_64_appstream | |
libstdc++-devel-8.5.0-24.0.1.el8_10.x86_64.rpm | bf71ccafaa0540ad7e8103c2e63e673ec772be68348e262779634f3027c15454 | - | ol8_x86_64_appstream | |
libstdc++-docs-8.5.0-24.0.1.el8_10.x86_64.rpm | 5e44343794c784f8a06583626b34d00b2b8d0b10d30bdd32b127400cc3b09fb0 | - | ol8_x86_64_appstream | |
libstdc++-static-8.5.0-24.0.1.el8_10.i686.rpm | 745e0ea5fda76bd5effa1d37119516c7e6b673964cb23b92ed1dbc033f3dcf76 | - | ol8_x86_64_codeready_builder | |
libstdc++-static-8.5.0-24.0.1.el8_10.x86_64.rpm | 003fcbcaac5c5c95fb54416cd366f093f9c26ff1abe3d00b18391fbe83ad79bf | - | ol8_x86_64_codeready_builder | |
libtsan-8.5.0-24.0.1.el8_10.x86_64.rpm | c4c0a27b3c55ce1f48eee34dd181789477d28ecd3d6da7d7cf7afd967fa91a5f | - | ol8_x86_64_baseos_latest | |
libtsan-8.5.0-24.0.1.el8_10.x86_64.rpm | c4c0a27b3c55ce1f48eee34dd181789477d28ecd3d6da7d7cf7afd967fa91a5f | - | ol8_x86_64_u10_baseos_patch | |
libubsan-8.5.0-24.0.1.el8_10.i686.rpm | caadfdf868ae48eabfbccce8aeba184b7c4aa0a5dffe42c6530be55af13797ec | - | ol8_x86_64_baseos_latest | |
libubsan-8.5.0-24.0.1.el8_10.i686.rpm | caadfdf868ae48eabfbccce8aeba184b7c4aa0a5dffe42c6530be55af13797ec | - | ol8_x86_64_u10_baseos_patch | |
libubsan-8.5.0-24.0.1.el8_10.x86_64.rpm | 75c4838a13d9b0aaee926a3204f1b4d124b05b879218009928725eab5734e45a | - | ol8_x86_64_baseos_latest | |
libubsan-8.5.0-24.0.1.el8_10.x86_64.rpm | 75c4838a13d9b0aaee926a3204f1b4d124b05b879218009928725eab5734e45a | - | 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