19 Note individuals who maintain parts of the debugger need approval to
20 check in changes outside of the immediate domain that they maintain.
22 If there is no maintainer for a given domain then the responsibility
23 falls to the head maintainer.
25 If there are several maintainers for a given domain then
26 responsibility falls to the first maintainer. The first maintainer is
27 free to devolve that responsibility among the other maintainers.
32 All maintainers listed in this file are allowed to check in obvious
35 An "obvious fix" means that there is no possibility that anyone will
36 disagree with the change. Something like bypassing an interface will
37 result in instantaneous and loud complaints.
39 A good mental test is "will the person who hates my work the most be
40 able to find fault with the change" - if so, then it's not obvious and
41 needs to be posted first. :-)
46 Generic ISA (Instruction Set Architecture) issues, API variants, CPU
47 variants. *-tdep.c. The Target/Architecture maintainer works with the
48 host maintainer when resolving build issues. The Target/Architecture
49 maintainer works with the native maintainer when resolving API issues.
51 a29k --target=a29k-amd-udi -Werror
54 alpha --target=alpha-dec-osf4.0a -Werror
57 arc --target=arc-elf ,-Werror
60 arm --target=arm-coff,arm-elf,arm-pe -w
64 d10v --target=d10v-elf ,-Werror
67 d30v --target=d30v-elf ,-Werror
70 djgpp --target=i586-pc-msdosdjgpp ,-Werror
73 fr30 --target=fr30-elf -Werror
76 h8300 --target=h8300hms -Werror
79 h8500 --target=h8500hms -Werror
82 i386 --target=i386-elf,i386-aout ,-Werror
85 i960 --target=i960-coff ,-Werror
88 ia64 --target=ia64-linux ,-Werror
91 m32r --target=m32r-elf -Werror
94 m68hc11 --target=m68hc11-elf ,-Werror
97 m68k --target=m68k-aout,m68k-coff,m68k-elf ,-Werror
100 m88k (--target=m88k broken)
104 mcore --target=mcore-elf,mcore-pe ,-Werror
107 mips --target=mips-elf,mips64-elf ,-Werror
110 mn10200 --target=mn10200-elf ,-Werror
113 mn10300 --target=mn10300-elf ,-Werror
116 ns32k --target=ns32k-netbsd ,-Werror
119 pa (--target=hppa1.1-hp-proelf broken)
122 powerpc --target=powerpc-eabi,powerpcle-eabi ,-Werror
126 rs6000 --target=rs6000-ibm-aix3.2,rs6000-ibm-aix4.1 ,-Werror
127 (see rs6000 native and ppc target)
129 sh --target=sh-hms,sh-elf ,-Werror
132 sparc --target=sparc-elf,sparc64-elf ,-Werror
135 tic80 (--target=tic80-coff broken)
138 v850 --target=v850-elf ,-Werror
141 vax --target=vax-dec-vms5.5 ,-Werror
144 w65 (--target=w65 broken)
147 z8k (--target=z8k-coff broken)
151 All maintainers can make arbitrary changes to OBSOLETE targets.
153 All maintainers can make mechanical (params, spelling, indentation,
154 multi-arch, -W..., ....) changes to ``maintenance only'' targets.
155 Please sanity check the change by compiling with one of the listed
160 awk < "${maintainers}" '
162 targets = gensub (/^.*--target=/, "", 1, $2)
163 warnings = gensub (/[)]*$/, "", 1, $3)
164 split (targets, targ, /,/)
166 print targ[i], warnings
170 can be used to generate a full list of --target=
171 --enable-gdb-build-warning= pairs.
177 The Native maintainer is responsible for target specific native
178 support - typically shared libraries and quirks to procfs/ptrace/...
179 The Native maintainer works with the Arch and Core maintainers when
180 resolving more generic problems.
182 The host maintainer ensures that gdb (including mmalloc) can be built
183 as a cross debugger on their platform.
190 MS Windows (NT, CE, '00, 9x, Me) host & native
192 GNU/Linux/x86 native & host
203 Solaris/x86 native & host (devolved)
206 Solaris/SPARC native & host (devolved)
214 Core: Generic components used by all of GDB
217 Any host/target maintainer can add to
218 gdbarch.{c,h,sh}. Send tricky ones to cagney.
232 xcoff reader Any maintainer can modify this; please send tricky
245 Java support (devolved)
262 include/remote-sim.h, remote-sim.c
276 hp tests (gdb.hp) (vacant)
282 UI: External (user) interfaces.
300 (anyone can edit; kingdon is just lead maintainer)
302 Makefile.in, configure* ALL
304 mmalloc/ ALL Host maintainers
306 sim/ See sim/MAINTAINERS, co-ordinated by:
309 readline/ Master version: ftp://ftp.cwru.edu/pub/bash/
311 Host maintainers (host dependant parts)
312 (but get your changes into the master version)
319 To get recommended for the Write After Approval list you need a valid
320 FSF assignment and have submitted one good patch.
357 Folks that have been caught up in a paper trail:
365 (*) Indicates folks that don't have a Kerberos/SSH account in the GDB