Name: | gcc-c++-bpf-unknown-none |
---|---|
Version: | 8.5.0 |
Release: | 4.0.1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 16929448 |
License: | GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD |
RPM: | gcc-c++-bpf-unknown-none-8.5.0-4.0.1.el8.x86_64.rpm |
Source RPM: | cross-gcc-8.5.0-4.0.1.el8.src.rpm |
Build Date: | Tue May 31 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://gcc.gnu.org |
Summary: | Cross-build binary utilities for bpf-unknown-none |
Description: | Cross-build GNU C++ compiler. Only the compiler is provided; not libstdc++. Support for cross-building user space programs is not currently provided as that would massively multiply the number of packages. |
- Add fix for Orabug 34066706 from native GCC: + Report error when PROGRAM_SUMMARY section missing in .gcda file. - Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
- Update to GCC 8.5.0-10 release - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Update to GCC 8.5.0-4 release - add -Wbidirectional patch (#2008391) - Reviewed-by: Jose E. Machesi <jose.marchesi@oracle.com>
- Forward-port to gcc 8.5.0 - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Backport the following fixes from upstream: + 1848fbf0546 ctfc: Free CTF container elements in ctfc_delete_container () + ae2df1a347f ctf: Do not warn for CTF not supported for GNU GIMPLE + d6a87d96d74 debug/102507: ICE in btf_finalize when compiling with -gbtf - Remove BPF CO-RE support. - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Add BPF atomic instructions - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Forward-port to gcc 8.4.1 - Fix ICE reported in Orabug 33249606 by backporting fix for upstream PR85401 - Add CTF/BTF support to match OL8 GCC - Backport the following BPF bug-fixes from upstream: + 0a662e103e9 bpf: align function entry point to 64 bits + 886b6c1e8af bpf: allow BSS symbols to be global symbols + c3a0f537391 bpf: generate indirect calls for xBPF + 7c8ba5da80d bpf: use xBPF signed div,mod insns when available + 4f0f696fea1 bpf: correct zero_extend output_templates - Add BPF CO-RE support - Add BPF -mcpu and related feature options - Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
- Backport of upstream patch: 5bcc0fa05ef713594f6c6d55d5c837e13a9c9803 - Use expected insn for BPFNOP. - Reviewed-by: David Faust <david.faust@oracle.com>
- Backports of upstream patches: + c9d44022359 bpf: use elfos.h + e87c540fe43 bpf: remove trailing whitespaces from source files + af30b83b509 bpf: more flexible support for kernel helpers - Reviewed-by: Qing Zhao <qing.zhao@oracle.com>
- Support for the -mxbpf command line option. - Do not save/restore callee-saved registers in function prologues/epilogues unless generating xBPF. - Reviewed-by: Elena Zannoni <elena.zannoni@oracle.com>