* thread-db.c (check_event): Don't report an error if we encounter
[deliverable/binutils-gdb.git] / gdb / MAINTAINERS
index 462e3015757d3ea9a29bc27469a8d426d83dffa6..3f912047a07dfd51e0f7c04c3459b3f5be4e04d8 100644 (file)
@@ -57,7 +57,7 @@ maintainer works with the native maintainer when resolving API issues.
        arc             --target=arc-elf ,-Werror
                        Maintenance only
 
-       arm             --target=arm-coff,arm-elf,arm-pe ,-Werror
+       arm             (--target=arm-coff,arm-elf,arm-pe broken)
                        Fernando Nasser         fnasser@cygnus.com
                        Jim Ingham              jingham@apple.com
                        Scott Bambrough         scottb@netwinder.org
@@ -83,10 +83,10 @@ maintainer works with the native maintainer when resolving API issues.
        i386            --target=i386-elf,i386-aout ,-Werror
                        Mark Kettenis           kettenis@gnu.org
 
-       i960            (--target=i960-coff broken)
+       i960            --target=i960-coff ,-Werror
                        Maintenance only
 
-       ia64            (--target=ia64-elf broken)
+       ia64            --target=ia64-linux ,-Werror
                        Kevin Buettner          kevinb@cygnus.com
 
        m32r            --target=m32r-elf -Werror
@@ -98,10 +98,11 @@ maintainer works with the native maintainer when resolving API issues.
        m68k            --target=m68k-aout,m68k-coff,m68k-elf ,-Werror
                        Maintenance only
 
-       m88k            (?)
+       m88k            (--target=m88k broken)
+                       Known problem in 5.1
                        Maintenance only
 
-       mcore           (--target=mcore-elf,mcore-pe broken)
+       mcore           --target=mcore-elf,mcore-pe ,-Werror
                        Maintenance only
 
        mips            --target=mips-elf,mips64-elf ,-Werror
@@ -113,23 +114,20 @@ maintainer works with the native maintainer when resolving API issues.
        mn10300         --target=mn10300-elf ,-Werror
                        Andrew Cagney           cagney@cygnus.com
 
-       ns32k           (--target=ns32k-netbsd broken)
+       ns32k           --target=ns32k-netbsd ,-Werror
                        Maintenance only
 
        pa              (--target=hppa1.1-hp-proelf broken)
                        Jeff Law                law@cygnus.com
 
-       powerpc         (--target=powerpc-eabi,powerpcle-eabi broken)
+       powerpc         --target=powerpc-eabi,powerpcle-eabi ,-Werror
                        Kevin Buettner          kevinb@cygnus.com
                        Nick Duffek             nsd@cygnus.com
 
-       romp            (?)
-                       Maintenance only
-
        rs6000          --target=rs6000-ibm-aix3.2,rs6000-ibm-aix4.1 ,-Werror
                        (see rs6000 native and ppc target)
 
-       sh              (--target=sh-hms,sh-elf broken)
+       sh              --target=sh-hms,sh-elf ,-Werror
                        Elena Zannoni           ezannoni@cygnus.com
 
        sparc           --target=sparc-elf,sparc64-elf ,-Werror
@@ -138,16 +136,17 @@ maintainer works with the native maintainer when resolving API issues.
        tic80           (--target=tic80-coff broken)
                        Maintenance only
 
-       v850            --target=v850-elf
+       v850            --target=v850-elf ,-Werror
                        Maintenance only
 
        vax             --target=vax-dec-vms5.5 ,-Werror
                        Maintenance only
 
-       w65             (--target=w64 broken)
+       w65             (--target=w65 broken)
                        Maintenance only
 
        z8k             (--target=z8k-coff broken)
+                       Known problem in 5.1
                        Maintenance only
 
 All maintainers can make arbitrary changes to OBSOLETE targets.
@@ -157,6 +156,21 @@ multi-arch, -W..., ....) changes to ``maintenance only'' targets.
 Please sanity check the change 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.
+
 
 
 Host/Native:
@@ -183,7 +197,6 @@ GNU/Linux PPC native        Kevin Buettner          kevinb@cygnus.com
 FreeBSD native & host  Mark Kettenis           kettenis@gnu.org
                        David O'Brien           obrien@freebsd.org
 hurd native            Mark Kettenis           kettenis@gnu.org
-macos host & native    Stan Shebs              shebs@apple.com
 hpux, hp pa native     Jeff Law                law@cygnus.com
 NetBSD native & host   J.T. Conklin            jtc@redback.com
 SCO/Unixware           Nick Duffek             nsd@cygnus.com
@@ -251,12 +264,9 @@ sds protocol               Fernando Nasser         fnasser@cygnus.com
                        Jim Ingham              jingham@apple.com
 rdi/adp protocol       Fernando Nasser         fnasser@cygnus.com
                        Jim Ingham              jingham@apple.com
-gdbserver              Stan Shebs              shebs@apple.com
-documentation          Stan Shebs              shebs@apple.com
-                       Eli Zaretskii           eliz@gnu.org
-testsuite              Stan Shebs              shebs@apple.com
-                       Fernando Nasser         fnasser@cygnus.com
-  hp tests (gdb.hp)    Jimmy Guo               guo@cup.hp.com
+documentation          Eli Zaretskii           eliz@gnu.org
+testsuite              Fernando Nasser         fnasser@cygnus.com
+  hp tests (gdb.hp)    (vacant)
   Java tests (gdb.java)        Anthony Green           green@cygnus.com
 Kernel Object Display  Fernando Nasser         fnasser@cygnus.com
 dcache.c               J.T. Conklin            jtc@redback.com
@@ -273,8 +283,8 @@ libgui (w/foundry, sn)      Syd Polk                spolk@cygnus.com
 mi (gdb/mi)            Andrew Cagney           cagney@cygnus.com
                        Elena Zannoni           ezannoni@cygnus.com
                        Fernando Nasser         fnasser@cygnus.com
-tui                    Technical Contact Point wdb@cup.hp.com
-                       Jimmy Guo               guo@cup.hp.com
+tui                    (vacant)
+                       Technical Contact Point wdb@cup.hp.com
 
 
 Misc:
@@ -317,12 +327,19 @@ Jeff Holcomb                                      jeffh@redhat.com
 David Smith                                    dsmith@redhat.com
 Martin Hunt                                    hunt@redhat.com
 Matt Hiller                                    hiller@redhat.com
+Philip Blundell                                        philb@gnu.org
+Keith Seitz                                    keiths@cygnus.com
+
+
+                       Past Maintainers
+
+Jimmy Guo (gdb.hp, tui)                                guo@cup.hp.com
+
 
 Folks that have been caught up in a paper trail:
 
 Jim Kingdon                                    jkingdon@engr.sgi.com
 Paul Hilfinger                                 hilfingr@gnat.com (*)
-Philip Blundell                                        philb@gnu.org (*)
 Chris G. Demetriou                             cgd@sibyte.com
 
 --
This page took 0.02563 seconds and 4 git commands to generate.