aboutsummaryrefslogtreecommitdiff
path: root/gdb/MAINTAINERS
AgeCommit message (Collapse)AuthorFilesLines
2001-03-05* ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.Andrew Cagney1-4/+4
* ocd.c (ocd_xfer_memory): Ditto. * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops. * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as buildable with ,-Werror. * Makefile.in (symfile_h): Define. (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h). * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h". * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with ,-Werror. * dsrec.c (make_srec): Fix internal_error fmt arg. * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
2001-03-03* MAINTAINERS (paper trail): Update.Andrew Cagney1-0/+1
2001-03-03From 2001-03-01 Tom Rix <trix@redhat.com>:Andrew Cagney1-1/+1
* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc'' parameter to mn10200_analyze_prologue. * config/mn10200/tm-mn10200.h: Include "regcache.h". * MAINTAINERS: Document that mn10200-elf target is buildable.
2001-02-282001-02-28 Matt Hiller <hiller@redhat.com>Matthew Hiller1-0/+1
* MAINTAINERS: Add Matt Hiller to Write After Approval list.
2001-02-202001-02-20 Martin M. Hunt <hunt@redhat.com>Martin Hunt1-1/+1
* MAINTAINERS: Add Martin Hunt to Write After Approval list.
2001-02-16Update paper trail list.Andrew Cagney1-4/+7
2001-02-15* MAINTAINERS: Add myself to paper trail section.Jim Kingdon1-3/+4
2001-02-13* MAINTAINERS: Update my email address.Jim Kingdon1-2/+2
2001-02-08Remove configurations marked as obsolete in 5.0.Andrew Cagney1-6/+0
2001-02-07Fix printf fmt of long in remote-sim.c.Andrew Cagney1-1/+1
mn10300-elf now buildable.
2001-02-07* MAINTAINERS: Add ``The Obvious Fix Rule''.Andrew Cagney1-0/+14
2001-02-07Add Michael Synder to Solaris/SPARC list.Andrew Cagney1-2/+3
2001-02-01v850-elf target is now building.Jonathan Larmour1-1/+1
2001-01-312001-01-31 David Smith <dsmith@redhat.com>David Smith1-0/+1
* MAINTAINERS: Add David Smith to Write After Approval list.
2001-01-262001-01-26 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb1-0/+1
* MAINTAINERS: Add Jeff Holcomb to Write After Approval list.
2001-01-19Drop -Wuninitialized until GDB compiles with it.Andrew Cagney1-33/+77
Add list of buildable targets to the MAINTAINERS file.
2001-01-16Add J.T. to blanket write privs list.Andrew Cagney1-2/+4
2000-12-27Added Orjan Friberg to Write After Approval list.Orjan Friberg1-0/+1
2000-12-14Add myself as a "FreeBSD native & host" maintainer.David O'Brien1-1/+1
Approved by: Andrew Cagney <ac131313@cygnus.com> Message-ID: <3A383037.96AB4C62@cygnus.com>
2000-12-14Added Michael Chastain with Write After Approval access.Michael Chastain1-0/+1
2000-11-28Add Mark Salter to Write After Approval list.Mark Salter1-0/+1
2000-11-20Add linespec maintainers.Andrew Cagney1-0/+5
2000-11-20Devolve Solaris/x86Andrew Cagney1-1/+1
2000-11-20 * MAINTAINERS: Peter Schauer and Kevin Buettner maintain AIX. JimAndrew Cagney1-1/+8
Blandy, KEvin Buettner and Peter Schauer share shared libs.
2000-11-09 * MAINTAINERS: Specify the vax-dec-vms5.5 target tupple.Andrew Cagney1-1/+1
* vax-tdep.c: Include "gdbcore.h", "frame.h" and "value.h". (vax_print_insn): Change ``d'' to a const char pointer.
2000-10-20Add Fred Fish to the Blanket Write Privs list.Andrew Cagney1-0/+1
2000-09-25Add Mark Kettenis to blanket write privs list.Andrew Cagney1-0/+1
2000-09-12* MAINTAINERS: Added myself.Alexandre Oliva1-0/+1
2000-09-03* MAINTAINERS: Add myself as threads co-maintainer.Mark Kettenis1-0/+1
2000-08-31Just realized the list is in alphabetical order, soDavid Anderson1-1/+1
changed my new entry to put things in alphabetical order.
2000-08-31Add myself to write-after-approval list.David Anderson1-0/+1
2000-08-18* MAINTAINERS: Add myself as dcache.c maintainer.J.T. Conklin1-1/+2
* remote-nindy.c (nindy_load): Invalidate dcache. * dcache.c (dcache_invd): Renamed from dcache_flush. The term flush with respect to caches usually implies that data will be written to memory. (dcache_init, dcache_xfer_memory): Updated. * monitor.c (flush_monitor_dcache, monitor_resume, monitor_load): Updated. * ocd.c (ocd_open, ocd_resume, bdm_reset_command): Updated. * remote-bug.c (bug_load, bug_resume): Updated. * remote-nindy.c (nindy_open, nindy_resume): Updated. * remote-sds.c (sds_open, sds_resume): Updated. * remote-utils.c (gr_open): Updated. * remote.c (remote_open_1, remote_resume, remote_async_resume, remote_cisco_open): Updated. * wince.c (child_create_inferior, child_resume): Updated. * monitor.c (monitor_open): Free dcache before creating a new one. * dcache.c (dcache_free): New function. * dcache.h (dcache_free): New prototype. -------------------------------------------------------------------
2000-08-11Update my contact email for hp tests maintainership.Jimmy Guo1-1/+1
2000-08-10 * MAINTAINERS: Added myself with write-after-approval access.Tom Tromey1-0/+1
2000-08-03Stephane Carrez maintainer of 68hc11 targetStephane Carrez1-1/+1
2000-08-03Minor tweeks.Andrew Cagney1-3/+7
2000-08-02Update function signatures to match target vector.Andrew Cagney1-1/+1
2000-08-012000-08-01 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-0/+1
* MAINTAINERS: Add myself to "Write After Approval" list.
2000-08-01Update list of target maintainers.Andrew Cagney1-15/+74
Elena gets SH Nick gets to share PPC.
2000-07-19Fix typo.Christopher Faylor1-1/+1
2000-06-092000-06-08 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser1-0/+1
* MAINTAINERS: Add myself to gdbtk list.
2000-05-31 * MAINTAINERS: Add myself to 'Write After Approval' listPierre Muller1-0/+2
2000-05-30Add MAINTAINERS entries for Mac OS X / Objective-C code to be contributed by ↵Klee Dienes1-0/+4
Apple.
2000-05-25Update JimI's e-mail addres.Andrew Cagney1-5/+5
Update TODO - FreeBSD mostly fixed.
2000-05-17Minor maint et.al. tweeks.Andrew Cagney1-1/+4
2000-05-02Add JimB to global checkin listAndrew Cagney1-0/+1
2000-05-02Add ElenaZ to symtabs maintainers list.Andrew Cagney1-4/+8
2000-05-02Make Syd Polk principal maintainer.Andrew Cagney1-2/+4
2000-04-21Make Jimmy Guo H.P. maintainer.Andrew Cagney1-0/+2
2000-04-03Add Eli to doco maintainers.Andrew Cagney1-0/+1