]> Git Repo - binutils.git/blobdiff - gdb/MAINTAINERS
* i386bsd-tdep.c (i386nbsd_sigtramp_start, i386nbsd_sigtramp_end):
[binutils.git] / gdb / MAINTAINERS
index e77caca718646c51d828003c7739568351e4b6a6..1501c831d424ee9d7a06c3d553d126fe7d0069bf 100644 (file)
@@ -54,11 +54,10 @@ 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
@@ -70,7 +69,10 @@ maintainer works with the native maintainer when resolving API issues.
                        Richard Earnshaw        [email protected]
                        Not multi-arch
 
-       cris            --target=cris-elf -w
+       avr             --target=avr ,-Werror
+                       Theodore A. Roth        [email protected]
+
+       cris            --target=cris-elf ,-Werror
                        Orjan Friberg           [email protected]
 
        d10v            --target=d10v-elf ,-Werror
@@ -110,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
@@ -137,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
@@ -152,7 +153,7 @@ maintainer works with the native maintainer when resolving API issues.
        s390            --target=s390-linux ,-Werror
                        (contact DJ Barrow      [email protected])
 
-       sh              --target=sh-hms,sh-elf ,-Werror
+       sh              --target=sh-elf ,-Werror
                        Elena Zannoni           [email protected]
 
        sparc           --target=sparc-elf,sparc64-elf ,-Werror
@@ -162,11 +163,9 @@ 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.
 
@@ -191,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-warnings= 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:
@@ -235,6 +249,7 @@ GNU/Linux m68k              Andreas Schwab          [email protected]
 FreeBSD native & host  Mark Kettenis           [email protected]
                        David O'Brien           [email protected]
 hurd native            Mark Kettenis           [email protected]
+NetBSD native & host   Jason Thorpe            [email protected]
 SCO/Unixware           Robert Lipe             [email protected]
 GNU/Linux ARM native   Scott Bambrough         [email protected]
 Solaris/x86 native & host (devolved)
@@ -267,6 +282,8 @@ generic symtabs             Jim Blandy              [email protected]
   linespec             Jim Blandy              [email protected]
                        Elena Zannoni           [email protected]
                        Fernando Nasser         [email protected]
+  HP/UX readers                Any [past] maintainer can modify this.
+                       Please send tricky ones to the symtabs maintainers.
 
 tracing bytecode stuff  Jim Blandy              [email protected]
 tracing                        Michael Snyder          [email protected]
@@ -324,6 +341,8 @@ tui                 (vacant)
 
 Misc:
 
+gdb/gdbserver          Daniel Jacobowitz       [email protected]
+
 Web pages.             Jim Kingdon             [email protected]  ++
                        (anyone can edit; kingdon is just lead maintainer)
 
@@ -331,6 +350,8 @@ Makefile.in, configure*     ALL
 
 mmalloc/               ALL Host maintainers
 
+NEWS                   ALL
+
 sim/                   See sim/MAINTAINERS
 
 readline/              Master version: ftp://ftp.cwru.edu/pub/bash/
@@ -347,16 +368,33 @@ To get recommended for the Write After Approval list you need a valid
 FSF assignment and have submitted one good patch.
 
 David Anderson                                 [email protected]
+Scott Bambrough                                        [email protected]
+Jim Blandy                                     [email protected]
 Philip Blundell                                        [email protected]
+Per Bothner                                    [email protected]
 Joel Brobecker                                 [email protected]
+Dave Brolley                                   [email protected]
+Kevin Buettner                                 [email protected]
+Andrew Cagney                                  [email protected]
+Stephane Carrez                                        [email protected]
+Michael Chastain                               [email protected]
+Eric Christopher                               [email protected]
 Nick Clifton                                   [email protected]
+Philippe De Muyter                             [email protected]
 Chris G. Demetriou                             [email protected]
 Klee Dienes                                    [email protected]
+DJ Delorie                                     [email protected]
 Richard Earnshaw                               [email protected]
+Frank Ch. Eigler                               [email protected]
+Ben Elliston                                   [email protected]
+Anthony Green                                  [email protected]
 Matthew Green                                  [email protected]
+Chris Faylor                                   [email protected]
+Fred Fish                                      [email protected]
 Orjan Friberg                                  [email protected]
 Ben Harris                                     [email protected]
 Richard Henderson                              [email protected]
+Aldy Hernandez                                 [email protected]
 Paul Hilfinger                                 [email protected]
 Matt Hiller                                    [email protected]
 Kazu Hirata                                    [email protected]
@@ -367,30 +405,44 @@ Jim Ingham                                        [email protected]
 Daniel Jacobowitz                              [email protected]
 Andreas Jaeger                                 [email protected]
 Geoff Keating                                  [email protected]
+Mark Kettenis                                  [email protected]
 Jim Kingdon                                    [email protected]  ++
+Jeff Law                                       [email protected]
 Jonathan Larmour                               [email protected]
+Robert Lipe                                    [email protected]
 H.J. Lu                                                [email protected]
+Michal Ludvig                                   [email protected]
 Glen McCready                                  [email protected]
 Greg McGary                                    [email protected]
 Jason Merrill                                  [email protected]
+David S. Miller                                        [email protected]
 Jason Molenda                                  [email protected]
 Pierre Muller                                  [email protected]
+Fernando Nasser                                        [email protected]
+David O'Brien                                  [email protected]
 Alexandre Oliva                                        [email protected]
 Tom Rix                                                [email protected]
+Theodore A. Roth                               [email protected]
+Ian Roxborough                                 [email protected]
+Grace Sainsbury                                        [email protected]
 Mark Salter                                    [email protected]
+Peter Schauer                                  Peter.Schauer@regent
 Andreas Schwab                                 [email protected]
 Keith Seitz                                    [email protected]
 Jiri Smid                                      [email protected]
 David Smith                                    [email protected]
 Stephen P. Smith                               [email protected]
 Jackie Smith Cashion                           [email protected]
+Stan Shebs                                     [email protected]
+Michael Snyder                                 [email protected]
 Petr Sorfa                                     [email protected]
 Gary Thomas                                    [email protected]
 Jason Thorpe                                   [email protected]
 Tom Tromey                                     [email protected]
 Corinna Vinschen                               [email protected]
 Keith Walker                                   [email protected]
-Michal Ludvig                                   [email protected]
+Elena Zannoni                                  [email protected]
+Eli Zaretskii                                  [email protected]
 
 
 
This page took 0.031741 seconds and 4 git commands to generate.