From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73263 invoked by alias); 20 Oct 2019 18:11:57 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 73255 invoked by uid 89); 20 Oct 2019 18:11:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=Our, sk:congrat, hear, our X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 20 Oct 2019 18:11:53 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 39B7E33E08; Sun, 20 Oct 2019 14:11:52 -0400 (EDT) Received: from anthias (unknown [178.114.204.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 5E28E33E07; Sun, 20 Oct 2019 14:11:51 -0400 (EDT) Date: Sun, 20 Oct 2019 19:51:00 -0000 From: Gerald Pfeifer To: "Jose E. Marchesi" cc: Jeff Law , "Jose E. Marchesi" , gcc-patches@gcc.gnu.org, richard.sandiford@arm.com Subject: Re: [PATCH V6 05/11] bpf: new GCC port In-Reply-To: <87woehkbxm.fsf@oracle.com> Message-ID: References: <20190829151347.13536-1-jose.marchesi@oracle.com> <87sgpkgfpz.fsf@gnu.org> <87h85zf0td.fsf@oracle.com> <6055ae30-5c7c-f990-0605-9ee09c492fd0@redhat.com> <87woehkbxm.fsf@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2019-10/txt/msg01457.txt.bz2 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 submitted initially. Happy to hear. :-) > Now the real fun starts :)) 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.) Also gcc/doc/contrib.texi doesn't know anyone by your name yet. Happy to change this; let's sync off list? Gerald