From patchwork Fri Dec 3 20:47:06 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 74213 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]) by ozlabs.org (Postfix) with SMTP id EED92B70AA for ; Sat, 4 Dec 2010 07:47:22 +1100 (EST) Received: (qmail 16957 invoked by alias); 3 Dec 2010 20:47:18 -0000 Received: (qmail 16947 invoked by uid 22791); 3 Dec 2010 20:47:17 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, TW_GC, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Dec 2010 20:47:13 +0000 Received: from wpaz17.hot.corp.google.com (wpaz17.hot.corp.google.com [172.24.198.81]) by smtp-out.google.com with ESMTP id oB3KlBb9019586 for ; Fri, 3 Dec 2010 12:47:11 -0800 Received: from pwj9 (pwj9.prod.google.com [10.241.219.73]) by wpaz17.hot.corp.google.com with ESMTP id oB3Kl9SQ006160 for ; Fri, 3 Dec 2010 12:47:10 -0800 Received: by pwj9 with SMTP id 9so1782706pwj.21 for ; Fri, 03 Dec 2010 12:47:09 -0800 (PST) Received: by 10.142.109.12 with SMTP id h12mr2573580wfc.31.1291409229351; Fri, 03 Dec 2010 12:47:09 -0800 (PST) Received: from coign.google.com (dhcp-172-22-123-203.mtv.corp.google.com [172.22.123.203]) by mx.google.com with ESMTPS id f5sm2716609wfg.2.2010.12.03.12.47.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Dec 2010 12:47:08 -0800 (PST) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: Patch committed: Add myself as libgo maintainer Date: Fri, 03 Dec 2010 12:47:06 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true X-IsSubscribed: yes 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 For clarity, I committed the following patch to add myself as the libgo maintainer. I take this as implied by my being the Go maintainer. This may make it easier for somebody who doesn't know that libgo is associated with Go. Ian 2010-12-03 Ian Lance Taylor * MAINTAINERS: Add myself as libgo maintainer. Index: MAINTAINERS =================================================================== --- MAINTAINERS (revision 167406) +++ MAINTAINERS (working copy) @@ -155,6 +155,7 @@ libdecnumber Ben Elliston bje@gnu.org libgcc Ian Lance Taylor ian@airs.com libgcj Tom Tromey tromey@redhat.com libgcj Bryce McKinlay mckinlay@redhat.com +libgo Ian Lance Taylor ian@airs.com libgomp Richard Henderson rth@redhat.com libgomp Jakub Jelinek jakub@redhat.com libiberty DJ Delorie dj@redhat.com