* MAINTAINERS: Remove my name from several maintainership roles.
[deliverable/binutils-gdb.git] / gdb / MAINTAINERS
index 7f884fca7bfb7c494810d253e89ad98922c2a38c..800f7c4a8ca26e709bc383b2f92211190fcf95de 100644 (file)
@@ -1,7 +1,7 @@
                        GDB Maintainers
 
 
-                       Blanket Write Privs
+                       Global Maintainers
                           (alphabetic)
 
 Jim Blandy                     jimb@redhat.com
@@ -9,6 +9,7 @@ Kevin Buettner                  kevinb@redhat.com
 Andrew Cagney                  ac131313@redhat.com
 J.T. Conklin                   jtc@redback.com
 Fred Fish                      fnf@ninemoons.com
+Daniel Jacobowitz              dan@debian.org
 Mark Kettenis                  kettenis@gnu.org
 Peter Schauer                  Peter.Schauer@regent.e-technik.tu-muenchen.de
 Stan Shebs                     shebs@apple.com
@@ -23,7 +24,7 @@ Note individuals who maintain parts of the debugger need approval to
 check in changes outside of the immediate domain that they maintain.
 
 If there is no maintainer for a given domain then the responsibility
-falls to the head maintainer.
+falls to a global maintainer.
 
 If there are several maintainers for a given domain then
 responsibility falls to the first maintainer.  The first maintainer is
@@ -56,16 +57,14 @@ maintainer works with the native maintainer when resolving API issues.
 
        a29k            Deleted.
 
-       alpha           --target=alpha-elf -Werror
+       alpha           --target=alpha-elf ,-Werror
                        Maintenance only
 
-       arc             (--target=arc-elf OBSOLETE)
+       arc             Deleted.
 
-       arm             --target=arm-elf ,
-                       Fernando Nasser         fnasser@redhat.com
+       arm             --target=arm-elf ,-Werror
                        Scott Bambrough         scottb@netwinder.org
                        Richard Earnshaw        rearnsha@arm.com
-                       Not multi-arch
 
        avr             --target=avr ,-Werror
                        Theodore A. Roth        troth@verinet.com
@@ -76,30 +75,25 @@ maintainer works with the native maintainer when resolving API issues.
        d10v            --target=d10v-elf ,-Werror
                        Maintenance only
 
-       d30v            (--target=d30v-elf OBSOLETE)
+       d30v            Deleted.
 
-       fr30            (--target=fr30-elf OBSOLETE)
+       fr30            Deleted.
 
-       h8300           --target=h8300hms -Werror
+       h8300           --target=h8300hms ,-Werror
                        Maintenance only
-                       Not multi-arch, work in progress
 
-       h8500           --target=h8500hms -Werror
-                       Maintenance only
-                       Not multi-arch, work in progress
+       h8500           (--target=h8500hms OBSOLETE)
 
        i386            --target=i386-elf ,-Werror
                        Mark Kettenis           kettenis@gnu.org
 
-       i960            (--target=i960-coff OBSOLETE)
+       i960            Deleted.
 
        ia64            --target=ia64-linux-gnu ,-Werror
                        (--target=ia64-elf broken)
                        Kevin Buettner          kevinb@redhat.com
 
-       m32r            (--target=m32r-elf broken)
-                       Michael Snyder          msnyder@redhat.com
-                       OBSOLETE candidate, not multi-arch
+       m32r            (--target=m32r-elf OBSOLETE)
 
        m68hc11         --target=m68hc11-elf ,-Werror ,
                        Stephane Carrez         stcarrez@nerim.fr
@@ -107,7 +101,7 @@ maintainer works with the native maintainer when resolving API issues.
        m68k            --target=m68k-elf ,-Werror
                        Maintenance only
 
-       m88k            (--target=m88k OBSOLETE)
+       m88k            Deleted.
 
        mcore           --target=mcore-elf ,-Werror
                        Maintenance only
