* MAINTAINERS: Note that cris-elf target can be compiled with
[deliverable/binutils-gdb.git] / gdb / MAINTAINERS
index 0537abd72eca4584a84e5fb52973741ce6d23b9e..aa7257c4bbb6e66ec5c2c73eff0d8e2e355cedd7 100644 (file)
@@ -5,6 +5,7 @@
                           (alphabetic)
 
 Jim Blandy                     jimb@redhat.com
+Kevin Buettner                 kevinb@redhat.com
 Andrew Cagney                  ac131313@redhat.com
 J.T. Conklin                   jtc@redback.com
 Fred Fish                      fnf@ninemoons.com
@@ -12,6 +13,8 @@ Mark Kettenis                 kettenis@gnu.org
 Peter Schauer                  Peter.Schauer@regent.e-technik.tu-muenchen.de
 Stan Shebs                     shebs@apple.com
 Michael Snyder                 msnyder@redhat.com
+Elena Zannoni                  ezannoni@redhat.com
+Eli Zaretskii                  eliz@gnu.org
 
 
                        Various Maintainers
@@ -51,22 +54,25 @@ variants.  *-tdep.c. The Target/Architecture maintainer works with the
 host maintainer when resolving build issues.  The Target/Architecture
 maintainer works with the native maintainer when resolving API issues.
 
-       a29k            OBSOLETE
+       a29k            Deleted.
 
        alpha           --target=alpha-dec-osf4.0a -Werror
                        Maintenance only
-                       OBSOLETE candidate, not multi-arch
 
        arc             --target=arc-elf ,-Werror
                        Maintenance only
                        OBSOLETE candidate, not multi-arch
 
-       arm             --target=arm-coff,arm-elf,arm-pe -w
+       arm             --target=arm-elf -w
                        Fernando Nasser         fnasser@redhat.com
                        Scott Bambrough         scottb@netwinder.org
+                       Richard Earnshaw        rearnsha@arm.com
                        Not multi-arch
 
-       cris            --target=cris-elf -w
+       avr             --target=avr ,-Werror
+                       Theodore A. Roth        troth@verinet.com
+
+       cris            --target=cris-elf ,-Werror
                        Orjan Friberg           orjanf@axis.com
 
        d10v            --target=d10v-elf ,-Werror
@@ -106,7 +112,7 @@ maintainer works with the native maintainer when resolving API issues.
                        Not multi-arch
 
        m68hc11         --target=m68hc11-elf ,-Werror
-                       Stephane Carrez         Stephane.Carrez@worldnet.fr
+                       Stephane Carrez         stcarrez@nerim.fr
 
        m68k            --target=m68k-elf ,-Werror
                        Maintenance only
@@ -133,7 +139,6 @@ maintainer works with the native maintainer when resolving API issues.
 
        ns32k           --target=ns32k-netbsd ,-Werror
                        Maintenance only
-                       OBSOLETE candidate, not multi-arch
 
        pa              (--target=hppa1.1-hp-proelf broken)
                        Maintenance only
@@ -148,7 +153,7 @@ maintainer works with the native maintainer when resolving API issues.
        s390            --target=s390-linux ,-Werror
                        (contact DJ Barrow      djbarrow@de.ibm.com)
 
-       sh              --target=sh-hms,sh-elf ,-Werror
+       sh              --target=sh-elf ,-Werror
                        Elena Zannoni           ezannoni@redhat.com
 
        sparc           --target=sparc-elf,sparc64-elf ,-Werror
@@ -158,14 +163,15 @@ maintainer works with the native maintainer when resolving API issues.
 
        v850            --target=v850-elf ,-Werror
                        Maintenance only
-                       OBSOLETE candidate, not multi-arch
 
        vax             --target=vax-dec-vms5.5 ,-Werror
                        Maintenance only
-                       OBSOLETE candidate, not multi-arch
 
        w65             Deleted.
 
+       x86-64          (--target=x86_64-linux-gnu broken)
+                       Maintenance only
+
        xstormy16       --target=xstormy16-elf ,-Werror
                        Corinna Vinschen        vinschen@redhat.com
 
