]> git.ipfire.org Git - thirdparty/gcc.git/commit
bpf: add support for the -mxbpf option
authorJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 19 May 2020 09:46:06 +0000 (11:46 +0200)
committerJose E. Marchesi <jose.marchesi@oracle.com>
Tue, 19 May 2020 09:46:06 +0000 (11:46 +0200)
commit51e10276d6792f67f1d88d90f299e7ac1b1f1f24
treedb79e5d61bc6943638ff57d37f6b4ad2e1264a01
parent00243d9a640a14413c4e051447e09741a543deae
bpf: add support for the -mxbpf option

This patch adds support for a new option -mxbpf.  This tells GCC to
generate code for an expanded version of BPF that relaxes some of the
restrictions imposed by BPF.

2020-05-19  Jose E. Marchesi  <jose.marchesi@oracle.com>

gcc/
* config/bpf/bpf.opt (mxbpf): New option.
* doc/invoke.texi (Option Summary): Add -mxbpf.
(eBPF Options): Document -mxbbpf.
gcc/ChangeLog
gcc/config/bpf/bpf.opt
gcc/doc/invoke.texi