From patchwork Sat Mar 18 21:17:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 740637 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vlw5c65fYz9ryv for ; Sun, 19 Mar 2017 08:17:24 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="vb3ibMES"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; q=dns; s=default; b=c0SaY3KPrMDankXZCkQAH2EvUru5GCIrbKB55VUd/Tl+i444Mk NjacVm6apxANVf/87EBrQozkfqPbDeznIxLcIGoU/BQoK57/bhAiyP3OF2MOMHCk wavoq6t3omo5cAX6GyARtRn8woTgE4XB+uL9v7cus1MyN+wOM+eX3VBoY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; s= default; bh=hp40INWiIPj+ZKqxDB0Cb41HSYk=; b=vb3ibMESM0saiOAyDyjS mj0wxOhvfJjQwIpyepJnU79KIKV0augYuQUvdMG5zJAoCduDRAxvNeSMBm0Tv/VT 92SWTcip/P3G+jg/Q3Vx0XevFj49N8kzADVcGR5tCnBqmleh1bSdBdnNlSrPA9Ti ZIdCLjAfENMmELqmES3RCsw= Received: (qmail 10274 invoked by alias); 18 Mar 2017 21:17:10 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 10253 invoked by uid 89); 18 Mar 2017 21:17:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=kindly X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 18 Mar 2017 21:17:07 +0000 Received: from anthias (vie-188-118-249-200.dsl.sil.at [188.118.249.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 462153F532; Sat, 18 Mar 2017 17:17:02 -0400 (EDT) Date: Sat, 18 Mar 2017 22:17:00 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Segher Boessenkool Subject: [doc] Add Segher to contrib.texi Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Applied. (Segher kindly reviewed this in draft form.) If anyone else is missing, now would be a good time to speak up. ;) Gerald 2017-03-18 Gerald Pfeifer * doc/contrib.texi (Contributors): Add Segher Boessenkool. Index: doc/contrib.texi =================================================================== --- doc/contrib.texi (revision 246259) +++ doc/contrib.texi (working copy) @@ -89,6 +89,10 @@ Java work. @item +Segher Boessenkool for helping maintain the PowerPC port and the +instruction combiner plus various contributions to the middle end. + +@item Neil Booth for work on cpplib, lang hooks, debug hooks and other miscellaneous clean-ups.