@@ -184,21 +190,36 @@ 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 GAWK segment:
-
-  awk < "${maintainers}" '
-  $2 ~ /--target=.*/ {
-    targets = gensub (/^.*--target=/, "", 1, $2)
-    warnings = gensub (/[)]*$/, "", 1, $3)
-    split (targets, targ, /,/)
-    for (i in targ) {
-       print targ[i], warnings
-    }
-  }'
-
-can be used to generate a full list of --target=
---enable-gdb-build-warning= pairs.
-
+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 complete list of --target=
+--enable-gdb-build-warnings= pairs of the form:
+
+       arc-elf ,-Werror
+       ...
+       hppa1.1-hp-proelf broken
+       ...
+
+While the ``broken'' targets are included in the listing, the are not
+expected to build.
 
 
 Host/Native:
@@ -224,18 +245,17 @@ GNU/Linux/x86 native & host
 GNU/Linux PPC native   Kevin Buettner          kevinb@redhat.com
 GNU/Linux MIPS native & host
                        Daniel Jacobowitz       dan@debian.org
+GNU/Linux m68k         Andreas Schwab          schwab@suse.de
 FreeBSD native & host  Mark Kettenis           kettenis@gnu.org
                        David O'Brien           obrien@freebsd.org
 hurd native            Mark Kettenis           kettenis@gnu.org
-NetBSD native & host   J.T. Conklin            jtc@redback.com
+NetBSD native & host   Jason Thorpe            thorpej@wasabisystems.com
 SCO/Unixware           Robert Lipe             rjl@sco.com
 GNU/Linux ARM native   Scott Bambrough         scottb@netwinder.org
 Solaris/x86 native & host (devolved)
                        Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
 Solaris/SPARC native & host (devolved)
                         Michael Snyder          msnyder@redhat.com
-Mac OS X               Klee Dienes             kdienes@apple.com
-                       Jim Ingham              jingham@apple.com
 
 
 
@@ -262,6 +282,8 @@ generic symtabs             Jim Blandy              jimb@redhat.com
   linespec             Jim Blandy              jimb@redhat.com
                        Elena Zannoni           ezannoni@redhat.com
                        Fernando Nasser         fnasser@redhat.com
+  HP/UX readers                Any [past] maintainer can modify this.
+                       Please send tricky ones to the symtabs maintainers.
 
 tracing bytecode stuff  Jim Blandy              jimb@redhat.com
 tracing                        Michael Snyder          msnyder@redhat.com
@@ -270,20 +292,18 @@ threads                   Michael Snyder          msnyder@redhat.com
 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
-  Objective-C/C++      Klee Dienes             kdienes@apple.com
-                       Jim Ingham              jimgham@apple.com
-  Pascal support       Pierre Muller           muller@sourceware.redhat.com
-Scheme support         Jim Blandy              jimb@redhat.com
+  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
   xcoffsolib           Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
 
 remote.c               Andrew Cagney           cagney@redhat.com
-                       J.T. Conklin            jtc@redback.com
 include/remote-sim.h, remote-sim.c
                        Andrew Cagney           cagney@redhat.com
 sds protocol           Fernando Nasser         fnasser@redhat.com
@@ -296,13 +316,12 @@ testsuite         Fernando Nasser         fnasser@redhat.com
   c++ (gdb.c++)                Michael Chastain        mec@shout.net
   mi tests (gdb.mi)     Elena Zannoni           ezannoni@redhat.com
                         Andrew Cagney           cagney@redhat.com
-  stabs (gdb.satbs)     Elena Zannoni           ezannoni@redhat.com
+  stabs (gdb.stabs)     Elena Zannoni           ezannoni@redhat.com
   threads (gdb.threads) Michael Snyder          msnyder@redhat.com
   trace (gdb.trace)     Michael Snyder          msnyder@redhat.com
   hp tests (gdb.hp)    (vacant)
   Java tests (gdb.java)        Anthony Green           green@redhat.com
 Kernel Object Display  Fernando Nasser         fnasser@redhat.com
