From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9844 invoked by alias); 24 Mar 2014 08:16:48 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9827 invoked by uid 89); 24 Mar 2014 08:16:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-bk0-f52.google.com Received: from mail-bk0-f52.google.com (HELO mail-bk0-f52.google.com) (209.85.214.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 24 Mar 2014 08:16:44 +0000 Received: by mail-bk0-f52.google.com with SMTP id my13so362966bkb.39 for ; Mon, 24 Mar 2014 01:16:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:content-type; bh=U3WOg4YB17A0CV7fKMf6AuvlGHTeSguryvvKRR6v1s4=; b=TUsqrj6N6nQGzldlJiYCzxz9QyS1BCpi1DYFGuCiKDo6n3jDPTmJhKnG7Nw6Hgj6Zh LBXCLnhvtgJVD8hHv6bmAnYRJpOlpBzieZA6HBHZtoS8dpqL/w1pSYtxs9u+FomZ7wu2 xtEfWTreirsM2xvRsaYRE5h18ES3EjsQTUdKS9ObXVR9Eu8yGoFYDweVTQAiJwlSxJU5 /WC9ZHs6lmAXAaB9DfcIZH4pRKJ8CBPKMAX3PXT+YeZdyzz5u0Gd3Q6C//JWw6VcM43w aEP5XMfTTMVLscfEgw4EUg5wfq0qAPDCyCi/48MMFLzI2G2fG6WvUbhX8srR08gIKulb ywmg== X-Gm-Message-State: ALoCoQl+UHknMKn/Ew05EvXy0jhxsKe+gatYWHsjASuytcVi3KijrqWVKgQ+z/5LIonJveVgqZRg X-Received: by 10.205.12.7 with SMTP id pg7mr34971339bkb.4.1395649000842; Mon, 24 Mar 2014 01:16:40 -0700 (PDT) Received: from [192.168.0.134] (cust64-dsl91-135-5.idnet.net. [91.135.5.64]) by mx.google.com with ESMTPSA id z3sm12887242bkn.3.2014.03.24.01.16.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Mar 2014 01:16:39 -0700 (PDT) Message-ID: <532FE9E6.3000801@embecosm.com> Date: Mon, 24 Mar 2014 08:16:00 -0000 From: Pierre Langlois User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [FYI] Add myself to maintainers (write after approval) Content-Type: multipart/mixed; boundary="------------040101040406040402070100" X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00568.txt.bz2 This is a multi-part message in MIME format. --------------040101040406040402070100 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-length: 137 Hello, Commit after being granted write after approval. https://www.sourceware.org/ml/gdb-patches/2014-03/msg00534.html Best, Pierre --------------040101040406040402070100 Content-Type: text/x-patch; name="write-after-approval.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="write-after-approval.patch" Content-length: 797 diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7e52e25..68e3aac 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-03-21 Pierre Langlois + + * MAINTAINERS (Write After Approval): Add "Pierre Langlois". + 2014-03-22 Doug Evans * infcmd.c: Whitespace fixes. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 1f5752a..1720d93 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -549,6 +549,7 @@ Jim Kingdon kingdon@panix.com Paul Koning paul_koning@dell.com Jan Kratochvil jan.kratochvil@redhat.com Maxim Kuvyrkov maxim@kugelworks.com +Pierre Langlois pierre.langlois@embecosm.com Jonathan Larmour jifl@ecoscentric.com Jeff Law law@redhat.com Justin Lebar justin.lebar@gmail.com --------------040101040406040402070100--