X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2FMAINTAINERS;h=a0537384dbccb9827dd4f40526857a98399fd443;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=94f40e0ea0347d4deb2bc1f3b0a2b360308eb620;hpb=8d88d7ec8578b5d8a73592d02d2492b0d4685408;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 94f40e0ea0..a0537384db 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -22,18 +22,20 @@ 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-ml.in) should +configure files (configure, configure.ac, 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@sourceware.org). +Patches to the libiberty sources should be sent to +gcc-patches@gcc.gnu.org. + --------- Blanket Write Privs --------- The following people have permission to check patches into the repository without obtaining approval first: Nick Clifton (head maintainer) - Richard Henderson Ian Lance Taylor Jeff Law Jim Wilson @@ -56,83 +58,116 @@ maintainers for a given domain then responsibility falls to the first maintainer. The first maintainer is free to devolve that responsibility among the other maintainers. - ALPHA Richard Henderson + ALPHA Richard Henderson + AARCH64 Richard Earnshaw + AARCH64 Marcus Shawcroft + ARC Claudiu Zissulescu ARM Nick Clifton ARM Richard Earnshaw - ARM Paul Brook - ARM (Symbian) Mark Mitchell - AVR Denis Chertykov + ARM Ramana Radhakrishnan + AVR Denis Chertykov AVR Marek Michalkiewicz BFIN Jie Zhang - BFIN Bernd Schmidt - BFIN Mike Frysinger + BFIN Mike Frysinger + BPF Jose E. Marchesi BUILD SYSTEM Daniel Jacobowitz CR16 M R Swami Reddy CRIS Hans-Peter Nilsson CRX M R Swami Reddy + CTF Nick Alcock + C-SKY Lifang Xia + C-SKY Yunhai Shang DLX Nikolaos Kavvadias DWARF2 Jason Merrill DWARF2 Jakub Jelinek + dwarf-mode.el Tom Tromey EPIPHANY Joern Rennecke - FR30 Dave Brolley - FRV Dave Brolley + FR30 Nick Clifton + FRV Nick Clifton FRV Alexandre Oliva + GOLD Ian Lance Taylor + GOLD Cary Coutant H8300 Prafulla Thakare - HPPA Dave Anglin + HPPA Dave Anglin HPPA elf32 Alan Modra HPPA elf64 Jeff Law [Basic maintainance only] IA-64 Jim Wilson IQ2000 Stan Cox - i860 Jason Eckhardt ix86 H.J. Lu - ix86 PE Christopher Faylor ix86 COFF DJ Delorie ix86 PE/COFF Dave Korn ix86 INTEL MODE Jan Beulich LM32 Jon Beniston M32R Doug Evans - M68HC11 M68HC12 Stephane Carrez - M88k Mark Kettenis - MACH-O Tristan Gingold + M68HC11 M68HC12 Stephane Carrez + M68HC11 M68HC12 Sean Keys + MACH-O Tristan Gingold MAXQ Inderpreet Singh - MEP Dave Brolley + MEP Nick Clifton + METAG Markos Chandras MICROBLAZE Michael Eager - MIPS Eric Christopher + MIPS Chenghua Xu + MIPS I-IV Maciej W. Rozycki MMIX Hans-Peter Nilsson - MN10300 Eric Christopher 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 + OR1K Stafford Horne + PDP11 Stephen Casner PPC Geoff Keating PPC Alan Modra + PPC Peter Bergner PPC vector ext Aldy Hernandez - RL78 DJ Delorie - RX DJ Delorie + RISC-V Palmer Dabbelt + RISC-V Andrew Waterman + RISC-V Jim Wilson RX Nick Clifton + S12Z John Darrington s390, s390x Martin Schwidefsky - SCORE Mei Ligang + s390, s390x Andreas Krebbel SH Alexandre Oliva - SH Kaz Kojima SPARC David S. Miller + SPARC Jose E. Marchesi SPU Alan Modra - TIC4X Svein Seldal TIC54X Timothy Wall TIC6X Joseph Myers TILE-Gx Walter Lee TILEPro Walter Lee VAX Matt Thomas VAX Jan-Benedict Glaw - VMS Tristan Gingold + Visium Eric Botcazou + VMS Tristan Gingold x86_64 Jan Hubicka x86_64 Andreas Jaeger x86_64 H.J. Lu XCOFF Richard Sandiford XGATE Sean Keys - Xtensa Sterling Augustine - z80 Arnold Metselaar + Xtensa Max Filippov + Xtensa Sterling Augustine z8k Christian Groessler + --------- Past Maintainers ------------- + +These folks have acted as maintainers in the past, but have now +moved on to other things. Our thanks for all their hard work +goes with them. + + Paul Brook + Eric Christopher + Jason Eckhardt + Mark Kettenis + Mei Ligang + Arnold Metselaar + Mark Mitchell + Bernd Schmidt + Svein Seldal --------- CGEN Maintainers ------------- @@ -181,14 +216,14 @@ burden of maintaining the branch in sync with the mainline becomes too great). If you are uncertain as to whether a patch is appropriate for the branch, ask the branch maintainer. This is: - Tristan Gingold + (cf global maintainers) -------- Testsuites --------------- In general patches to any of the binutils testsuites should be considered generic and sent to the binutils mailing list for approval. Patches to target specific tests are the responsibility the -relevent port maintainer(s), and can be approved/checked in by them. +relevant port maintainer(s), and can be approved/checked in by them. Other testsuite patches need the approval of a blanket-write-priveleges person. @@ -244,20 +279,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: @@ -268,3 +303,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-2020 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.