From patchwork Fri Oct 31 19:34:33 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Law X-Patchwork-Id: 405537 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 BBD3914007D for ; Sat, 1 Nov 2014 06:34:43 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=d6lpqjowwg7c7emD559abMU6zwI2o/uttj3LNVvgVc+dzG lXPN2/y8FxdewhpGK2doAanNB6CZZiQ6f8dC+avjB8vnqC3YyYl5Sj4xzgvUL2Vl c/s7W52mZWodBRzRi+qOXruec/6NX+/vqIoTcsC5xqkCR8ZEvsINwHSQeaP9U= 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 :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=oqXT/txHiPHPsg8HtXfpjXU/eT0=; b=EBMHEvhWLoMzsdn8g1EB 4xBdn43ToRDH8ebjwZ5AK0EXgCUu2hg1l0dqBqMKCtxQlFxZAm3g+XMS9m8ZaxK+ IOtldX2WS+sDTW6kwza8mywJpP7A2nGNXH4zVbtfpe6Xyg6qQdt+DZMuKVfRShEL asMUzfoXTdKE9iKCmpT7VL0= Received: (qmail 17577 invoked by alias); 31 Oct 2014 19:34:36 -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 17565 invoked by uid 89); 31 Oct 2014 19:34:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 31 Oct 2014 19:34:35 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9VJYYuL009908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 31 Oct 2014 15:34:34 -0400 Received: from [10.3.113.113] (ovpn-113-113.phx2.redhat.com [10.3.113.113]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9VJYYE3030229 for ; Fri, 31 Oct 2014 15:34:34 -0400 Message-ID: <5453E449.4080900@redhat.com> Date: Fri, 31 Oct 2014 13:34:33 -0600 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: doc/contrib.texi X-IsSubscribed: yes Two additions to a file that has gotten seriously out of date. Installed on the trunk. * doc/contrib.texi: Add contribution notes for Balaji Iyer (Cilk+) and Jonny Grant (collect2). diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 9117f8e..3b696fa 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -325,6 +325,9 @@ support, improved leaf function register allocation, and his direction via the steering committee. @item +Jonny Grant for improvements to @code{collect2's} @option{--help} documentation. + +@item Anthony Green for his @option{-Os} contributions, the moxie port, and Java front end work. @@ -421,6 +424,9 @@ Kamil Iskra for general m68k hacking. Lee Iverson for random fixes and MIPS testing. @item +Balaji V. Iyer for Cilk+ development and merging. + +@item Andreas Jaeger for testing and benchmarking of GCC and various bug fixes. @item