-
Tue May 31 2022 David Faust <david.faust@oracle.com> - 8.5.0-4.0.1
- 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>
-
Tue Apr 05 2022 David Faust <david.faust@oracle.com> - 8.5.0-3.0.1
- Update to GCC 8.5.0-10 release
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Mon Nov 29 2021 David Faust <david.faust@oracle.com> - 8.5.0-2.0.1
- Update to GCC 8.5.0-4 release
- add -Wbidirectional patch (#2008391)
- Reviewed-by: Jose E. Machesi <jose.marchesi@oracle.com>
-
Thu Oct 14 2021 David Faust <david.faust@oracle.com> - 8.5.0-1.0.1
- Forward-port to gcc 8.5.0
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Fri Oct 08 2021 David Faust <david.faust@oracle.com> - 8.4.1-1.0.3
- 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>
-
Thu Sep 23 2021 Guillermo E. Martinez <guillermo.e.martinez@oracle.com> - 8.4.1-1.0.2
- Add BPF atomic instructions
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
-
Tue Sep 21 2021 David Faust <david.faust@oracle.com> - 8.4.1-1.0.1
- 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>
-
Tue Sep 15 2020 Jose E. Marchesi <jose.marchesi@oracle.com> - 8.3.1-1.0.7
- Backport of upstream patch:
5bcc0fa05ef713594f6c6d55d5c837e13a9c9803 - Use expected insn for BPFNOP.
- Reviewed-by: David Faust <david.faust@oracle.com>
-
Wed Sep 02 2020 Jose E. Marchesi <jose.marchesi@oracle.com> - 8.3.1-1.0.6
- 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>
-
Tue Apr 07 2020 Jose E. Marchesi <jose.marchesi@oracle.com> - 8.3.1-1.0.5
- 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>