X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FMAINTAINERS;h=3f912047a07dfd51e0f7c04c3459b3f5be4e04d8;hb=95a856212b2220f94f87145e5f0bc1c64ecb79dd;hp=9bdac989a404d43306eb329d85ece95b071ae3f8;hpb=b91d87cfc7f7c17338c5100c06424cc1b0b59c28;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 9bdac989a4..3f912047a0 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -27,6 +27,20 @@ responsibility falls to the first maintainer. The first maintainer is free to devolve that responsibility among the other maintainers. + The Obvious Fix Rule + +All maintainers listed in this file are allowed to check in obvious +fixes. + +An "obvious fix" means that there is no possibility that anyone will +disagree with the change. Something like bypassing an interface will +result in instantaneous and loud complaints. + +A good mental test is "will the person who hates my work the most be +able to find fault with the change" - if so, then it's not obvious and +needs to be posted first. :-) + + Target/Architecture: Generic ISA (Instruction Set Architecture) issues, API variants, CPU @@ -43,13 +57,11 @@ 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 - convex OBSOLETE - d10v --target=d10v-elf ,-Werror Andrew Cagney cagney@cygnus.com @@ -71,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 @@ -86,60 +98,55 @@ 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 Andrew Cagney cagney@cygnus.com - mn10200 (--target=mn10200-elf broken) + mn10200 --target=mn10200-elf ,-Werror Maintenance only - mn10300 (--target=mn10300-elf broken) + 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 - pyramid OBSOLETE - - 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 David Taylor taylor@cygnus.com - tahoe OBSOLETE - tic80 (--target=tic80-coff broken) Maintenance only - v850 (--target=v850-elf broken) + 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. @@ -149,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: @@ -175,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 @@ -184,8 +205,9 @@ GNU/Linux ARM native Scott Bambrough scottb@netwinder.org Solaris/x86 native & host (devolved) Nick Duffek nsd@cygnus.com Peter Schauer Peter.Schauer@regent.e-technik.tu-muenchen.de -Solaris/SPARC native & host - David Taylor taylor@cygnus.com +Solaris/SPARC native & host (devolved) + David Taylor taylor@cygnus.com + Michael Snyder msnyder@cygnus.com Mac OS X Klee Dienes kdienes@apple.com Jim Ingham jingham@apple.com @@ -242,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 @@ -264,13 +283,13 @@ 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: -Web pages. Jim Kingdon kingdon@redhat.com +Web pages. Jim Kingdon jkingdon@engr.sgi.com ++ (anyone can edit; kingdon is just lead maintainer) Makefile.in, configure* ALL @@ -290,7 +309,7 @@ readline/ Master version: ftp://ftp.cwru.edu/pub/bash/ Write After Approval David Anderson davea@sgi.com -Jim Kingdon kingdon@redhat.com +Jim Kingdon jkingdon@engr.sgi.com ++ Jason Molenda jsm@cygnus.com H.J. Lu hjl@lucon.org Nick Clifton nickc@cygnus.com @@ -305,11 +324,25 @@ Mark Salter msalter@redhat.com Michael Chastain chastain@redhat.com Orjan Friberg orjanf@axis.com 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 -* Indicates folks we need to get Kerberos/SSH accounts ready so they -can write in the source tree +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 (*) +Chris G. Demetriou cgd@sibyte.com + +-- + +(*) Indicates folks that don't have a Kerberos/SSH account in the GDB +group.