This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] sim/MAINTAINERS clarifications.


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  <cgd@broadcom.com>

	* 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 <nickc@redhat.com>
+
 ppc		Andrew Cagney <ac131313@redhat.com>
-ppc		Geoff Keating <geoffk@redhat.com>
+		Geoff Keating <geoffk@redhat.com>
+
 m68hc11		Stephane Carrez <Stephane.Carrez@worldnet.fr>
+
 mips		Andrew Cagney <ac131313@redhat.com>
-mips		Chris Demetriou <cgd@broadcom.com>
-common		Ben Elliston <bje@redhat.com>
-common		Frank Ch. Eigler <fche@redhat.com>
+		Chris Demetriou <cgd@broadcom.com>
+
+common, igen	Ben Elliston <bje@redhat.com>
+		Frank Ch. Eigler <fche@redhat.com>
+
+Sim maintainers are also maintainers of the directories in 'testsuite'
+which correspond to their sims.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]