From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115765 invoked by alias); 24 Oct 2019 08:37:44 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 115694 invoked by uid 10018); 24 Oct 2019 08:37:43 -0000 Date: Thu, 24 Oct 2019 08:37:00 -0000 Message-ID: <20191024083743.115690.qmail@sourceware.org> From: jemarch@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5c2a6dcb380fc71d4313c3a80bf87284689ef20f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9b6196af20f6e2a8edfe5591a51e4a64f17b7eb0 X-Git-Newrev: 5c2a6dcb380fc71d4313c3a80bf87284689ef20f X-SW-Source: 2019/txt/msg00279.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 5c2a6dcb380fc71d4313c3a80bf87284689ef20f (commit) from 9b6196af20f6e2a8edfe5591a51e4a64f17b7eb0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5c2a6dcb380fc71d4313c3a80bf87284689ef20f Author: Jose E. Marchesi Date: Thu Oct 24 10:37:15 2019 +0200 2019-10-24 Jose E. Marchesi * htdocs/index.html (News): Add entry announcing the addition of the eBPF backend. diff --git a/htdocs/index.html b/htdocs/index.html index 985d425..38c4eea 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -54,6 +54,11 @@ mission statement.

News

+
eBPF support + [2019-10-23]
+
GCC support for the Linux eBPF has been added. This back end was + contributed by Jose E. Marchesi on behalf of Oracle.
+
GCC 9.2 released [2019-08-12]
----------------------------------------------------------------------- Summary of changes: htdocs/index.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) hooks/post-receive -- gcc-wwwdocs