Re: [PATCH V5 05/11] bpf: new GCC port

2019-08-29 Thread Jose E. Marchesi
> +/* Return true if an argument at the position indicated by CUM should > + be passed by reference. If the hook returns true, a copy of that > + argument is made in memory and a pointer to the argument is passed > + instead of the argument itself. */ > + > +static

Re: [PATCH V5 05/11] bpf: new GCC port

2019-08-29 Thread Richard Sandiford
jema...@gnu.org (Jose E. Marchesi) writes: > +/* Return true if an argument at the position indicated by CUM should > + be passed by reference. If the hook returns true, a copy of that > + argument is made in memory and a pointer to the argument is passed > + instead of the argument itself.

[PATCH V5 05/11] bpf: new GCC port

2019-08-28 Thread Jose E. Marchesi
This patch adds a port for the Linux kernel eBPF architecture to GCC. ChangeLog: * configure.ac: Support for bpf-*-* targets. * configure: Regenerate. contrib/ChangeLog: * config-list.mk (LIST): Disable go in bpf-*-* targets. gcc/ChangeLog: * config.gcc: Support for bpf-*-* targets