From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7686 invoked by alias); 7 Mar 2002 20:26:16 -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 7573 invoked from network); 7 Mar 2002 20:26:15 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by sources.redhat.com with SMTP; 7 Mar 2002 20:26:15 -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 12:26:09 -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 g27KQD1S016706; Thu, 7 Mar 2002 12:26:13 -0800 (PST) Received: (from cgd@localhost) by dt-sj3-118.sj.broadcom.com ( 8.9.1/SJ8.9.1) id MAA22999; Thu, 7 Mar 2002 12:26:12 -0800 (PST) To: cagney@redhat.com cc: gdb-patches@sources.redhat.com Subject: [PATCH] sim/MAINTAINERS clarifications. From: cgd@broadcom.com Date: Thu, 07 Mar 2002 12:26:00 -0000 Message-ID: X-Mailer: Gnus v5.7/Emacs 20.4 MIME-Version: 1.0 X-WSS-ID: 1099136B319610-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00102.txt.bz2 I created the following question after starting to ask the question: So, the sim MAINTAINERS file lists maintainers for 'common'. Are they assumed to have mastership of sim/igen as well? (I'm just wondering who the right person I should pester about a quick approval for http://sources.redhat.com/ml/gdb-patches/2002-03/msg00055.html, since the common part of that is trivial and seems obviously useful, to me. 8-) Assuming the answer to that is "yes," and that the rest of the changes below are desirable, how about this patch to sim/MAINTAINERS? (the result is less greppable, but more in the style of the GDB MAINTAINERS file.) thanks, chris ======== 2002-03-07 Chris Demetriou * MAINTAINERS: Tweak spacing. Note write-after-approval and obvious fix policies. Note that "igen" is maintained by the maintainers of "common". Note that "testsuite" bits for particular sims are owned 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 20:24:13 @@ -1,19 +1,29 @@ - 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 and subdirectories: arm Nick Clifton + ppc Andrew Cagney -ppc Geoff Keating + Geoff Keating + m68hc11 Stephane Carrez + mips Andrew Cagney -mips Chris Demetriou -common Ben Elliston -common Frank Ch. Eigler + Chris Demetriou + +common, igen Ben Elliston + Frank Ch. Eigler + +Sim maintainers are also maintainers of the directories in 'testsuite' +which correspond to their sims.