From patchwork Thu Feb 28 07:24:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 31684 Received: (qmail 33736 invoked by alias); 28 Feb 2019 07:25:02 -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 26575 invoked by uid 89); 28 Feb 2019 07:24:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1442, 20190213 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 Feb 2019 07:24:50 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C535B560BF for ; Thu, 28 Feb 2019 02:24:48 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ke4Y6jrkBF1R for ; Thu, 28 Feb 2019 02:24:48 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5F75A1175DB for ; Thu, 28 Feb 2019 02:24:48 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E34E0849D1; Thu, 28 Feb 2019 11:24:43 +0400 (+04) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: [pushed] (gdb/sim) Move Mike Frysinger to past maintainers section Date: Thu, 28 Feb 2019 11:24:39 +0400 Message-Id: <20190228072439.9980-1-brobecker@adacore.com> Hello, Just a small change to reflect the current state of things. I'd like to thank Mike for all the good work he's done while he was Maintainer. In particular, he did a lot of cleanup and factorization within the sim common infrastructure and the various sim implementations. sim/ChangeLog: * MAINTAINERS: Move Mike Frysinger to past maintainers' section. Pushed to master. Thanks, diff --git a/sim/ChangeLog b/sim/ChangeLog index c3cc9ed96c1..325e23e6645 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +2019-02-28 Joel Brobecker + + * MAINTAINERS: Move Mike Frysinger to past maintainers' section. + 2019-02-13 Simon Marchi * MAINTAINERS: Add Andrew Burgess as global maintainer. diff --git a/sim/MAINTAINERS b/sim/MAINTAINERS index 5a9e31de3f7..3b9b08c40d3 100644 --- a/sim/MAINTAINERS +++ b/sim/MAINTAINERS @@ -10,7 +10,6 @@ gdb-patches@sources.redhat.com Global Maintainers Andrew Burgess andrew.burgess@embecosm.com -Mike Frysinger vapier@gentoo.org Maintainers for particular sims: @@ -50,3 +49,4 @@ ppc Andrew Cagney rl78 DJ Delorie rx DJ Delorie v850 DJ Delorie +* Mike Frysinger