From patchwork Thu Dec 17 16:48:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andris Pavenis X-Patchwork-Id: 558424 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 DB8AE1402BF for ; Fri, 18 Dec 2015 03:49:01 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=hDS553h/; 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:to :from:subject:message-id:date:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=yXTPAv0SsxI1a0+O tNmZCambPsD+diI45stb5AsTg3r958hpRq2OukDL0k/EnZtuZiwWENq5E+aHUQ2N LG7C2zZ+MaNmjR5lavKOOQNBuN76QlLKVx1EYENgj3/EaVuxVV5lXTwRmADV0N1u uKXak8LlH+7LHBbH0/Z6NIAzeS8= 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:to :from:subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=default; bh=ZbZAv87s+DceC8fgg4cGue xq9Bg=; b=hDS553h/Xe/jwHQxP9LpwzkaDWOGPXpZx8Fv26ENuWy+7Y3oFMhRI2 mZcX4kiAAvaKLgwr6B29N7x2M02NuiZ+2h3IDrDsVrRJC2UdfgYZVLhvOfuvHK+m 4o73OT1LbG5Ox5cYgb8cRxmao1lWAiC++jOtD5kdyH+UzfO9JKb+I= Received: (qmail 74639 invoked by alias); 17 Dec 2015 16:48:54 -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 74630 invoked by uid 89); 17 Dec 2015 16:48:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.7 required=5.0 tests=AWL, BAYES_50, KAM_ASCII_DIVIDERS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=D*kpitcummins.com, fernando, Fernando, UD:isl.m4 X-HELO: wmh1.mail.saunalahti.fi Received: from wmh1.mail.saunalahti.fi (HELO wmh1.mail.saunalahti.fi) (62.142.5.133) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 17 Dec 2015 16:48:52 +0000 Received: from ap.localhost.localdomain (dsl-espbrasgw1-54f9db-59.dhcp.inet.fi [84.249.219.59]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: andris.pavenis@wippies.com) by wmh1.mail.saunalahti.fi (Postfix) with ESMTPSA id 6D03E5F124 for ; Thu, 17 Dec 2015 18:48:48 +0200 (EET) To: GCC Patches From: Andris Pavenis Subject: [COMMITTED] Add myself to MAINTAINERS (Write After Approval) Message-ID: <5672E770.40805@wippies.com> Date: Thu, 17 Dec 2015 18:48:48 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 X-IsSubscribed: yes Just committed.revision 231774 Andris Index: MAINTAINERS =================================================================== --- MAINTAINERS (revision 231774) +++ MAINTAINERS (working copy) @@ -525,6 +525,7 @@ Patrick Palka Seongbae Park Devang Patel +Andris Pavenis Fernando Pereira Kaushik Phatak Nicolas Pitre Index: ChangeLog =================================================================== --- ChangeLog (revision 231774) +++ ChangeLog (working copy) @@ -1,3 +1,7 @@ +2015-12-17 Andris Pavenis + + * MAINTAINERS (Write After Approval): Add Myself. + 2015-12-17 Nathan Sidwell * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.