Fix tipo.
[platform/upstream/binutils.git] / gdb / MAINTAINERS
1                         GDB Maintainers
2
3
4                         Blanket Write Privs
5                            (alphabetic)
6
7 Jim Blandy                      jimb@redhat.com
8 Kevin Buettner                  kevinb@redhat.com
9 Andrew Cagney                   ac131313@redhat.com
10 J.T. Conklin                    jtc@redback.com
11 Fred Fish                       fnf@ninemoons.com
12 Daniel Jacobowitz               dan@debian.org
13 Mark Kettenis                   kettenis@gnu.org
14 Peter Schauer                   Peter.Schauer@regent.e-technik.tu-muenchen.de
15 Stan Shebs                      shebs@apple.com
16 Michael Snyder                  msnyder@redhat.com
17 Elena Zannoni                   ezannoni@redhat.com
18 Eli Zaretskii                   eliz@gnu.org
19
20
21                         Various Maintainers
22
23 Note individuals who maintain parts of the debugger need approval to
24 check in changes outside of the immediate domain that they maintain.
25
26 If there is no maintainer for a given domain then the responsibility
27 falls to the head maintainer.
28
29 If there are several maintainers for a given domain then
30 responsibility falls to the first maintainer.  The first maintainer is
31 free to devolve that responsibility among the other maintainers.
32
33
34                         The Obvious Fix Rule
35
36 All maintainers listed in this file are allowed to check in obvious
37 fixes.
38
39 An "obvious fix" means that there is no possibility that anyone will
40 disagree with the change.
41
42 A good mental test is "will the person who hates my work the most be
43 able to find fault with the change" - if so, then it's not obvious and
44 needs to be posted first. :-)
45
46 Something like changing or bypassing an interface is _not_ an obvious
47 fix, since such a change without discussion will result in
48 instantaneous and loud complaints.
49
50
51 Target Instruction Set Architectures:
52
53 Generic ISA (Instruction Set Architecture) issues, API variants, CPU
54 variants.  *-tdep.c. The Target/Architecture maintainer works with the
55 host maintainer when resolving build issues.  The Target/Architecture
56 maintainer works with the native maintainer when resolving API issues.
57
58         a29k            Deleted.
59
60         alpha           --target=alpha-elf ,-Werror
61                         Maintenance only
62
63         arc             (--target=arc-elf OBSOLETE)
64
65         arm             --target=arm-elf ,
66                         Fernando Nasser         fnasser@redhat.com
67                         Scott Bambrough         scottb@netwinder.org
68                         Richard Earnshaw        rearnsha@arm.com
69                         Not multi-arch
70
71         avr             --target=avr ,-Werror
72                         Theodore A. Roth        troth@verinet.com
73
74         cris            --target=cris-elf ,-Werror
75                         Orjan Friberg           orjanf@axis.com
76
77         d10v            --target=d10v-elf ,-Werror
78                         Maintenance only
79
80         d30v            (--target=d30v-elf OBSOLETE)
81
82         fr30            (--target=fr30-elf OBSOLETE)
83
84         h8300           --target=h8300hms ,-Werror
85                         Maintenance only
86
87         h8500           (--target=h8500hms broken)
88                         Maintenance only
89                         Not multi-arch, work in progress
90
91         i386            --target=i386-elf ,-Werror
92                         Mark Kettenis           kettenis@gnu.org
93
94         i960            (--target=i960-coff OBSOLETE)
95
96         ia64            --target=ia64-linux-gnu ,-Werror
97                         (--target=ia64-elf broken)
98                         Kevin Buettner          kevinb@redhat.com
99
100         m32r            (--target=m32r-elf broken)
101                         Michael Snyder          msnyder@redhat.com
102                         OBSOLETE candidate, not multi-arch
103
104         m68hc11         --target=m68hc11-elf ,-Werror ,
105                         Stephane Carrez         stcarrez@nerim.fr
106
107         m68k            --target=m68k-elf ,-Werror
108                         Maintenance only
109
110         m88k            (--target=m88k OBSOLETE)
111
112         mcore           --target=mcore-elf ,-Werror
113                         Maintenance only
114
115         mips            --target=mips-elf ,-Werror
116                         Andrew Cagney           cagney@redhat.com
117
118         mn10200         --target=mn10200-elf ,-Werror
119                         Maintenance only
120                         OBSOLETE candidate, not multi-arch
121
122         mn10300         --target=mn10300-elf ,-Werror
123                         Maintenance only
124
125         ns32k           --target=ns32k-netbsd ,-Werror
126                         Maintenance only
127
128         pa              (--target=hppa-elf broken)
129                         Maintenance only
130                         OBSOLETE candidate, not multi-arch
131
132         powerpc         --target=powerpc-eabi ,-Werror
133                         Kevin Buettner          kevinb@redhat.com
134
135         s390            --target=s390-linux-gnu ,-Werror
136                         (contact DJ Barrow      djbarrow@de.ibm.com)
137
138         sh              --target=sh-elf ,-Werror
139                         Elena Zannoni           ezannoni@redhat.com
140
141         sparc           --target=sparc-elf ,-Werror
142                         Maintenance only
143
144         tic80           Deleted.
145
146         v850            --target=v850-elf ,-Werror
147                         Maintenance only
148
149         vax             --target=vax-netbsd ,-Werror
150                         Maintenance only
151
152         w65             Deleted.
153
154         x86-64          --target=x86_64-linux-gnu ,-Werror
155                         Maintenance only
156
157         xstormy16       --target=xstormy16-elf ,-Werror
158                         Corinna Vinschen        vinschen@redhat.com
159
160         z8k             --target=z8k-coff ,-Werror
161                         Known problem in 5.1
162                         Maintenance only
163                         OBSOLETE candidate, not multi-arch
164
165 All developers recognized by this file can make arbitrary changes to
166 OBSOLETE targets.
167
168 All maintainers can test and thence approve non-trivial changes to
169 ``maintenance only'' targets submitted by recognized developers.
170
171 All recognized developers can make mechanical changes (by virtue of
172 the obvious fix rule) to ``maintenance only'' targets.  The change
173 shall be sanity checked by compiling with one of the listed targets.
174
175 The Bourne shell script:
176
177 cat MAINTAINERS | tr -s '[\t]' '[ ]' | sed -n '
178 /^[ ]*[-a-z0-9\.]*[ ]*[(]*--target=.*/ !d
179 s/^.*--target=//
180 s/).*$//
181 h
182 :loop
183   g
184   /^[^ ]*,/ !b end
185   s/,[^ ]*//
186   p
187   g
188   s/^[^,]*,//
189   h
190 b loop
191 :end
192 p
193 '
194
195 can be used to generate a list of buildable targets.  The list
196 containing values for the configure options --target=,
197 --enable-gdb-build-warnings= and optionally
198 --enable-sim-build-warnings vis:
199
200         arc-elf ,-Werror
201         ...
202         m68hc11-elf ,-Werror ,
203         ...
204         hppa1.1-hp-proelf broken
205         ...
206
207 While the ``broken'' targets are included in the listing, the are not
208 expected to build.
209
210
211 Host/Native:
212
213 The Native maintainer is responsible for target specific native
214 support - typically shared libraries and quirks to procfs/ptrace/...
215 The Native maintainer works with the Arch and Core maintainers when
216 resolving more generic problems.
217
218 The host maintainer ensures that gdb (including mmalloc) can be built
219 as a cross debugger on their platform.
220
221 AIX                     Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
222                         Kevin Buettner          kevinb@redhat.com
223
224 djgpp native            Eli Zaretskii           eliz@gnu.org
225                         DJ Delorie              dj@redhat.com
226 MS Windows (NT, '00, 9x, Me, XP) host & native
227                         Chris Faylor            cgf@redhat.com
228 GNU/Linux/x86 native & host
229                         Mark Kettenis           kettenis@gnu.org
230                         Jim Blandy              jimb@redhat.com
231 GNU/Linux PPC native    Kevin Buettner          kevinb@redhat.com
232 GNU/Linux MIPS native & host
233                         Daniel Jacobowitz       dan@debian.org
234 GNU/Linux m68k          Andreas Schwab          schwab@suse.de
235 FreeBSD native & host   Mark Kettenis           kettenis@gnu.org
236                         David O'Brien           obrien@freebsd.org
237 hurd native             Mark Kettenis           kettenis@gnu.org
238 NetBSD native & host    Jason Thorpe            thorpej@wasabisystems.com
239 SCO/Unixware            Robert Lipe             rjl@sco.com
240 GNU/Linux ARM native    Scott Bambrough         scottb@netwinder.org
241 Solaris/x86 native & host (devolved)
242                         Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
243 Solaris/SPARC native & host (devolved)
244                         Michael Snyder          msnyder@redhat.com
245
246
247
248 Core: Generic components used by all of GDB
249
250 generic arch support    Andrew Cagney           cagney@redhat.com
251                         Any host/target maintainer can add to
252                         gdbarch.{c,h,sh}.  Send tricky ones to cagney.
253 target vector           Andrew Cagney           cagney@redhat.com
254 main (main.c, top.c)    Elena Zannoni           ezannoni@redhat.com
255 event loop              Elena Zannoni           ezannoni@redhat.com
256
257 generic symtabs         Jim Blandy              jimb@redhat.com
258                         Elena Zannoni           ezannoni@redhat.com
259   dwarf readers         Jim Blandy              jimb@redhat.com
260                         Elena Zannoni           ezannoni@redhat.com
261   elf reader            Jim Blandy              jimb@redhat.com
262                         Elena Zannoni           ezannoni@redhat.com
263   stabs reader          Jim Blandy              jimb@redhat.com
264                         Elena Zannoni           ezannoni@redhat.com
265   coff reader           Philippe De Muyter      phdm@macqel.be
266   xcoff reader          Any maintainer can modify this; please send tricky
267                         ones to Kevin Buettner <kevinb@redhat.com>
268   linespec              Jim Blandy              jimb@redhat.com
269                         Elena Zannoni           ezannoni@redhat.com
270                         Fernando Nasser         fnasser@redhat.com
271   HP/UX readers         Any [past] maintainer can modify this.
272                         Please send tricky ones to the symtabs maintainers.
273
274 tracing bytecode stuff  Jim Blandy              jimb@redhat.com
275 tracing                 Michael Snyder          msnyder@redhat.com
276 threads                 Michael Snyder          msnyder@redhat.com
277                         Mark Kettenis           kettenis@gnu.org
278 breakpoints             Michael Snyder          msnyder@redhat.com
279                         Jim Blandy              jimb@redhat.com
280 language support        (Blanket Write Privs Maintainers)
281   C++                   Daniel Jacobowitz       dan@debian.org
282   Java support          (Global Maintainers)
283   Pascal support        Pierre Muller           muller@sources.redhat.com
284   Scheme support        Jim Blandy              jimb@redhat.com
285
286 shared libs (devolved)  Jim Blandy              jimb@redhat.com
287                         Kevin Buettner          kevinb@redhat.com
288   xcoffsolib            Peter Schauer           Peter.Schauer@regent.e-technik.tu-muenchen.de
289
290 remote.c                Andrew Cagney           cagney@redhat.com
291 include/remote-sim.h, remote-sim.c
292                         Andrew Cagney           cagney@redhat.com
293 sds protocol            Fernando Nasser         fnasser@redhat.com
294 rdi/adp protocol        Fernando Nasser         fnasser@redhat.com
295 documentation           Eli Zaretskii           eliz@gnu.org
296 testsuite               Fernando Nasser         fnasser@redhat.com
297   config                Mark Salter             msalter@redhat.com
298   lib                   Mark Salter             msalter@redhat.com
299   gdbtk (gdb.gdbtk)     Keith Seitz             keiths@redhat.com
300   c++ (gdb.c++)         Michael Chastain        mec@shout.net
301   mi tests (gdb.mi)     Elena Zannoni           ezannoni@redhat.com
302                         Andrew Cagney           cagney@redhat.com
303   stabs (gdb.stabs)     Elena Zannoni           ezannoni@redhat.com
304   threads (gdb.threads) Michael Snyder          msnyder@redhat.com
305   trace (gdb.trace)     Michael Snyder          msnyder@redhat.com
306   hp tests (gdb.hp)     (vacant)
307   Java tests (gdb.java) Anthony Green           green@redhat.com
308 Kernel Object Display   Fernando Nasser         fnasser@redhat.com
309
310
311 UI: External (user) interfaces.
312
313 command interpreter     Fernando Nasser         fnasser@redhat.com
314 gdbtk (c & tcl)         Jim Ingham              jingham@apple.com
315                         Fernando Nasser         fnasser@redhat.com
316                         Keith Seitz             keiths@redhat.com
317 libgui (w/foundry, sn)  Jim Ingham              jingham@apple.com
318                         Keith Seitz             keiths@redhat.com
319 mi (gdb/mi)             Andrew Cagney           cagney@redhat.com
320                         Elena Zannoni           ezannoni@redhat.com
321                         Fernando Nasser         fnasser@redhat.com
322 tui                     (vacant)
323                         Technical Contact Point wdb@cup.hp.com
324
325
326 Misc:
327
328 gdb/gdbserver           Daniel Jacobowitz       dan@debian.org
329
330 Web pages.              Jim Kingdon             jkingdon@engr.sgi.com  ++
331                         (anyone can edit; kingdon is just lead maintainer)
332
333 Makefile.in, configure* ALL
334
335 mmalloc/                ALL Host maintainers
336
337 NEWS                    ALL
338
339 sim/                    See sim/MAINTAINERS
340
341 readline/               Master version: ftp://ftp.cwru.edu/pub/bash/
342                         Elena Zannoni           ezannoni@redhat.com
343                         Host maintainers (host dependant parts)
344                         (but get your changes into the master version)
345
346 tcl/ tk/ itcl/          Ian Roxborough          irox@redhat.com
347
348                         Write After Approval
349                            (alphabetic)
350
351 To get recommended for the Write After Approval list you need a valid
352 FSF assignment and have submitted one good patch.
353
354 David Anderson                                  davea@sgi.com
355 Scott Bambrough                                 scottb@netwinder.org
356 Jim Blandy                                      jimb@redhat.com
357 Philip Blundell                                 philb@gnu.org
358 Per Bothner                                     per@bothner.com
359 Joel Brobecker                                  brobecker@act-europe.fr
360 Dave Brolley                                    brolley@redhat.com
361 Kevin Buettner                                  kevinb@redhat.com
362 Andrew Cagney                                   ac131313@redhat.com
363 David Carlton                                   carlton@math.stanford.edu
364 Stephane Carrez                                 stcarrez@nerim.fr
365 Michael Chastain                                mec@shout.net
366 Eric Christopher                                echristo@redhat.com
367 Nick Clifton                                    nickc@redhat.com
368 DJ Delorie                                      dj@redhat.com
369 Chris G. Demetriou                              cgd@broadcom.com
370 Philippe De Muyter                              phdm@macqel.be
371 Klee Dienes                                     kdienes@apple.com
372 Richard Earnshaw                                rearnsha@arm.com
373 Frank Ch. Eigler                                fche@redhat.com
374 Ben Elliston                                    bje@redhat.com
375 Anthony Green                                   green@redhat.com
376 Matthew Green                                   mrg@eterna.com.au
377 Chris Faylor                                    cgf@redhat.com
378 Adam Fedor                                      fedor@gnu.org
379 Fred Fish                                       fnf@ninemoons.com
380 Orjan Friberg                                   orjanf@axis.com
381 Ben Harris                                      bjh21@netbsd.org
382 Richard Henderson                               rth@redhat.com
383 Aldy Hernandez                                  aldyh@redhat.com
384 Paul Hilfinger                                  hilfinger@gnat.com
385 Matt Hiller                                     hiller@redhat.com
386 Kazu Hirata                                     kazu@hxi.com
387 Jeff Holcomb                                    jeffh@redhat.com
388 Don Howard                                      dhoward@redhat.com
389 Martin Hunt                                     hunt@redhat.com
390 Jim Ingham                                      jingham@apple.com
391 Daniel Jacobowitz                               dan@debian.org
392 Andreas Jaeger                                  aj@suse.de
393 Jeff Johnston                                   jjohnstn@redhat.com
394 Geoff Keating                                   geoffk@redhat.com
395 Mark Kettenis                                   kettenis@gnu.org
396 Jim Kingdon                                     jkingdon@engr.sgi.com  ++
397 Jonathan Larmour                                jlarmour@redhat.co.uk
398 Jeff Law                                        law@redhat.com
399 Robert Lipe                                     rjl@sco.com
400 H.J. Lu                                         hjl@lucon.org
401 Michal Ludvig                                   mludvig@suse.cz
402 Glen McCready                                   gkm@redhat.com
403 Greg McGary                                     greg@mcgary.org
404 Jason Merrill                                   jason@redhat.com
405 David S. Miller                                 davem@redhat.com
406 Marko Mlinar                                    markom@opencores.org
407 Alan Modra                                      amodra@bigpond.net.au
408 Jason Molenda                                   jmolenda@apple.com
409 Pierre Muller                                   muller@sources.redhat.com
410 Fernando Nasser                                 fnasser@redhat.com
411 Hans-Peter Nilsson                              hp@bitrange.com
412 David O'Brien                                   obrien@freebsd.org
413 Alexandre Oliva                                 aoliva@redhat.com
414 Tom Rix                                         trix@redhat.com
415 Theodore A. Roth                                troth@verinet.com
416 Ian Roxborough                                  irox@redhat.com
417 Grace Sainsbury                                 graces@redhat.com
418 Mark Salter                                     msalter@redhat.com
419 Peter Schauer                                   Peter.Schauer@regent
420 Andreas Schwab                                  schwab@suse.de
421 Keith Seitz                                     keiths@redhat.com
422 Stan Shebs                                      shebs@apple.com
423 Aidan Skinner                                   aidan@velvet.net
424 Jiri Smid                                       smid@suse.cz
425 David Smith                                     dsmith@redhat.com
426 Stephen P. Smith                                ischis2@home.com
427 Jackie Smith Cashion                            jsmith@redhat.com
428 Michael Snyder                                  msnyder@redhat.com
429 Petr Sorfa                                      petrs@caldera.com
430 Gary Thomas                                     gthomas@redhat.com
431 Jason Thorpe                                    thorpej@wasabisystems.com
432 Tom Tromey                                      tromey@redhat.com
433 Corinna Vinschen                                vinschen@redhat.com
434 Keith Walker                                    keith.walker@arm.com
435 Jim Wilson                                      wilson@redhat.com
436 Elena Zannoni                                   ezannoni@redhat.com
437 Eli Zaretskii                                   eliz@gnu.org
438
439
440
441                         Past Maintainers
442
443 Jimmy Guo (gdb.hp, tui)                         guo at cup dot hp dot com
444 Jeff Law (hppa)                                 law at cygnus dot com
445 Daniel Berlin (C++ support)                     dan at cgsoftware dot com
446 Nick Duffek (powerpc, SCO, Sol/x86)             nick at duffek dot com
447 David Taylor (d10v, sparc, utils, defs,
448   expression evaluator, language support)       taylor at candd dot org
449 J.T. Conklin (dcache, NetBSD, remote)           jtc at redback dot com
450 Frank Ch. Eigler (sim)                          fche at redhat dot com
451 Per Bothner (Java)                              per at bothner dot com
452 Anthony Green (Java)                            green at redhat dot com
453
454
455
456 Folks that have been caught up in a paper trail:
457
458 Jim Kingdon                                     jkingdon@engr.sgi.com
459
460 --
461
462 (*) Indicates folks that don't have a Kerberos/SSH account in the GDB
463 group.