- 
    Mon Mar 07 2022 David Faust <david.faust@oracle.com> - 11.2.1-3.0.1
    - Add two more fixes for -ftrivial-auto-var-init bogus warnings from GCC12
  PR104550 and PR102276.
- Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com> 
- 
    Wed Jan 19 2022 David Faust <david.faust@oracle.com> - 11.2.1-2.0.1
    - Add the following from gcc-toolset-11-gcc:
  Tue Jan 18 2022 Qing Zhao <qing.zhao@oracle.com>
  + Add more fixes for -ftrivial-auto-var-init support from GCC12
- Reviewed-by: Qing Zhao  <qing.zhao@oracle.com> 
- 
    Mon Nov 29 2021 David Faust <david.faust@oracle.com> - 11.2.1-1.0.1
    - New cross based on GCC 11
- Add BPF CO-RE support
- Enable building aarch64 cross
- 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> 
- 
    Thu Feb 27 2020 Jose E. Marchesi <jose.marchesi@oracle.com> - 8.3.1-1.0.4
    - Avoid generation of funcalls for one_cmpl{si,di}2 insns in BPF.
- Reviewed-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>