Mention perf test in testsuite/README
[deliverable/binutils-gdb.git] / binutils / MAINTAINERS
index 2a1ac610a52962bd86c251b3da32db4b015a737d..f3ecf09abe3565ae55456eed1644e4c014d99d10 100644 (file)
@@ -79,6 +79,8 @@ responsibility among the other maintainers.
   FR30            Dave Brolley <brolley@redhat.com>
   FRV             Dave Brolley <brolley@redhat.com>
   FRV             Alexandre Oliva <aoliva@redhat.com>
+  GOLD            Ian Lance Taylor <iant@google.com>
+  GOLD            Cary Coutant <ccoutant@google.com>
   H8300                   Prafulla Thakare <prafulla.thakare@kpitcummins.com>
   HPPA            Dave Anglin <dave.anglin@nrc.ca>
   HPPA elf32      Alan Modra <amodra@gmail.com>
@@ -99,6 +101,7 @@ responsibility among the other maintainers.
   MACH-O           Tristan Gingold <gingold@adacore.com>
   MAXQ            Inderpreet Singh <inderpreetb@noida.hcltech.com>
   MEP             Dave Brolley <brolley@redhat.com>
+  METAG            Markos Chandras <markos.chandras@imgtec.com>
   MICROBLAZE      Michael Eager <eager@eagercon.com>
   MIPS            Eric Christopher <echristo@apple.com>
   MMIX            Hans-Peter Nilsson <hp@bitrange.com>
@@ -249,20 +252,20 @@ 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
+1. Check out binutils, so that you have a git checkout corresponding
    to the initial state of your branch.
 
 2. Create a tag:
 
-     cvs tag binutils-<org>-<name>-branchpoint
+     git 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:
+3. Create and push the branch:
 
-     cvs rtag -b -r binutils-<org>-<name>-branchpoint \
-       binutils-<org>-<name>-branch
+     git checkout -b binutils-<org>-<name>-branch
+     git push origin HEAD
 
 4. Document the branch:
 
This page took 0.025175 seconds and 4 git commands to generate.