*** empty log message ***
[deliverable/binutils-gdb.git] / binutils / MAINTAINERS
index 3eac78292291b307fbfddfefd3172879a2244f2f..5571845392e9293118818c7d2a36c6b2040249c4 100644 (file)
@@ -22,8 +22,8 @@ top level config.guess and config.sub scripts should be sent to:
   config-patches@gnu.org
 
 and not to the binutils lists.  Patches to the other top level
-configure files (configure, configure.in, config-if, config-ml.in)
-should be sent to the binutils lists, and copied to the gcc and gdb
+configure files (configure, configure.in, config-ml.in) should
+be sent to the binutils lists, and copied to the gcc and gdb
 lists as well (gcc-patches@gcc.gnu.org and
 gdb-patches@sources.redhat.com).
 
@@ -66,6 +66,7 @@ responsibility among the other maintainers.
   DWARF2          Jason Merrill <jason@redhat.com>
   FR30            Dave Brolley <brolley@redhat.com>
   FRV             Dave Brolley <brolley@redhat.com>
+  FRV             Alexandre Oliva <aoliva@redhat.com>
   HPPA            Dave Anglin <dave.anglin@nrc.ca>
   HPPA elf32      Alan Modra <amodra@bigpond.net.au>
   HPPA elf64      Jeff Law <law@redhat.com> [Basic maintainance only]
@@ -79,6 +80,7 @@ responsibility among the other maintainers.
   ix86 INTEL MODE  Diego Novillo <dnovillo@redhat.com>
   M68HC11 M68HC12  Stephane Carrez <stcarrez@nerim.fr>
   M68k            Ben Elliston <bje@gnu.org>
+  MAXQ            Inderpreet Singh <inderpreetb@noida.hcltech.com>
   MIPS            Eric Christopher <echristo@redhat.com>
   MIPS            Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
   MMIX            Hans-Peter Nilsson <hp@bitrange.com>
@@ -94,7 +96,7 @@ responsibility among the other maintainers.
   TESTSUITES      Ben Elliston <bje@gnu.org>
   TIC4X            Svein Seldal <svein.seldal@solidas.com>
   TIC54X           Timothy Wall <twall@alum.mit.edu>
-  VAX             Jason R Thorpe <thorpej@wasabisystems.com>
+  VAX             Jason R Thorpe <thorpej@netbsd.org>
   x86_64          Jan Hubicka <jh@suse.cz>
   x86_64          Andreas Jaeger <aj@suse.de>
   Xtensa          Bob Wilson <bob.wilson@acm.org>
@@ -167,3 +169,71 @@ by the binutils group.  Instead they should be submitted to the config
 maintainer at:
 
        config-patches@gnu.org
+
+    --------- Creating Branches ---------
+
+Anyone with at least write-after-approval access may create a branch
+to use for their own development purposes.  In keeping with FSF
+policies, all patches applied to such a branch must come from people
+with appropriate copyright assignments on file.  All legal
+requirements that would apply to any other contribution apply equally
+to contributions on a branch.
+
+Before creating the branch, you should select a name for the branch of
+the form:
+
+  binutils-<org>-<name> 
+
+where "org" is the initials of your organization, or your own initials
+if you are acting as an individual.  For example, for a branch created
+by The GNUDist Company, "tgc" would be an appropriate choice for
+"org".  It's up to each organization to select an appropriate choice
+for "name"; some organizations may use more structure than others, so
+"name" may contain additional hyphens.
+
+Suppose that The GNUDist Company was creating a branch to develop a
+port of Binutils to the FullMonty processor.  Then, an appropriate
+choice of branch name would be:
+
+  binutils-tgc-fm
+
+A data stamp is not required as part of the name field, but some
+organizations like to have one.  If you do include the date, you
+should follow these rules:
+
+1. The date should be the date that the branch was created.
+
+2. The date should be numerical and in the form YYYYMMDD.
+
+For example:
+
+  binutils-tgc-fm_20050101
+
+would be appropriate if the branch was created on January 1st, 2005.
+
+Having selected the branch name, create the branch as follows:
+
+1. Check out binutils, so that you have a CVS checkout corresponding
+   to the initial state of your branch.
+
+2. Create a tag:
+
+     cvs tag binutils-<org>-<name>-branchpoint
+
+   That tag will allow you, and others, to easily determine what's
+   changed on the branch relative to the initial state.
+
+3. Create the branch:
+
+     cvs rtag -b -r binutils-<org>-<name>-branchpoint \
+       binutils-<org>-<name>-branch 
+
+4. Document the branch:
+
+     Add a description of the branch to binutils/BRANCHES, and check
+     that file in.  All branch descriptions should be added to the
+     HEAD revision of the file; it doesn't help to modify
+     binutils/BRANCHES on a branch!
+
+Please do not commit any patches to a branch you did not create
+without the explicit permission of the person who created the branch.
This page took 0.025392 seconds and 4 git commands to generate.