22 Note individuals who maintain parts of the debugger need approval to
23 check in changes outside of the immediate domain that they maintain.
25 If there is no maintainer for a given domain then the responsibility
26 falls to the head maintainer.
28 If there are several maintainers for a given domain then
29 responsibility falls to the first maintainer. The first maintainer is
30 free to devolve that responsibility among the other maintainers.
35 All maintainers listed in this file are allowed to check in obvious
38 An "obvious fix" means that there is no possibility that anyone will
39 disagree with the change.
41 A good mental test is "will the person who hates my work the most be
42 able to find fault with the change" - if so, then it's not obvious and
43 needs to be posted first. :-)
45 Something like changing or bypassing an interface is _not_ an obvious
46 fix, since such a change without discussion will result in
47 instantaneous and loud complaints.
50 Target Instruction Set Architectures:
52 Generic ISA (Instruction Set Architecture) issues, API variants, CPU
53 variants. *-tdep.c. The Target/Architecture maintainer works with the
54 host maintainer when resolving build issues. The Target/Architecture
55 maintainer works with the native maintainer when resolving API issues.
59 alpha --target=alpha-elf -Werror
62 arc (--target=arc-elf OBSOLETE)
64 arm --target=arm-elf ,
70 avr --target=avr ,-Werror
73 cris --target=cris-elf ,-Werror
76 d10v --target=d10v-elf ,-Werror
79 d30v (--target=d30v-elf OBSOLETE)
81 fr30 (--target=fr30-elf OBSOLETE)
83 h8300 --target=h8300hms -Werror
86 h8500 --target=h8500hms -Werror
88 Not multi-arch, work in progress
90 i386 --target=i386-elf ,-Werror
93 i960 (--target=i960-coff OBSOLETE)
95 ia64 --target=ia64-linux-gnu ,-Werror
96 (--target=ia64-elf broken)
99 m32r (--target=m32r-elf broken)
101 OBSOLETE candidate, not multi-arch
103 m68hc11 --target=m68hc11-elf ,-Werror ,
106 m68k --target=m68k-elf ,-Werror
109 m88k (--target=m88k OBSOLETE)
111 mcore --target=mcore-elf ,-Werror
114 mips --target=mips-elf ,-Werror
117 mn10200 --target=mn10200-elf ,-Werror
119 OBSOLETE candidate, not multi-arch
121 mn10300 --target=mn10300-elf ,-Werror
124 ns32k --target=ns32k-netbsd ,-Werror
127 pa (--target=hppa-elf broken)
129 OBSOLETE candidate, not multi-arch
131 powerpc --target=powerpc-eabi ,-Werror
134 s390 --target=s390-linux-gnu ,-Werror
137 sh --target=sh-elf ,-Werror
140 sparc --target=sparc-elf ,-Werror
145 v850 --target=v850-elf ,-Werror
148 vax --target=vax-netbsd ,-Werror
153 x86-64 --target=x86_64-linux-gnu ,-Werror
156 xstormy16 --target=xstormy16-elf ,-Werror
159 z8k --target=z8k-coff ,-Werror
162 OBSOLETE candidate, not multi-arch
164 All developers recognized by this file can make arbitrary changes to
167 All maintainers can test and thence approve non-trivial changes to
168 ``maintenance only'' targets submitted by recognized developers.
170 All recognized developers can make mechanical changes (by virtue of
171 the obvious fix rule) to ``maintenance only'' targets. The change
172 shall be sanity checked by compiling with one of the listed targets.
174 The Bourne shell script:
176 cat MAINTAINERS | tr -s '[\t]' '[ ]' | sed -n '
177 /^[ ]*[-a-z0-9\.]*[ ]*[(]*--target=.*/ !d
194 can be used to generate a list of buildable targets. The list
195 containing values for the configure options --target=,
196 --enable-gdb-build-warnings= and optionally
197 --enable-sim-build-warnings vis:
201 m68hc11-elf ,-Werror ,
203 hppa1.1-hp-proelf broken
206 While the ``broken'' targets are included in the listing, the are not
212 The Native maintainer is responsible for target specific native
213 support - typically shared libraries and quirks to procfs/ptrace/...
214 The Native maintainer works with the Arch and Core maintainers when
215 resolving more generic problems.
217 The host maintainer ensures that gdb (including mmalloc) can be built
218 as a cross debugger on their platform.
225 MS Windows (NT, '00, 9x, Me, XP) host & native
227 GNU/Linux/x86 native & host
231 GNU/Linux MIPS native & host
240 Solaris/x86 native & host (devolved)
242 Solaris/SPARC native & host (devolved)
247 Core: Generic components used by all of GDB
250 Any host/target maintainer can add to
251 gdbarch.{c,h,sh}. Send tricky ones to cagney.
265 xcoff reader Any maintainer can modify this; please send tricky
270 HP/UX readers Any [past] maintainer can modify this.
271 Please send tricky ones to the symtabs maintainers.
279 language support (Blanket Write Privs Maintainers)
281 Java support (devolved)
292 include/remote-sim.h, remote-sim.c
307 hp tests (gdb.hp) (vacant)
312 UI: External (user) interfaces.
332 (anyone can edit; kingdon is just lead maintainer)
334 Makefile.in, configure* ALL
336 mmalloc/ ALL Host maintainers
340 sim/ See sim/MAINTAINERS
342 readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
344 Host maintainers (host dependant parts)
345 (but get your changes into the master version)
352 To get recommended for the Write After Approval list you need a valid
353 FSF assignment and have submitted one good patch.
420 Peter Schauer Peter.Schauer@regent
444 Jimmy Guo (gdb.hp, tui) guo at cup dot hp dot com
445 Jeff Law (hppa) law at cygnus dot com
446 Daniel Berlin (C++ support) dan at cgsoftware dot com
447 Nick Duffek (powerpc, SCO, Sol/x86) nick at duffek dot com
448 David Taylor (d10v, sparc, utils, defs,
449 expression evaluator, language support) taylor at candd dot org
450 J.T. Conklin (dcache, NetBSD, remote) jtc at redback dot com
451 Frank Ch. Eigler (sim) fche at redhat dot com
455 Folks that have been caught up in a paper trail:
461 (*) Indicates folks that don't have a Kerberos/SSH account in the GDB