- Jim Wilson <wilson@specifixinc.com>
+ Jim Wilson <wilson@tuliptree.org>
- Alan Modra <amodra@bigpond.net.au>
+ Alan Modra <amodra@gmail.com>
--------- Maintainers ---------
responsibility among the other maintainers.
- BFIN Jie Zhang <jie.zhang@analog.com>
+ BFIN Jie Zhang <jzhang918@gmail.com>
- CRX Tomer Levi <Tomer.Levi@nsc.com>
+ CRX M R Swami Reddy <MR.Swami.Reddy@nsc.com>
- HPPA elf32 Alan Modra <amodra@bigpond.net.au>
+ HPPA elf32 Alan Modra <amodra@gmail.com>
- IA-64 Jim Wilson <wilson@specifixinc.com>
+ IA-64 Jim Wilson <wilson@tuliptree.org>
- PPC Alan Modra <amodra@bigpond.net.au>
+ PPC Alan Modra <amodra@gmail.com>
great). If you are uncertain as to whether a patch is appropriate for
the branch, ask the branch maintainer. This is:
-------- Testsuites ---------------
binutils-tgc-fm
-A data stamp is not required as part of the name field, but some
+A date 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:
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:
Please do not commit any patches to a branch you did not create
without the explicit permission of the person who created the branch.
+\f
+Copyright (C) 2012-2014 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.