From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24391 invoked by alias); 22 May 2014 09:02:10 -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 24022 invoked by uid 89); 22 May 2014 09:02:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: collaborate-mta1.arm.com Received: from Unknown (HELO collaborate-mta1.arm.com) (217.140.110.23) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 May 2014 09:01:56 +0000 Received: from [10.1.209.147] (e104577-lin.cambridge.arm.com [10.1.209.147]) by collaborate-mta1.arm.com (Postfix) with ESMTPS id 6B6A113F841 for ; Thu, 22 May 2014 04:01:48 -0500 (CDT) Message-ID: <537DBCFB.7040407@arm.com> Date: Thu, 22 May 2014 09:02:00 -0000 From: Ramana Radhakrishnan User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: "gdb-patches@sourceware.org" Subject: [Patch MAINTAINERS] Move self back to Write-After Approval. Content-Type: multipart/mixed; boundary="------------060102070505030307000407" X-SW-Source: 2014-05/txt/msg00531.txt.bz2 This is a multi-part message in MIME format. --------------060102070505030307000407 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 421 Quite a few years ago, while changing jobs I had put myself on the paper trail. Today I noticed that I had not fixed this after moving to ARM. I'll apply this if there are no objections. Otherwise I'd like to be removed from the "paper trail". regards Ramana 2014-05-22 Ramana Radhakrishnan * MAINTAINERS (Write After Approval): Move self back from Paper trail. --------------060102070505030307000407 Content-Type: text/plain; charset=us-ascii; name="p2.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p2.txt" Content-length: 1282 commit 59b10c5ca8753a84a5cca60ed328529a8359baf8 Author: Ramana Radhakrishnan Date: Thu May 22 09:39:58 2014 +0100 Reinstate self with Write After Approval ? diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f64a48b..6f5c9c2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-05-22 Ramana Radhakrishnan + + * MAINTAINERS (Write After Approval): Move self back from + Paper trail. + 2014-05-21 Pedro Alves PR gdb/13860 diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index c800a6c..918c5f8 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -599,6 +599,7 @@ Siddhesh Poyarekar siddhesh@redhat.com Vladimir Prus vladimir@codesourcery.com Yao Qi yao@codesourcery.com Qinwei qinwei@sunnorth.com.cn +Ramana Radhakrishnan ramana.radhakrishnan@arm.com Siva Chandra Reddy sivachandra@google.com Matt Rice ratmice@gmail.com Frederic Riss frederic.riss@st.com @@ -703,7 +704,7 @@ Christopher Faylor (MS Windows, host & native) Folks that have been caught up in a paper trail: David Carlton carlton@bactrian.org -Ramana Radhakrishnan ramana.r@gmail.com + ;; Local Variables: ;; coding: utf-8 --------------060102070505030307000407--