]>
Commit | Line | Data |
---|---|---|
e990a46e | 1 | GDB Maintainers |
b2a74f99 DJ |
2 | =============== |
3 | ||
4 | ||
5 | Overview | |
6 | -------- | |
7 | ||
8 | This file describes different groups of people who are, together, the | |
9 | maintainers and developers of the GDB project. Don't worry - it sounds | |
10 | more complicated than it really is. | |
11 | ||
12 | There are four groups of GDB developers, covering the patch development and | |
13 | review process: | |
14 | ||
15 | - The Global Maintainers. | |
16 | ||
17 | These are the developers in charge of most daily development. They | |
18 | have wide authority to apply and reject patches, but defer to the | |
19 | Responsible Maintainers (see below) within their spheres of | |
20 | responsibility. | |
21 | ||
22 | - The Responsible Maintainers. | |
23 | ||
24 | These are developers who have expertise and interest in a particular | |
25 | area of GDB, who are generally available to review patches, and who | |
26 | prefer to enforce a single vision within their areas. | |
27 | ||
28 | - The Authorized Committers. | |
29 | ||
30 | These are developers who are trusted to make changes within a specific | |
31 | area of GDB without additional oversight. | |
32 | ||
33 | - The Write After Approval Maintainers. | |
34 | ||
35 | These are developers who have write access to the GDB source tree. They | |
36 | can check in their own changes once a developer with the appropriate | |
37 | authority has approved the changes; they can also apply the Obvious | |
38 | Fix Rule (below). | |
39 | ||
40 | All maintainers are encouraged to post major patches to the gdb-patches | |
41 | mailing list for comments, even if they have the authority to commit the | |
42 | patch without review from another maintainer. This especially includes | |
43 | patches which change internal interfaces (e.g. global functions, data | |
44 | structures) or external interfaces (e.g. user, remote, MI, et cetera). | |
45 | ||
46 | The term "review" is used in this file to describe several kinds of feedback | |
47 | from a maintainer: approval, rejection, and requests for changes or | |
48 | clarification with the intention of approving a revised version. Review is | |
49 | a privilege and/or responsibility of various positions among the GDB | |
50 | Maintainers. Of course, anyone - whether they hold a position but not the | |
51 | relevant one for a particular patch, or are just following along on the | |
52 | mailing lists for fun, or anything in between - may suggest changes or | |
53 | ask questions about a patch! | |
54 | ||
55 | There's also a couple of other people who play special roles in the GDB | |
56 | community, separately from the patch process: | |
57 | ||
58 | - The GDB Steering Committee. | |
59 | ||
60 | These are the official (FSF-appointed) maintainers of GDB. They have | |
61 | final and overriding authority for all GDB-related decisions, including | |
62 | anything described in this file. The committee is not generally | |
63 | involved in day-to-day development (although its members may be, as | |
64 | individuals). | |
65 | ||
66 | - The Release Manager. | |
67 | ||
68 | This developer is in charge of making new releases of GDB. | |
69 | ||
70 | - The Patch Champions. | |
71 | ||
72 | These volunteers make sure that no contribution is overlooked or | |
73 | forgotten. | |
74 | ||
75 | Most changes to the list of maintainers in this file are handled by | |
76 | consensus among the global maintainers and any other involved parties. | |
77 | In cases where consensus can not be reached, the global maintainers may | |
78 | ask the Steering Committee for a final decision. | |
79 | ||
80 | ||
81 | The Obvious Fix Rule | |
82 | -------------------- | |
83 | ||
84 | All maintainers listed in this file, including the Write After Approval | |
85 | developers, are allowed to check in obvious fixes. | |
86 | ||
87 | An "obvious fix" means that there is no possibility that anyone will | |
88 | disagree with the change. | |
89 | ||
90 | A good mental test is "will the person who hates my work the most be | |
91 | able to find fault with the change" - if so, then it's not obvious and | |
92 | needs to be posted first. :-) | |
93 | ||
94 | Something like changing or bypassing an interface is _not_ an obvious | |
95 | fix, since such a change without discussion will result in | |
96 | instantaneous and loud complaints. | |
97 | ||
81e0e940 EZ |
98 | For documentation changes, about the only kind of fix that is obvious |
99 | is correction of a typo or bad English usage. | |
100 | ||
e990a46e AC |
101 | |
102 | GDB Steering Committee | |
b2a74f99 | 103 | ---------------------- |
e990a46e AC |
104 | |
105 | The members of the GDB Steering Committee are the FSF-appointed | |
106 | maintainers of the GDB project. | |
107 | ||
b2a74f99 DJ |
108 | The Steering Committee has final authority for all GDB-related topics; |
109 | they may make whatever changes that they deem necessary, or that the FSF | |
110 | requests. However, they are generally not involved in day-to-day | |
111 | development. | |
112 | ||
113 | The current members of the steering committee are listed below, in | |
114 | alphabetical order. Their affiliations are provided for reference only - | |
115 | their membership on the Steering Committee is individual and not through | |
116 | their affiliation, and they act on behalf of the GNU project. | |
117 | ||
5eeba8d4 | 118 | Jim Blandy (Mozilla) |
e990a46e AC |
119 | Andrew Cagney (Red Hat) |
120 | Robert Dewar (AdaCore, NYU) | |
121 | Klee Dienes (Apple) | |
122 | Paul Hilfinger (UC Berkeley) | |
123 | Dan Jacobowitz (CodeSourcery) | |
336de56d | 124 | Stan Shebs (CodeSourcery) |
e990a46e AC |
125 | Richard Stallman (FSF) |
126 | Ian Lance Taylor (C2) | |
127 | Todd Whitesel | |
ef7b4488 | 128 | |
5185fdd7 | 129 | |
b2a74f99 DJ |
130 | Global Maintainers |
131 | ------------------ | |
132 | ||
133 | The global maintainers may review and commit any change to GDB, except in | |
134 | areas with a Responsible Maintainer available. For major changes, or | |
135 | changes to areas with other active developers, global maintainers are | |
136 | strongly encouraged to post their own patches for feedback before | |
137 | committing. | |
138 | ||
139 | The global maintainers are responsible for reviewing patches to any area | |
140 | for which no Responsible Maintainer is listed. | |
141 | ||
142 | Global maintainers also have the authority to revert patches which should | |
143 | not have been applied, e.g. patches which were not approved, controversial | |
144 | patches committed under the Obvious Fix Rule, patches with important bugs | |
145 | that can't be immediately fixed, or patches which go against an accepted and | |
146 | documented roadmap for GDB development. Any global maintainer may request | |
147 | the reversion of a patch. If no global maintainer, or responsible | |
148 | maintainer in the affected areas, supports the patch (except for the | |
149 | maintainer who originally committed it), then after 48 hours the maintainer | |
150 | who called for the reversion may revert the patch. | |
151 | ||
152 | No one may reapply a reverted patch without the agreement of the maintainer | |
153 | who reverted it, or bringing the issue to the GDB Steering Committee for | |
154 | discussion. | |
155 | ||
156 | At the moment there are no documented roadmaps for GDB development; in the | |
157 | future, if there are, a reference to the list will be included here. | |
158 | ||
159 | The current global maintainers are (in alphabetical order): | |
5185fdd7 | 160 | |
3cd9d164 | 161 | Pedro Alves [email protected] |
a367a1f2 | 162 | Jim Blandy [email protected] |
e933291e | 163 | Joel Brobecker [email protected] |
904507ce | 164 | Kevin Buettner [email protected] |
1db2a798 | 165 | Andrew Cagney [email protected] |
0ec30a36 | 166 | Daniel Jacobowitz [email protected] |
1b57acd2 | 167 | Mark Kettenis [email protected] |
336de56d | 168 | Stan Shebs [email protected] |
11fa8e43 | 169 | Michael Snyder [email protected] |
d7dc3873 | 170 | Tom Tromey [email protected] |
03f597d5 | 171 | Ulrich Weigand [email protected] |
692263b8 | 172 | Elena Zannoni [email protected] |
904507ce | 173 | Eli Zaretskii [email protected] |
5185fdd7 | 174 | |
f5bca8e7 | 175 | |
b2a74f99 DJ |
176 | Release Manager |
177 | --------------- | |
5185fdd7 | 178 | |
b2a74f99 | 179 | The current release manager is: Joel Brobecker <[email protected]> |
5185fdd7 | 180 | |
b2a74f99 | 181 | His responsibilities are: |
36c2118f | 182 | |
b2a74f99 | 183 | * organizing, scheduling, and managing releases of GDB. |
538aae9d | 184 | |
b2a74f99 DJ |
185 | * deciding the approval and commit policies for release branches, |
186 | and can change them as needed. | |
5185fdd7 | 187 | |
58cfabe6 | 188 | |
58cfabe6 | 189 | |
b2a74f99 DJ |
190 | Patch Champions |
191 | --------------- | |
58cfabe6 | 192 | |
b2a74f99 DJ |
193 | These volunteers track all patches submitted to the gdb-patches list. They |
194 | endeavor to prevent any posted patch from being overlooked; work with | |
195 | contributors to meet GDB's coding style and general requirements, along with | |
196 | FSF copyright assignments; remind (ping) responsible maintainers to review | |
197 | patches; and ensure that contributors are given credit. | |
58cfabe6 | 198 | |
b2a74f99 | 199 | Current patch champions (in alphabetical order): |
54c92070 | 200 | |
c9f7217e | 201 | Randolph Chung <[email protected]> |
58cfabe6 | 202 | |
a60a53c5 | 203 | |
a60a53c5 | 204 | |
b2a74f99 DJ |
205 | Responsible Maintainers |
206 | ----------------------- | |
207 | ||
208 | These developers have agreed to review patches in specific areas of GDB, in | |
209 | which they have knowledge and experience. These areas are generally broad; | |
210 | the role of a responsible maintainer is to provide coherent and cohesive | |
211 | structure within their area of GDB, to assure that patches from many | |
212 | different contributors all work together for the best results. | |
a60a53c5 | 213 | |
b2a74f99 DJ |
214 | Global maintainers will defer to responsible maintainers within their areas, |
215 | as long as the responsible maintainer is active. Active means that | |
216 | responsible maintainers agree to review submitted patches in their area | |
217 | promptly; patches and followups should generally be answered within a week. | |
218 | If a responsible maintainer is interested in reviewing a patch but will not | |
219 | have time within a week of posting, the maintainer should send an | |
220 | acknowledgement of the patch to the gdb-patches mailing list, and | |
221 | plan to follow up with a review within a month. These deadlines are for | |
222 | initial responses to a patch - if the maintainer has suggestions | |
223 | or questions, it may take an extended discussion before the patch | |
224 | is ready to commit. There are no written requirements for discussion, | |
225 | but maintainers are asked to be responsive. | |
226 | ||
227 | If a responsible maintainer misses these deadlines occasionally (e.g. | |
228 | vacation or unexpected workload), it's not a disaster - any global | |
229 | maintainer may step in to review the patch. But sometimes life intervenes | |
230 | more permanently, and a maintainer may no longer have time for these duties. | |
231 | When this happens, he or she should step down (either into the Authorized | |
232 | Committers section if still interested in the area, or simply removed from | |
233 | the list of Responsible Maintainers if not). | |
234 | ||
235 | If a responsible maintainer is unresponsive for an extended period of time | |
236 | without stepping down, please contact the Global Maintainers; they will try | |
237 | to contact the maintainer directly and fix the problem - potentially by | |
238 | removing that maintainer from their listed position. | |
239 | ||
240 | If there are several maintainers for a given domain then any one of them | |
241 | may review a submitted patch. | |
a60a53c5 | 242 | |
c1bab85b | 243 | Target Instruction Set Architectures: |
8860ff2e | 244 | |
91a533d4 AC |
245 | The *-tdep.c files. ISA (Instruction Set Architecture) and OS-ABI |
246 | (Operating System / Application Binary Interface) issues including CPU | |
247 | variants. | |
248 | ||
249 | The Target/Architecture maintainer works with the host maintainer when | |
250 | resolving build issues. The Target/Architecture maintainer works with | |
251 | the native maintainer when resolving ABI issues. | |
5185fdd7 | 252 | |
8f9cbe01 | 253 | alpha --target=alpha-elf ,-Werror |
21a6f6bb | 254 | |
66140c26 | 255 | arm --target=arm-elf ,-Werror |
26806ce2 | 256 | Richard Earnshaw [email protected] |
9b82661c | 257 | |
e33ce519 | 258 | avr --target=avr ,-Werror |
e33ce519 | 259 | |
cb5c8c39 DJ |
260 | cris --target=cris-elf ,-Werror , |
261 | (sim does not build with -Werror) | |
93755ae6 | 262 | |
53e8aaea | 263 | frv --target=frv-elf ,-Werror |
53e8aaea | 264 | |
87d088f5 | 265 | h8300 --target=h8300-elf ,-Werror |
9b82661c | 266 | |
c1bab85b | 267 | i386 --target=i386-elf ,-Werror |
21a6f6bb AC |
268 | Mark Kettenis [email protected] |
269 | ||
32089c7c AC |
270 | ia64 --target=ia64-linux-gnu ,-Werror |
271 | (--target=ia64-elf broken) | |
9b82661c | 272 | |
c28c63d8 JB |
273 | lm32 --target=lm32-elf ,-Werror |
274 | ||
96309189 | 275 | m32c --target=m32c-elf ,-Werror |
96309189 | 276 | |
9644bbdd | 277 | m32r --target=m32r-elf ,-Werror |
9b82661c | 278 | |
53fe9346 | 279 | m68hc11 --target=m68hc11-elf ,-Werror , |
2be99286 | 280 | Stephane Carrez [email protected] |
9b82661c | 281 | |
043c9cdc | 282 | m68k --target=m68k-elf ,-Werror |
9b82661c | 283 | |
1698f4e7 MK |
284 | m88k --target=m88k-openbsd ,-Werror |
285 | Mark Kettenis [email protected] | |
9b82661c | 286 | |
9445aa30 | 287 | mcore Deleted |
9b82661c | 288 | |
01c996c1 KB |
289 | mep --target=mep-elf ,-Werror |
290 | Kevin Buettner [email protected] | |
291 | ||
c1bab85b | 292 | mips --target=mips-elf ,-Werror |
9b82661c | 293 | |
87d088f5 AC |
294 | mn10300 --target=mn10300-elf broken |
295 | (sim/ dies with make -j) | |
11fa8e43 | 296 | Michael Snyder [email protected] |
9b82661c | 297 | |
d7066cce AG |
298 | moxie --target=moxie-elf ,-Werror |
299 | Anthony Green [email protected] | |
300 | ||
37ebea84 KB |
301 | ms1 --target=ms1-elf ,-Werror |
302 | Kevin Buettner [email protected] | |
303 | ||
9445aa30 | 304 | ns32k Deleted |
9b82661c | 305 | |
93449403 | 306 | pa --target=hppa-elf ,-Werror |
21a6f6bb | 307 | |
8dacb7ef | 308 | powerpc --target=powerpc-eabi ,-Werror |
9b82661c | 309 | |
9f9d12b3 | 310 | s390 --target=s390-linux-gnu ,-Werror |
5769d3cd | 311 | |
27fd2f50 Q |
312 | score --target=score-elf |
313 | Qinwei [email protected] | |
314 | ||
5dbc6baa | 315 | sh --target=sh-elf ,-Werror |
079c8cd0 | 316 | --target=sh64-elf ,-Werror |
9b82661c | 317 | |
cb5c8c39 DJ |
318 | sparc --target=sparc64-solaris2.10 ,-Werror |
319 | (--target=sparc-elf broken) | |
9b82661c | 320 | |
d1320b0b UW |
321 | spu --target=spu-elf ,-Werror |
322 | Ulrich Weigand [email protected] | |
323 | ||
181124bc | 324 | v850 --target=v850-elf ,-Werror |
21a6f6bb | 325 | |
043c9cdc | 326 | vax --target=vax-netbsd ,-Werror |
21a6f6bb | 327 | |
53fe9346 | 328 | x86-64 --target=x86_64-linux-gnu ,-Werror |
e4621584 | 329 | |
b6fcb393 | 330 | xstormy16 --target=xstormy16-elf |
7c0a2a0a CV |
331 | Corinna Vinschen [email protected] |
332 | ||
9cd84602 MG |
333 | xtensa --target=xtensa-elf |
334 | Maxim Grigoriev [email protected] | |
335 | ||
fcc87af1 AC |
336 | All developers recognized by this file can make arbitrary changes to |
337 | OBSOLETE targets. | |
9b82661c | 338 | |
684e56bf AC |
339 | The Bourne shell script gdb_mbuild.sh can be used to rebuild all the |
340 | above targets. | |
5185fdd7 AC |
341 | |
342 | ||
8860ff2e AC |
343 | Host/Native: |
344 | ||
9b82661c AC |
345 | The Native maintainer is responsible for target specific native |
346 | support - typically shared libraries and quirks to procfs/ptrace/... | |
347 | The Native maintainer works with the Arch and Core maintainers when | |
348 | resolving more generic problems. | |
8860ff2e | 349 | |
9175c9a3 MC |
350 | The host maintainer ensures that gdb can be built as a cross debugger on |
351 | their platform. | |
5185fdd7 | 352 | |
f4d408c6 | 353 | AIX Joel Brobecker [email protected] |
e306c308 | 354 | |
56a5d675 | 355 | djgpp native Eli Zaretskii [email protected] |
e0f2823e | 356 | GNU Hurd Alfred M. Szmidt [email protected] |
842330b4 | 357 | MS Windows (NT, '00, 9x, Me, XP) host & native |
859a326d | 358 | Chris Faylor [email protected] |
ef7b4488 | 359 | GNU/Linux/x86 native & host |
ef7b4488 | 360 | Mark Kettenis [email protected] |
6c8e04b5 DJ |
361 | GNU/Linux MIPS native & host |
362 | Daniel Jacobowitz [email protected] | |
a2f63f5e | 363 | GNU/Linux m68k Andreas Schwab [email protected] |
e255d535 | 364 | FreeBSD native & host Mark Kettenis [email protected] |
5185fdd7 | 365 | |
9b82661c AC |
366 | |
367 | ||
5185fdd7 AC |
368 | Core: Generic components used by all of GDB |
369 | ||
11fa8e43 MS |
370 | tracing Michael Snyder [email protected] |
371 | threads Michael Snyder [email protected] | |
a8596edf | 372 | Mark Kettenis [email protected] |
f4d408c6 | 373 | language support |
b33682a7 DJ |
374 | Ada Joel Brobecker [email protected] |
375 | Paul Hilfinger [email protected] | |
8de3c354 | 376 | C++ Daniel Jacobowitz [email protected] |
3771659b | 377 | Objective C support Adam Fedor [email protected] |
f4d408c6 | 378 | shared libs Kevin Buettner [email protected] |
d9bf65d5 | 379 | MI interface Vladimir Prus [email protected] |
e306c308 | 380 | |
e8be95ae | 381 | documentation Eli Zaretskii [email protected] |
49101e1c | 382 | (including NEWS) |
f4d408c6 | 383 | testsuite |
5a703563 | 384 | gdbtk (gdb.gdbtk) Keith Seitz [email protected] |
11fa8e43 MS |
385 | threads (gdb.threads) Michael Snyder [email protected] |
386 | trace (gdb.trace) Michael Snyder [email protected] | |
5185fdd7 AC |
387 | |
388 | ||
389 | UI: External (user) interfaces. | |
390 | ||
f4d408c6 | 391 | gdbtk (c & tcl) Fernando Nasser [email protected] |
54403c59 | 392 | Keith Seitz [email protected] |
f4d408c6 | 393 | libgui (w/foundry, sn) Keith Seitz [email protected] |
f5bca8e7 AC |
394 | |
395 | ||
396 | Misc: | |
397 | ||
3f289e6f AC |
398 | gdb/gdbserver Daniel Jacobowitz [email protected] |
399 | ||
f5bca8e7 | 400 | Makefile.in, configure* ALL |
7158fd7f AC |
401 | |
402 | mmalloc/ ALL Host maintainers | |
403 | ||
f779ca99 | 404 | sim/ See sim/MAINTAINERS |
5185fdd7 | 405 | |
9ec7faef | 406 | readline/ Master version: ftp://ftp.cwru.edu/pub/bash/ |
f4d408c6 | 407 | ALL |
9ec7faef AC |
408 | Host maintainers (host dependant parts) |
409 | (but get your changes into the master version) | |
410 | ||
f4d408c6 | 411 | tcl/ tk/ itcl/ ALL |
ef7b4488 | 412 | |
b2a74f99 DJ |
413 | |
414 | Authorized Committers | |
415 | --------------------- | |
416 | ||
417 | These are developers working on particular areas of GDB, who are trusted to | |
418 | commit their own (or other developers') patches in those areas without | |
419 | further review from a Global Maintainer or Responsible Maintainer. They are | |
420 | under no obligation to review posted patches - but, of course, are invited | |
421 | to do so! | |
422 | ||
f4d408c6 | 423 | PowerPC Andrew Cagney [email protected] |
cfefc99a | 424 | CRIS Hans-Peter Nilsson [email protected] |
f4d408c6 DJ |
425 | IA64 Jeff Johnston [email protected] |
426 | MIPS Joel Brobecker [email protected] | |
427 | m32r Kei Sakamoto [email protected] | |
428 | PowerPC Kevin Buettner [email protected] | |
429 | CRIS Orjan Friberg [email protected] | |
430 | HPPA Randolph Chung [email protected] | |
431 | S390 Ulrich Weigand [email protected] | |
432 | djgpp DJ Delorie [email protected] | |
433 | [Please use this address to contact DJ about DJGPP] | |
434 | tui Stephane Carrez [email protected] | |
435 | ia64 Kevin Buettner [email protected] | |
436 | AIX Kevin Buettner [email protected] | |
437 | GNU/Linux PPC native Kevin Buettner [email protected] | |
438 | gdb.java tests Anthony Green [email protected] | |
439 | FreeBSD native & host David O'Brien [email protected] | |
692263b8 JB |
440 | event loop Elena Zannoni [email protected] |
441 | generic symtabs Elena Zannoni [email protected] | |
442 | dwarf readers Elena Zannoni [email protected] | |
443 | elf reader Elena Zannoni [email protected] | |
444 | stabs reader Elena Zannoni [email protected] | |
445 | readline/ Elena Zannoni [email protected] | |
f4d408c6 | 446 | NetBSD native & host Jason Thorpe [email protected] |
0643c12e | 447 | Pascal support Pierre Muller [email protected] |
f4d408c6 | 448 | avr Theodore A. Roth [email protected] |
13942a42 | 449 | Modula-2 support Gaius Mulley [email protected] |
b2a74f99 DJ |
450 | |
451 | ||
e7745bde AC |
452 | Write After Approval |
453 | (alphabetic) | |
5185fdd7 | 454 | |
b76a2a57 AC |
455 | To get recommended for the Write After Approval list you need a valid |
456 | FSF assignment and have submitted one good patch. | |
457 | ||
20dad8ea | 458 | Pedro Alves [email protected] |
b302179c | 459 | David Anderson [email protected] |
871cce51 | 460 | John David Anglin [email protected] |
062103ba | 461 | Shrinivas Atre [email protected] |
627054c8 | 462 | Scott Bambrough [email protected] |
07bed550 | 463 | Thiago Jung Bauermann [email protected] |
7a893eb8 | 464 | Jon Beniston [email protected] |
ae2a31bf | 465 | Jan Beulich [email protected] |
2f83030f | 466 | Jim Blandy [email protected] |
e7745bde | 467 | Philip Blundell [email protected] |
627054c8 | 468 | Per Bothner [email protected] |
1581f359 | 469 | Joel Brobecker [email protected] |
cdd463f9 | 470 | Dave Brolley [email protected] |
dbf5be1c | 471 | Paul Brook [email protected] |
5b031165 | 472 | Julian Brown [email protected] |
627054c8 | 473 | Kevin Buettner [email protected] |
1db2a798 | 474 | Andrew Cagney [email protected] |
58e23df4 | 475 | David Carlton [email protected] |
627054c8 | 476 | Stephane Carrez [email protected] |
68e39e73 | 477 | Michael Chastain [email protected] |
e04e8f8a | 478 | Eric Christopher [email protected] |
700c15aa | 479 | Randolph Chung [email protected] |
f9e2d830 | 480 | Nick Clifton [email protected] |
f4d408c6 | 481 | J.T. Conklin [email protected] |
56296155 | 482 | Brendan Conoboy [email protected] |
93c06293 | 483 | Ludovic Courtès [email protected] |
eb944380 | 484 | DJ Delorie [email protected] |
073d253f | 485 | Chris Demetriou [email protected] |
eb944380 | 486 | Philippe De Muyter [email protected] |
8bfdb672 | 487 | Dhananjay Deshpande [email protected] |
213a758a | 488 | Markus Deuling [email protected] |
6a41ff59 | 489 | Klee Dienes [email protected] |
25502bfe | 490 | Gabriel Dos Reis [email protected] |
dd96c05b | 491 | Richard Earnshaw [email protected] |
3ad97651 | 492 | Steve Ellcey [email protected] |
627054c8 | 493 | Frank Ch. Eigler [email protected] |
523f6a27 | 494 | Ben Elliston [email protected] |
69fac969 | 495 | Doug Evans [email protected] |
e92f3704 | 496 | Adam Fedor [email protected] |
283f90a7 | 497 | Brian Ford [email protected] |
e92f3704 | 498 | Orjan Friberg [email protected] |
a2f9cf0d | 499 | Nathan Froyd [email protected] |
a82f4889 | 500 | Gary Funck [email protected] |
386d4518 | 501 | Paul Gilliam [email protected] |
5a85c521 | 502 | Tristan Gingold [email protected] |
cb123844 | 503 | Raoul Gough [email protected] |
627054c8 | 504 | Anthony Green [email protected] |
181c3369 | 505 | Matthew Green [email protected] |
9cd84602 | 506 | Maxim Grigoriev [email protected] |
a4ab2b5d | 507 | Jerome Guitton [email protected] |
1005d5ef | 508 | Ben Harris [email protected] |
23b95bcb | 509 | Richard Henderson [email protected] |
814b3ba0 | 510 | Aldy Hernandez [email protected] |
e7745bde AC |
511 | Paul Hilfinger [email protected] |
512 | Matt Hiller [email protected] | |
ed42d87b | 513 | Kazu Hirata [email protected] |
e7745bde AC |
514 | Jeff Holcomb [email protected] |
515 | Don Howard [email protected] | |
dc2bbab2 | 516 | Nick Hudson [email protected] |
e7745bde | 517 | Martin Hunt [email protected] |
6a41ff59 | 518 | Jim Ingham [email protected] |
a80493b8 | 519 | Baurzhan Ismagulov [email protected] |
7d97d5e2 | 520 | Manoj Iyer [email protected] |
2740bf6c | 521 | Daniel Jacobowitz [email protected] |
37965979 | 522 | Andreas Jaeger [email protected] |
7e3cec17 | 523 | Jeff Johnston [email protected] |
e7745bde | 524 | Geoff Keating [email protected] |
627054c8 | 525 | Mark Kettenis [email protected] |
61ad90e1 | 526 | Marc Khouzam [email protected] |
f4d408c6 | 527 | Jim Kingdon [email protected] |
e767400c | 528 | Jan Kratochvil [email protected] |
8c034f27 | 529 | Jonathan Larmour [email protected] |
eb944380 | 530 | Jeff Law [email protected] |
b1bd302e | 531 | David Lecomber [email protected] |
627054c8 | 532 | Robert Lipe [email protected] |
63a61bf6 | 533 | Sandra Loosemore [email protected] |
fabda5a7 | 534 | H.J. Lu [email protected] |
627054c8 | 535 | Michal Ludvig [email protected] |
3d47173c | 536 | Luis Machado [email protected] |
f9e2d830 | 537 | Glen McCready [email protected] |
ac2e0304 | 538 | Greg McGary [email protected] |
a8cbc6f7 | 539 | Roland McGrath [email protected] |
723e0e3d | 540 | Bryce McKinlay [email protected] |
39c22d1a | 541 | Jason Merrill [email protected] |
627054c8 | 542 | David S. Miller [email protected] |
89a72f9c | 543 | Mark Mitchell [email protected] |
da615bee | 544 | Marko Mlinar [email protected] |
ecd1107e | 545 | Alan Modra [email protected] |
6d6b80e5 | 546 | Jason Molenda [email protected] |
353cfe88 | 547 | Phil Muldoon [email protected] |
0643c12e | 548 | Pierre Muller [email protected] |
72019c9c | 549 | Gaius Mulley [email protected] |
3d38a0a5 | 550 | Joseph Myers [email protected] |
627054c8 | 551 | Fernando Nasser [email protected] |
b3d379e4 | 552 | Adam Nemet [email protected] |
d0f853e1 | 553 | Nathanael Nerode [email protected] |
6eecb1c8 | 554 | Hans-Peter Nilsson [email protected] |
627054c8 | 555 | David O'Brien [email protected] |
2748f097 | 556 | Alexandre Oliva [email protected] |
d3c598de | 557 | Denis Pilat [email protected] |
64d75632 | 558 | Vladimir Prus [email protected] |
a287cea6 | 559 | Qinwei [email protected] |
58ad5041 | 560 | Frederic Riss [email protected] |
ca933485 | 561 | Aleksandar Ristovski [email protected] |
dfea300e | 562 | Tom Rix [email protected] |
e1124681 | 563 | Nick Roberts [email protected] |
a8cbc6f7 | 564 | Bob Rossi [email protected] |
de18ac1f | 565 | Theodore A. Roth [email protected] |
627054c8 | 566 | Ian Roxborough [email protected] |
9ceb0b4c | 567 | Maciej W. Rozycki [email protected] |
83b4a0fe | 568 | Grace Sainsbury [email protected] |
29ceeffb | 569 | Kei Sakamoto [email protected] |
39f0ec5c | 570 | Mark Salter [email protected] |
d738fe6d | 571 | Richard Sandiford [email protected] |
f4d408c6 | 572 | Peter Schauer [email protected] |
a2f63f5e | 573 | Andreas Schwab [email protected] |
9ca12bbf | 574 | Thomas Schwinge [email protected] |
f9e2d830 | 575 | Keith Seitz [email protected] |
7068dd53 | 576 | Carlos Eduardo Seo [email protected] |
336de56d | 577 | Stan Shebs [email protected] |
f5d9a292 | 578 | Joel Sherrill [email protected] |
1f90c757 | 579 | Mark Shinwell [email protected] |
233a11ab | 580 | Craig Silverstein [email protected] |
36479eb1 | 581 | Aidan Skinner [email protected] |
5f3b5248 | 582 | Jiri Smid [email protected] |
e7745bde | 583 | David Smith [email protected] |
de3a8c23 | 584 | Stephen P. Smith [email protected] |
02da6206 | 585 | Jackie Smith Cashion [email protected] |
11fa8e43 | 586 | Michael Snyder [email protected] |
41ae02c9 | 587 | Petr Sorfa [email protected] |
14fc49fb | 588 | Andrew Stubbs [email protected] |
301d2c47 | 589 | Emi Suzuki [email protected] |
3517749c | 590 | Ian Lance Taylor [email protected] |
e7745bde | 591 | Gary Thomas [email protected] |
12b21d12 | 592 | Jason Thorpe [email protected] |
a7c569c8 | 593 | Caroline Tice [email protected] |
8234eceb | 594 | Kai Tietz [email protected] |
f9e2d830 | 595 | Tom Tromey [email protected] |
f56c189d | 596 | David Ung [email protected] |
0c67cbe9 | 597 | D Venkatasubramanian [email protected] |
7717fda3 | 598 | Corinna Vinschen [email protected] |
aedf1c5b | 599 | Keith Walker [email protected] |
9a3c34fe | 600 | Kris Warkentin [email protected] |
090ddb2a | 601 | Ulrich Weigand [email protected] |
0b71f08f | 602 | Nathan Williams [email protected] |
0f9e5f32 | 603 | Bob Wilson [email protected] |
95ece428 | 604 | Jim Wilson [email protected] |
692263b8 | 605 | Elena Zannoni [email protected] |
627054c8 | 606 | Eli Zaretskii [email protected] |
72429025 | 607 | Wu Zhou [email protected] |
ba0e80db | 608 | Yoshinori Sato [email protected] |
4098af0f | 609 | Hui Zhu [email protected] |
b0afac70 | 610 | Sergio Durigan Junior [email protected] |
e7745bde | 611 | |
15929d05 | 612 | |
3a0c66d4 AC |
613 | Past Maintainers |
614 | ||
f4d408c6 DJ |
615 | Whenever removing yourself, or someone else, from this file, consider |
616 | listing their areas of development here for posterity. | |
617 | ||
47b95330 AC |
618 | Jimmy Guo (gdb.hp, tui) guo at cup dot hp dot com |
619 | Jeff Law (hppa) law at cygnus dot com | |
620 | Daniel Berlin (C++ support) dan at cgsoftware dot com | |
7fe4d0d2 AC |
621 | Nick Duffek (powerpc, SCO, Sol/x86) nick at duffek dot com |
622 | David Taylor (d10v, sparc, utils, defs, | |
623 | expression evaluator, language support) taylor at candd dot org | |
f4d408c6 | 624 | J.T. Conklin (dcache, NetBSD, remote, global) jtc at acorntoolworks dot com |
f779ca99 | 625 | Frank Ch. Eigler (sim) fche at redhat dot com |
8a81a99e | 626 | Per Bothner (Java) per at bothner dot com |
23b7d5f3 | 627 | Anthony Green (Java) green at redhat dot com |
2ec3381a | 628 | Fernando Nasser (testsuite/, mi, cli, KOD) fnasser at redhat dot com |
5aae53e5 | 629 | Mark Salter (testsuite/lib+config) msalter at redhat dot com |
f4d408c6 DJ |
630 | Jim Kingdon (web pages) kingdon at panix dot com |
631 | Jim Ingham (gdbtk, libgui) jingham at apple dot com | |
632 | Mark Kettenis (hurd native) kettenis at gnu dot org | |
633 | Ian Roxborough (in-tree tcl, tk, itcl) irox at redhat dot com | |
634 | Robert Lipe (SCO/Unixware) rjl at sco dot com | |
635 | Peter Schauer (global, AIX, xcoffsolib, | |
636 | Solaris/x86) Peter.Schauer at mytum dot de | |
637 | Scott Bambrough (ARM) scottb at netwinder dot org | |
638 | Philippe De Muyter (coff) phdm at macqel dot be | |
639 | Michael Chastain (testsuite) mec.gnu at mindspring dot com | |
ca8385e5 | 640 | Fred Fish (global) |
5ecaa7dd | 641 | |
3a0c66d4 AC |
642 | |
643 | ||
e33e9692 | 644 | Folks that have been caught up in a paper trail: |
dfe25b3a | 645 | |
58e23df4 | 646 | David Carlton [email protected] |
61fed90e | 647 | Ramana Radhakrishnan [email protected] |
57da7796 LC |
648 | |
649 | ;; Local Variables: | |
650 | ;; coding: utf-8 | |
651 | ;; End: |