This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c03db573b9e tree: Change error_operand_p to an inline function new 053db9a49b0 debug: Add BTF_WITH_CORE_DEBUG debug format new e29a9607faa bpf: Add new -mco-re option for BPF CO-RE new 849d5f5929f dwarf2out: Emit BTF in dwarf2out_finish for BPF CO-RE usecase
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/bpf/bpf.c | 25 ++++++++++++++ gcc/config/bpf/bpf.opt | 4 +++ gcc/dwarf2ctf.c | 54 +++++++++++++++++++++++-------- gcc/dwarf2ctf.h | 4 ++- gcc/dwarf2out.c | 9 ++++-- gcc/flag-types.h | 6 +++- gcc/flags.h | 4 +++ gcc/opts.c | 8 +++++ gcc/testsuite/gcc.target/bpf/core-lto-1.c | 9 ++++++ 9 files changed, 106 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gcc.target/bpf/core-lto-1.c