-dcache.c               J.T. Conklin            jtc@redback.com
 
 
 UI: External (user) interfaces.
@@ -322,6 +341,8 @@ tui                 (vacant)
 
 Misc:
 
+gdb/gdbserver          Daniel Jacobowitz       dan@debian.org
+
 Web pages.             Jim Kingdon             jkingdon@engr.sgi.com  ++
                        (anyone can edit; kingdon is just lead maintainer)
 
@@ -329,8 +350,9 @@ Makefile.in, configure*     ALL
 
 mmalloc/               ALL Host maintainers
 
-sim/                   See sim/MAINTAINERS, co-ordinated by:
-                       Frank Ch. Eigler        fche@redhat.com
+NEWS                   ALL
+
+sim/                   See sim/MAINTAINERS
 
 readline/              Master version: ftp://ftp.cwru.edu/pub/bash/
                        Elena Zannoni           ezannoni@redhat.com
@@ -346,62 +368,98 @@ To get recommended for the Write After Approval list you need a valid
 FSF assignment and have submitted one good patch.
 
 David Anderson                                 davea@sgi.com
+Scott Bambrough                                        scottb@netwinder.org
+Jim Blandy                                     jimb@redhat.com
 Philip Blundell                                        philb@gnu.org
+Per Bothner                                    per@bothner.com
 Joel Brobecker                                 brobecker@act-europe.fr
+Kevin Buettner                                 kevinb@redhat.com
+Andrew Cagney                                  ac131313@redhat.com
+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
+Chris G. Demetriou                             cgd@broadcom.com
+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
+Fred Fish                                      fnf@ninemoons.com
 Orjan Friberg                                  orjanf@axis.com
 Ben Harris                                     bjh21@netbsd.org
+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
 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
 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
+Robert Lipe                                    rjl@sco.com
 H.J. Lu                                                hjl@lucon.org
+Michal Ludvig                                   mludvig@suse.cz
 Glen McCready                                  gkm@redhat.com
+Greg McGary                                    greg@mcgary.org
 Jason Merrill                                  jason@redhat.com
+David S. Miller                                        davem@redhat.com
 Jason Molenda                                  jmolenda@apple.com
-Pierre Muller                                  muller@sourceware.redhat.com
+Pierre Muller                                  muller@sources.redhat.com
+Fernando Nasser                                        fnasser@redhat.com
+David O'Brien                                  obrien@freebsd.org
 Alexandre Oliva                                        aoliva@redhat.com
 Tom Rix                                                trix@redhat.com
+Theodore A. Roth                               troth@verinet.com
+Ian Roxborough                                 irox@redhat.com
 Mark Salter                                    msalter@redhat.com
+Peter Schauer                                  Peter.Schauer@regent
 Andreas Schwab                                 schwab@suse.de
 Keith Seitz                                    keiths@redhat.com
 Jiri Smid                                      smid@suse.cz
 David Smith                                    dsmith@redhat.com
 Stephen P. Smith                               ischis2@home.com
 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
 Corinna Vinschen                               vinschen@redhat.com
 Keith Walker                                   keith.walker@arm.com
+Elena Zannoni                                  ezannoni@redhat.com
+Eli Zaretskii                                  eliz@gnu.org
 
 
 
                        Past Maintainers
 
-Jimmy Guo (gdb.hp, tui)                                guo@cup.hp.com
-Jeff Law (hppa)                                        law@cygnus.com
-Daniel Berlin (C++ support)                    dan@cgsoftware.com
+Jimmy Guo (gdb.hp, tui)                                guo at cup dot hp dot com
+Jeff Law (hppa)                                        law at cygnus dot com
+Daniel Berlin (C++ support)                    dan at cgsoftware dot com
 Nick Duffek (powerpc, SCO, Sol/x86)            nick at duffek dot com
 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
+
 
 
 Folks that have been caught up in a paper trail:
 
 Jim Kingdon                                    jkingdon@engr.sgi.com
-Chris G. Demetriou                             cgd@sibyte.com
-Michael Chastain                               mec@shout.net
 
 --
 
This page took 0.0304 seconds and 4 git commands to generate.