X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2FMAINTAINERS;h=c5e34685b5e0161fd2f1151bbe0cab745251fc01;hb=21c40443ce8b12faa085149ba8a30b33193f6cc7;hp=6d399ec1b6b39d6b6d3d3a262d46a71194eaeab0;hpb=a481d14b475fc061f97e377350aecfaf605da204;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 6d399ec1b6..c5e34685b5 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -58,15 +58,17 @@ responsibility among the other maintainers. ALPHA Richard Henderson AARCH64 Richard Earnshaw + AARCH64 Marcus Shawcroft ARM Nick Clifton ARM Richard Earnshaw ARM Paul Brook + ARM Ramana Radhakrishnan ARM (Symbian) Mark Mitchell - AVR Denis Chertykov + AVR Denis Chertykov AVR Marek Michalkiewicz BFIN Jie Zhang BFIN Bernd Schmidt - BFIN Mike Frysinger + BFIN Mike Frysinger BUILD SYSTEM Daniel Jacobowitz CR16 M R Swami Reddy CRIS Hans-Peter Nilsson @@ -78,6 +80,8 @@ responsibility among the other maintainers. FR30 Dave Brolley FRV Dave Brolley FRV Alexandre Oliva + GOLD Ian Lance Taylor + GOLD Cary Coutant H8300 Prafulla Thakare HPPA Dave Anglin HPPA elf32 Alan Modra @@ -98,6 +102,7 @@ responsibility among the other maintainers. MACH-O Tristan Gingold MAXQ Inderpreet Singh MEP Dave Brolley + METAG Markos Chandras MICROBLAZE Michael Eager MIPS Eric Christopher MMIX Hans-Peter Nilsson @@ -105,14 +110,22 @@ responsibility among the other maintainers. MN10300 Alexandre Oliva Moxie Anthony Green MSP430 Dmitry Diky + NDS32 Kuan-Lin Chen + NDS32 Wei-Cheng Wang NetBSD support Matt Thomas + Nios II Sandra Loosemore + Nios II Andrew Jenner + OR1K Christian Svensson + OR1K Stefan Kristiansson PPC Geoff Keating PPC Alan Modra + PPC Peter Bergner PPC vector ext Aldy Hernandez RL78 DJ Delorie RX DJ Delorie RX Nick Clifton s390, s390x Martin Schwidefsky + s390, s390x Andreas Krebbel SCORE Mei Ligang SH Alexandre Oliva SH Kaz Kojima @@ -131,7 +144,7 @@ responsibility among the other maintainers. x86_64 H.J. Lu XCOFF Richard Sandiford XGATE Sean Keys - Xtensa Sterling Augustine + Xtensa Sterling Augustine z80 Arnold Metselaar z8k Christian Groessler @@ -246,20 +259,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---branchpoint + git tag binutils---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---branchpoint \ - binutils---branch + git checkout -b binutils---branch + git push origin HEAD 4. Document the branch: @@ -270,3 +283,9 @@ 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-2015 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.