From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32030 invoked by alias); 7 Mar 2002 23:57:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31963 invoked from network); 7 Mar 2002 23:57:38 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by sources.redhat.com with SMTP; 7 Mar 2002 23:57:38 -0000 Received: from 63.70.210.1 by mms3.broadcom.com with ESMTP (Broadcom MMS-3 SMTP Relay (MMS v4.7)); Thu, 07 Mar 2002 15:57:32 -0800 X-Server-Uuid: 1e1caf3a-b686-11d4-a6a3-00508bfc9ae5 Received: from dt-sj3-118.sj.broadcom.com (dt-sj3-118 [10.21.64.118]) by mail-sj1-5.sj.broadcom.com (8.12.2/8.12.2) with ESMTP id g27NvX1S020611; Thu, 7 Mar 2002 15:57:36 -0800 (PST) Received: (from cgd@localhost) by dt-sj3-118.sj.broadcom.com ( 8.9.1/SJ8.9.1) id PAA27984; Thu, 7 Mar 2002 15:57:33 -0800 (PST) To: "Andrew Cagney" cc: cagney@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] sim/MAINTAINERS clarifications. References: <3C87E353.4090603@cygnus.com> From: cgd@broadcom.com Date: Thu, 07 Mar 2002 15:57:00 -0000 In-Reply-To: "Andrew Cagney"'s message of "Thu, 07 Mar 2002 17:01:55 -0500" Message-ID: X-Mailer: Gnus v5.7/Emacs 20.4 MIME-Version: 1.0 X-WSS-ID: 109921E6359453-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00111.txt.bz2 At Thu, 07 Mar 2002 17:01:55 -0500, Andrew Cagney wrote: > > +common, igen Ben Elliston > > + Frank Ch. Eigler > > I think igen maintenance is better left to the people that need to hack > on it - mips (ppc if I finished hacking it), mn10300, v850, d10v, d30v, > ??? maintainers. actually, looks like currently only: mips mn10300 tic80 v850 d30v (mmm, preprocessed by m4!) use igen. (i.e., from your list, _not_ d10v. It uses gencode on d10v-opc.c, it seems.) So, anyway, how about the change below? (If you're prefer to keep things "loose" and relatively un-specified as they are now, that's fine w/ me, but i figure, hey if this is the hoped-for policy why not document? 8-) chris =================================================================== [ sim/ChangeLog ] 2002-03-07 Chris Demetriou * MAINTAINERS: Tweak spacing. Note the following: write-after-approval and obvious fix policies, "igen" is maintained by the maintainers of the sims that use it, "testsuite" bits for particular sims are maintained by those sims' maintainers. Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/sim/MAINTAINERS,v retrieving revision 1.9 diff -u -r1.9 MAINTAINERS --- MAINTAINERS 2002/03/06 20:15:53 1.9 +++ MAINTAINERS 2002/03/07 23:54:27 @@ -1,19 +1,35 @@ - SIM Maintainers + SIM Maintainers The simulator is part of the GDB project, so see the file gdb/MAINTAINERS for general information about maintaining these files. +(In particular, the same obvious fix and write after approval rules +apply here.) If you are considering contributing a patch, please see the file gdb/CONTRIBUTE. Patches to these files should be posted to: gdb-patches@sources.redhat.com + - Maintainers for particular sims: +Maintainers for particular sims: arm Nick Clifton + ppc Andrew Cagney -ppc Geoff Keating + Geoff Keating + m68hc11 Stephane Carrez + mips Andrew Cagney -mips Chris Demetriou + Chris Demetriou + + +Maintainers for other subdirectories: + common Ben Elliston -common Frank Ch. Eigler + Frank Ch. Eigler + +igen Maintainers for sims that use it. Currently used + by: d30v, mips, mn10300, tic80 v850. + +testsuite Sim maintainers are the maintainers of the directories + which correspond to their sims.