summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/binutils/MAINTAINERS
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/binutils/MAINTAINERS')
-rw-r--r--binutils-2.25/binutils/MAINTAINERS16
1 files changed, 10 insertions, 6 deletions
diff --git a/binutils-2.25/binutils/MAINTAINERS b/binutils-2.25/binutils/MAINTAINERS
index 3ea36851..6966b72d 100644
--- a/binutils-2.25/binutils/MAINTAINERS
+++ b/binutils-2.25/binutils/MAINTAINERS
@@ -109,9 +109,13 @@ responsibility among the other maintainers.
MN10300 Alexandre Oliva <aoliva@redhat.com>
Moxie Anthony Green <green@moxielogic.com>
MSP430 Dmitry Diky <diwil@spec.ru>
+ NDS32 Kuan-Lin Chen <kuanlinchentw@gmail.com>
+ NDS32 Wei-Cheng Wang <cole945@gmail.com>
NetBSD support Matt Thomas <matt@netbsd.org>
Nios II Sandra Loosemore <sandra@codesourcery.com>
Nios II Andrew Jenner <andrew@codesourcery.com>
+ OR1K Christian Svensson <blue@cmd.nu>
+ OR1K Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
PPC Geoff Keating <geoffk@geoffk.org>
PPC Alan Modra <amodra@gmail.com>
PPC vector ext Aldy Hernandez <aldyh@redhat.com>
@@ -252,20 +256,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:
@@ -277,7 +281,7 @@ Having selected the branch name, create the branch as follows:
Please do not commit any patches to a branch you did not create
without the explicit permission of the person who created the branch.
-Copyright (C) 2012 Free Software Foundation, Inc.
+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