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.
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-dec-osf4.0a -Werror
61 OBSOLETE candidate, not multi-arch
63 arc --target=arc-elf ,-Werror
65 OBSOLETE candidate, not multi-arch
67 arm --target=arm-elf -w
73 cris --target=cris-elf -w
76 d10v --target=d10v-elf ,-Werror
79 d30v --target=d30v-elf ,-Werror
81 OBSOLETE candidate, not multi-arch
83 djgpp --target=i586-pc-msdosdjgpp ,-Werror
86 fr30 --target=fr30-elf -Werror
88 OBSOLETE candidate, not multi-arch
90 h8300 --target=h8300hms -Werror
92 Not multi-arch, work in progress
94 h8500 --target=h8500hms -Werror
96 Not multi-arch, work in progress
98 i386 --target=i386-elf,i386-aout ,-Werror
101 i960 --target=i960-coff ,-Werror
103 OBSOLETE candidate, not multi-arch
105 ia64 --target=ia64-linux ,-Werror
108 m32r --target=m32r-elf -Werror
112 m68hc11 --target=m68hc11-elf ,-Werror
115 m68k --target=m68k-elf ,-Werror
117 OBSOLETE candidate, not multi-arch
119 m88k --target=m88k ,-Werror
122 OBSOLETE candidate, not multi-arch
124 mcore --target=mcore-elf,mcore-pe ,-Werror
126 OBSOLETE candidate, not multi-arch
128 mips --target=mips-elf,mips64-elf ,-Werror
131 mn10200 --target=mn10200-elf ,-Werror
133 OBSOLETE candidate, not multi-arch
135 mn10300 --target=mn10300-elf ,-Werror
138 ns32k --target=ns32k-netbsd ,-Werror
140 OBSOLETE candidate, not multi-arch
142 pa (--target=hppa1.1-hp-proelf broken)
144 OBSOLETE candidate, not multi-arch
146 powerpc --target=powerpc-eabi ,-Werror
149 rs6000 --target=rs6000-ibm-aix4.1 ,-Werror
150 (see rs6000 native and ppc target)
152 s390 --target=s390-linux ,-Werror
155 sh --target=sh-hms,sh-elf ,-Werror
158 sparc --target=sparc-elf,sparc64-elf ,-Werror
163 v850 --target=v850-elf ,-Werror
165 OBSOLETE candidate, not multi-arch
167 vax --target=vax-dec-vms5.5 ,-Werror
169 OBSOLETE candidate, not multi-arch
173 xstormy16 --target=xstormy16-elf ,-Werror
176 z8k --target=z8k-coff ,-Werror
179 OBSOLETE candidate, not multi-arch
181 All developers recognized by this file can make arbitrary changes to
184 All maintainers can test and thence approve non-trivial changes to
185 ``maintenance only'' targets submitted by recognized developers.
187 All recognized developers can make mechanical changes (by virtue of
188 the obvious fix rule) to ``maintenance only'' targets. The change
189 shall be sanity checked by compiling with one of the listed targets.
193 awk < "${maintainers}" '
195 targets = gensub (/^.*--target=/, "", 1, $2)
196 warnings = gensub (/[)]*$/, "", 1, $3)
197 split (targets, targ, /,/)
199 print targ[i], warnings
203 can be used to generate a full list of --target=
204 --enable-gdb-build-warning= pairs.
210 The Native maintainer is responsible for target specific native
211 support - typically shared libraries and quirks to procfs/ptrace/...
212 The Native maintainer works with the Arch and Core maintainers when
213 resolving more generic problems.
215 The host maintainer ensures that gdb (including mmalloc) can be built
216 as a cross debugger on their platform.
223 MS Windows (NT, CE, '00, 9x, Me) host & native
225 GNU/Linux/x86 native & host
229 GNU/Linux MIPS native & host
238 Solaris/x86 native & host (devolved)
240 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
277 language support (Blanket Write Privs Maintainers)
279 Java support (devolved)
293 include/remote-sim.h, remote-sim.c
308 hp tests (gdb.hp) (vacant)
314 UI: External (user) interfaces.
332 (anyone can edit; kingdon is just lead maintainer)
334 Makefile.in, configure* ALL
336 mmalloc/ ALL Host maintainers
338 sim/ See sim/MAINTAINERS, co-ordinated by:
341 readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
343 Host maintainers (host dependant parts)
344 (but get your changes into the master version)
351 To get recommended for the Write After Approval list you need a valid
352 FSF assignment and have submitted one good patch.
401 Nick Duffek (powerpc, SCO, Sol/x86) nick at duffek dot com
402 David Taylor (d10v, sparc, utils, defs,
403 expression evaluator, language support) taylor at candd dot org
406 Folks that have been caught up in a paper trail:
414 (*) Indicates folks that don't have a Kerberos/SSH account in the GDB