From patchwork Thu Apr 9 11:58:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Wingo X-Patchwork-Id: 6110 Received: (qmail 47757 invoked by alias); 9 Apr 2015 11:58:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 47744 invoked by uid 89); 9 Apr 2015 11:58:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_NEUTRAL autolearn=ham version=3.3.2 X-HELO: sasl.smtp.pobox.com Received: from pb-sasl1.int.icgroup.com (HELO sasl.smtp.pobox.com) (208.72.237.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 09 Apr 2015 11:58:14 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 6DF0A3FBB2 for ; Thu, 9 Apr 2015 07:58:12 -0400 (EDT) Received: from pb-sasl1.int.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 67C563FBB0 for ; Thu, 9 Apr 2015 07:58:12 -0400 (EDT) Received: from rusty (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id B80E73FBAF for ; Thu, 9 Apr 2015 07:58:11 -0400 (EDT) From: Andy Wingo To: gdb-patches@sourceware.org Subject: [PATCH][COMMITTED] Add myself to Write After Approval list Date: Thu, 09 Apr 2015 13:58:08 +0200 Message-ID: <87egnth5tb.fsf@igalia.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 X-Pobox-Relay-ID: B23BC5C8-DEAF-11E4-9088-99D0625725FD-02397024!pb-sasl1.pobox.com X-IsSubscribed: yes Committed as an obvious fix. From 2f2680f33a356115fb31c932d3b983fcae89902f Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 9 Apr 2015 11:33:22 +0200 Subject: [PATCH] Add myself to Write After Approval list. gdb/ChangeLog: * MAINTAINERS (Write After Approval): Add Andy Wingo. --- gdb/ChangeLog | 4 ++++ gdb/MAINTAINERS | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 84d437f..e299ec3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-04-09 Andy Wingo + + * MAINTAINERS (Write After Approval): Add Andy Wingo. + 2015-04-09 H.J. Lu * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 9c63fbf..a67a1a8 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -669,6 +669,7 @@ Mark Wielaard mjw@redhat.com Nathan Williams nathanw@wasabisystems.com Bob Wilson bob.wilson@acm.org Jim Wilson wilson@tuliptree.org +Andy Wingo wingo@igalia.com Mike Wrighton wrighton@codesourcery.com Kwok Cheung Yeung kcy@codesourcery.com Elena Zannoni elena.zannoni@oracle.com -- 2.1.4