diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-07-05 19:03:47 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-07-05 19:03:47 +0000 |
commit | 2ec3381a434f400b97eeef9acd154c3cc0139ccb (patch) | |
tree | a47bfad5bd0d295e4ffb33bde9172eb40abdc8da /gdb/MAINTAINERS | |
parent | e8b42ce4f8a8c3f8f67ed0d040f95aa982fcf2ee (diff) | |
download | gdb-2ec3381a434f400b97eeef9acd154c3cc0139ccb.zip gdb-2ec3381a434f400b97eeef9acd154c3cc0139ccb.tar.gz gdb-2ec3381a434f400b97eeef9acd154c3cc0139ccb.tar.bz2 |
gdb/
* remote.c (remote_xfer_partial): Remove KOD support.
* target.h (enum target_object): Remove TARGET_OBJECT_KOD.
* MAINTAINERS: Move Kernel Object Display entry to past maintainers.
* Makefile.in (SFILES, kod_h, COMMON_OBS, kod.o, kod-cisco.o): Remove KOD
support.
* mi/mi-cmds.c (mi_cmds): Remove dummy KOD commands.
* NEWS: Mention KOD.
* kod.h, kod.c, kod-cisco.c: Delete files.
gdb/doc/
* doc/gdb.texinfo (KOD): Remove node.
(GDB/MI Kod Commands): Remove commented out node.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index c43b93a..96108cd 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -418,7 +418,6 @@ dwarf readers Elena Zannoni ezannoni@redhat.com elf reader Elena Zannoni ezannoni@redhat.com stabs reader Elena Zannoni ezannoni@redhat.com readline/ Elena Zannoni ezannoni@redhat.com -Kernel Object Display Fernando Nasser fnasser@redhat.com NetBSD native & host Jason Thorpe thorpej@netbsd.org Pascal support Pierre Muller muller@sources.redhat.com avr Theodore A. Roth troth@openavr.org @@ -568,7 +567,7 @@ J.T. Conklin (dcache, NetBSD, remote, global) jtc at acorntoolworks dot com Frank Ch. Eigler (sim) fche at redhat dot com Per Bothner (Java) per at bothner dot com Anthony Green (Java) green at redhat dot com -Fernando Nasser (testsuite/, mi, cli) fnasser at redhat dot com +Fernando Nasser (testsuite/, mi, cli, KOD) fnasser at redhat dot com Mark Salter (testsuite/lib+config) msalter at redhat dot com Jim Kingdon (web pages) kingdon at panix dot com Jim Ingham (gdbtk, libgui) jingham at apple dot com |