@@ -115,9 +109,7 @@ maintainer works with the native maintainer when resolving API issues.
        mips            --target=mips-elf ,-Werror
                        Andrew Cagney           cagney@redhat.com
 
-       mn10200         --target=mn10200-elf ,-Werror
-                       Maintenance only
-                       OBSOLETE candidate, not multi-arch
+       mn10200         (--target=mn10200-elf OBSOLETE)
 
        mn10300         --target=mn10300-elf ,-Werror
                        Maintenance only
@@ -157,10 +149,7 @@ maintainer works with the native maintainer when resolving API issues.
        xstormy16       --target=xstormy16-elf ,-Werror
                        Corinna Vinschen        vinschen@redhat.com
 
-       z8k             --target=z8k-coff ,-Werror
-                       Known problem in 5.1
-                       Maintenance only
-                       OBSOLETE candidate, not multi-arch
+       z8k             (--target=z8k-coff OBSOLETE)
 
 All developers recognized by this file can make arbitrary changes to
 OBSOLETE targets.
@@ -172,40 +161,8 @@ All recognized developers can make mechanical changes (by virtue of
 the obvious fix rule) to ``maintenance only'' targets.  The change
 shall be sanity checked by compiling with one of the listed targets.
 
-The Bourne shell script:
-
-cat MAINTAINERS | tr -s '[\t]' '[ ]' | sed -n '
-/^[ ]*[-a-z0-9\.]*[ ]*[(]*--target=.*/ !d
-s/^.*--target=//
-s/).*$//
-h
-:loop
-  g
-  /^[^ ]*,/ !b end
-  s/,[^ ]*//
-  p
-  g
-  s/^[^,]*,//
-  h
-b loop
-:end
-p
-'
-
-can be used to generate a list of buildable targets.  The list
-containing values for the configure options --target=,
---enable-gdb-build-warnings= and optionally
---enable-sim-build-warnings vis:
-
-       arc-elf ,-Werror
-       ...
-       m68hc11-elf ,-Werror ,
-       ...
-       hppa1.1-hp-proelf broken
-       ...
-
-While the ``broken'' targets are included in the listing, the are not
-expected to build.
+The Bourne shell script gdb_mbuild.sh can be used to rebuild all the
+above targets.
 
 
 Host/Native:
