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

2019-10-24 Thread Jose E. Marchesi
Hi Gerald. I noticed that https://gcc.gnu.org does not have a news item related to this contribution. Would you mind adding one? (Our web pages are now in GIT, cf. https://gcc.gnu.org/about.html - let me know if you need help.) Done! :)

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

2019-10-20 Thread Gerald Pfeifer
On Mon, 9 Sep 2019, Jose E. Marchesi wrote: > I just committed the port to svn trunk, in a single commit, yay! Congratulations! > Many thanks to you, richard, seguer and the other reviewers for the > great feedback and suggestions. What got committed is certainly WAY > better than what I submitt

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

2019-09-11 Thread Mike Stump
On Sep 5, 2019, at 3:50 PM, Jose E. Marchesi wrote: > I guess I should wait for acceptance of the remaining patches not having > an explicit ack? > > This leaves the following patches that still need explicit approval: > > - [PATCH V6 03/11] testsuite: annotate c-torture/compile tests with > dg

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

2019-09-09 Thread Jose E. Marchesi
I think the bits are in good enough shape they can go in now. I just committed the port to svn trunk, in a single commit, yay! Many thanks to you, richard, seguer and the other reviewers for the great feedback and suggestions. What got committed is certainly WAY better than what I subm

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

2019-09-05 Thread Jose E. Marchesi
ction, and to summarize, the accepted patches are: - [PATCH V6 01/11] Update config.sub and config.guess. - [PATCH V6 05/11] bpf: new GCC port - [PATCH V6 06/11] bpf: new libgcc port - [PATCH V6 07/11] bpf: gcc.target eBPF testsuite - [PATCH V6 10/11] bpf: manual updates for eBPF This leave

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

2019-09-03 Thread Jeff Law
On 8/30/19 3:40 AM, Jose E. Marchesi wrote: > > > This patch adds a port for the Linux kernel eBPF architecture to GCC. > > > > ChangeLog: > > > > * configure.ac: Support for bpf-*-* targets. > > * configure: Regenerate. > > > > contrib/ChangeLog: > > >

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

2019-08-30 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. >

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

2019-08-30 Thread Richard Sandiford
jema...@gnu.org (Jose E. Marchesi) writes: > 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. > >

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

2019-08-29 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.