https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111046
Bug ID: 111046
Summary: bpf: support naked functions in BPF
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: jemarch at gcc dot gnu.org
Target Milestone: ---
BPF programs make use of the `naked' function attribute. This attribute is
supported by several targets in GCC but not currently by bpf targets.
