This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 95f012ef4a7 Fortran testsuite: fix invalid Fortran in testcase new 0198cade5ac btf: fix type id in BTF_KIND_FUNC struct data. new 69a3ce49bda btf: add BTF_KIND_FUNC traversal function. new 38d2eb337b4 bpf: Always emit .BTF.ext section if generating BTF new 77142bdba48 bpf: implementation of func_info in .BTF.ext. new 13914f4be9d bpf: renames coreout.* files to btfext-out.*.
The 5 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/btfout.cc | 28 +- gcc/config.gcc | 4 +- gcc/config/bpf/bpf.cc | 32 +- gcc/config/bpf/btfext-out.cc | 617 +++++++++++++++++++++ gcc/config/bpf/{coreout.h => btfext-out.h} | 22 +- gcc/config/bpf/core-builtins.cc | 2 +- gcc/config/bpf/core-builtins.h | 2 +- gcc/config/bpf/coreout.cc | 383 ------------- gcc/config/bpf/t-bpf | 4 +- gcc/ctfc.h | 3 + gcc/dwarf2ctf.cc | 12 +- .../gcc.target/bpf/btfext-funcinfo-nocore.c | 42 ++ .../bpf/{core-section-1.c => btfext-funcinfo.c} | 20 +- gcc/testsuite/gcc.target/bpf/core-attr-5.c | 9 +- gcc/testsuite/gcc.target/bpf/core-attr-6.c | 6 +- .../bpf/core-builtin-fieldinfo-offset-1.c | 13 +- gcc/testsuite/gcc.target/bpf/core-section-1.c | 2 +- 17 files changed, 761 insertions(+), 440 deletions(-) create mode 100644 gcc/config/bpf/btfext-out.cc rename gcc/config/bpf/{coreout.h => btfext-out.h} (82%) delete mode 100644 gcc/config/bpf/coreout.cc create mode 100644 gcc/testsuite/gcc.target/bpf/btfext-funcinfo-nocore.c copy gcc/testsuite/gcc.target/bpf/{core-section-1.c => btfext-funcinfo.c} (50%)