@@ -227,7 +184,6 @@ MS Windows (NT, '00, 9x, Me, XP) host & native
                        Chris Faylor            cgf@redhat.com
 GNU/Linux/x86 native & host
                        Mark Kettenis           kettenis@gnu.org
-                       Jim Blandy              jimb@redhat.com
 GNU/Linux PPC native   Kevin Buettner          kevinb@redhat.com
 GNU/Linux MIPS native & host
                        Daniel Jacobowitz       dan@debian.org
@@ -251,8 +207,10 @@ generic arch support       Andrew Cagney           cagney@redhat.com
                        Any host/target maintainer can add to
                        gdbarch.{c,h,sh}.  Send tricky ones to cagney.
 target vector          Andrew Cagney           cagney@redhat.com
-main (main.c, top.c)   Elena Zannoni           ezannoni@redhat.com
+
 event loop             Elena Zannoni           ezannoni@redhat.com
+                        For the part of top.c related to the event loop,
+                        send questions to ezannoni@redhat.com
 
 generic symtabs                Jim Blandy              jimb@redhat.com
                        Elena Zannoni           ezannoni@redhat.com
@@ -265,9 +223,7 @@ generic symtabs             Jim Blandy              jimb@redhat.com
   coff reader          Philippe De Muyter      phdm@macqel.be
   xcoff reader         Any maintainer can modify this; please send tricky
                        ones to Kevin Buettner <kevinb@redhat.com>
-  linespec             Jim Blandy              jimb@redhat.com
-                       Elena Zannoni           ezannoni@redhat.com
-                       Fernando Nasser         fnasser@redhat.com
+  linespec             Elena Zannoni           ezannoni@redhat.com
   HP/UX readers                Any [past] maintainer can modify this.
                        Please send tricky ones to the symtabs maintainers.
 
@@ -276,30 +232,27 @@ tracing                   Michael Snyder          msnyder@redhat.com
 threads                        Michael Snyder          msnyder@redhat.com
                        Mark Kettenis           kettenis@gnu.org
 breakpoints            Michael Snyder          msnyder@redhat.com
-                       Jim Blandy              jimb@redhat.com
 language support       (Blanket Write Privs Maintainers)
   C++                  Daniel Jacobowitz       dan@debian.org
-  Java support (devolved)
-                       Per Bothner             per@bothner.com
-                       Anthony Green           green@redhat.com
+  Java support         (Global Maintainers)
   Pascal support       Pierre Muller           muller@sources.redhat.com
-  Scheme support       Jim Blandy              jimb@redhat.com
 
-shared libs (devolved) Jim Blandy              jimb@redhat.com
-                       Kevin Buettner          kevinb@redhat.com
+shared libs (devolved) Kevin Buettner          kevinb@redhat.com
   xcoffsolib           Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
 
 remote.c               Andrew Cagney           cagney@redhat.com
 include/remote-sim.h, remote-sim.c
                        Andrew Cagney           cagney@redhat.com
-sds protocol           Fernando Nasser         fnasser@redhat.com
-rdi/adp protocol       Fernando Nasser         fnasser@redhat.com
+sds protocol           (vacant)
+rdi/adp protocol       (vacant)
 documentation          Eli Zaretskii           eliz@gnu.org
-testsuite              Fernando Nasser         fnasser@redhat.com
+testsuite              (Global Maintainers)
   config                Mark Salter             msalter@redhat.com
-  lib                   Mark Salter             msalter@redhat.com
+  lib                   Fernando Nasser         fnasser@redhat.com
+                        Mark Salter             msalter@redhat.com
   gdbtk (gdb.gdbtk)     Keith Seitz             keiths@redhat.com
   c++ (gdb.c++)                Michael Chastain        mec@shout.net
+                       David Carlton           carlton@math.stanford.edu
   mi tests (gdb.mi)     Elena Zannoni           ezannoni@redhat.com
                         Andrew Cagney           cagney@redhat.com
   stabs (gdb.stabs)     Elena Zannoni           ezannoni@redhat.com
@@ -312,7 +265,7 @@ Kernel Object Display       Fernando Nasser         fnasser@redhat.com
 
 UI: External (user) interfaces.
 
-command interpreter    Fernando Nasser         fnasser@redhat.com
+command interpreter    (Global Maintainers)
 gdbtk (c & tcl)                Jim Ingham              jingham@apple.com
                        Fernando Nasser         fnasser@redhat.com
                        Keith Seitz             keiths@redhat.com
@@ -367,16 +320,17 @@ Stephane Carrez                                   stcarrez@nerim.fr
 Michael Chastain                               mec@shout.net
 Eric Christopher                               echristo@redhat.com
 Nick Clifton                                   nickc@redhat.com
-Philippe De Muyter                             phdm@macqel.be
+DJ Delorie                                     dj@redhat.com
 Chris G. Demetriou                             cgd@broadcom.com
+Philippe De Muyter                             phdm@macqel.be
 Klee Dienes                                    kdienes@apple.com
-DJ Delorie                                     dj@redhat.com
 Richard Earnshaw                               rearnsha@arm.com
 Frank Ch. Eigler                               fche@redhat.com
 Ben Elliston                                   bje@redhat.com
 Anthony Green                                  green@redhat.com
 Matthew Green                                  mrg@eterna.com.au
 Chris Faylor                                   cgf@redhat.com
+Adam Fedor                                     fedor@gnu.org
 Fred Fish                                      fnf@ninemoons.com
 Orjan Friberg                                  orjanf@axis.com
 Ben Harris                                     bjh21@netbsd.org
@@ -384,18 +338,19 @@ Richard Henderson                         rth@redhat.com
 Aldy Hernandez                                 aldyh@redhat.com
 Paul Hilfinger                                 hilfinger@gnat.com
 Matt Hiller                                    hiller@redhat.com
-Kazu Hirata                                    kazu@hxi.com
+Kazu Hirata                                    kazu@cs.umass.edu
 Jeff Holcomb                                   jeffh@redhat.com
 Don Howard                                     dhoward@redhat.com
 Martin Hunt                                    hunt@redhat.com
 Jim Ingham                                     jingham@apple.com
 Daniel Jacobowitz                              dan@debian.org
 Andreas Jaeger                                 aj@suse.de
+Jeff Johnston                                  jjohnstn@redhat.com
 Geoff Keating                                  geoffk@redhat.com
 Mark Kettenis                                  kettenis@gnu.org
 Jim Kingdon                                    jkingdon@engr.sgi.com  ++
-Jeff Law                                       law@redhat.com
 Jonathan Larmour                               jlarmour@redhat.co.uk
+Jeff Law                                       law@redhat.com
 Robert Lipe                                    rjl@sco.com
 H.J. Lu                                                hjl@lucon.org
 Michal Ludvig                                   mludvig@suse.cz
@@ -403,9 +358,12 @@ Glen McCready                                      gkm@redhat.com
 Greg McGary                                    greg@mcgary.org
 Jason Merrill                                  jason@redhat.com
 David S. Miller                                        davem@redhat.com
+Marko Mlinar                                    markom@opencores.org
+Alan Modra                                     amodra@bigpond.net.au
 Jason Molenda                                  jmolenda@apple.com
 Pierre Muller                                  muller@sources.redhat.com
 Fernando Nasser                                        fnasser@redhat.com
+Hans-Peter Nilsson                             hp@bitrange.com
 David O'Brien                                  obrien@freebsd.org
 Alexandre Oliva                                        aoliva@redhat.com
 Tom Rix                                                trix@redhat.com
@@ -416,19 +374,22 @@ Mark Salter                                       msalter@redhat.com
 Peter Schauer                                  Peter.Schauer@regent
 Andreas Schwab                                 schwab@suse.de
 Keith Seitz                                    keiths@redhat.com
+Stan Shebs                                     shebs@apple.com
 Aidan Skinner                                  aidan@velvet.net
 Jiri Smid                                      smid@suse.cz
 David Smith                                    dsmith@redhat.com
-Stephen P. Smith                               ischis2@home.com
+Stephen P. Smith                               ischis2@cox.net
 Jackie Smith Cashion                           jsmith@redhat.com
-Stan Shebs                                     shebs@apple.com
 Michael Snyder                                 msnyder@redhat.com
 Petr Sorfa                                     petrs@caldera.com
 Gary Thomas                                    gthomas@redhat.com
 Jason Thorpe                                   thorpej@wasabisystems.com
 Tom Tromey                                     tromey@redhat.com
+D Venkatasubramanian                           dvenkat@noida.hcltech.com
 Corinna Vinschen                               vinschen@redhat.com
 Keith Walker                                   keith.walker@arm.com
+Kris Warkentin                                 kewarken@qnx.com
+Jim Wilson                                     wilson@tuliptree.org
 Elena Zannoni                                  ezannoni@redhat.com
 Eli Zaretskii                                  eliz@gnu.org
 
@@ -444,6 +405,8 @@ David Taylor (d10v, sparc, utils, defs,
   expression evaluator, language support)      taylor at candd dot org
 J.T. Conklin (dcache, NetBSD, remote)          jtc at redback dot com
 Frank Ch. Eigler (sim)                         fche at redhat dot com
+Per Bothner (Java)                             per at bothner dot com
+Anthony Green (Java)                           green at redhat dot com
 
 
 
This page took 0.028191 seconds and 4 git commands to generate.