Re: [PATCH V3 10/11] bpf: manual updates for eBPF

2019-08-27 Thread Segher Boessenkool
On Mon, Aug 26, 2019 at 07:14:49PM +0200, Jose E. Marchesi wrote: > +@table @gcctabopt > +@item -mframe-limit=@var{bytes} > +This specifies the hard limit for frame sizes, in bytes. Currently, > +the value that can be specified should be less or equal than "less than or equal to". I didn't check

[PATCH V3 10/11] bpf: manual updates for eBPF

2019-08-26 Thread Jose E. Marchesi
gcc/ChangeLog: * doc/invoke.texi (Option Summary): Cover eBPF. (eBPF Options): New section. * doc/extend.texi (BPF Built-in Functions): Likewise. (BPF Kernel Helpers): Likewise. --- gcc/ChangeLog | 7 +++ gcc/doc/extend.texi | 171 ++