* remote-es1800.c: Fix typo.
.Sanitize: Add comments about what's getting deliberately ignored.
This commit is contained in:
parent
08ad992164
commit
2b5773496a
3 changed files with 18 additions and 5 deletions
|
@ -247,16 +247,25 @@ z8k-tdep.c
|
||||||
|
|
||||||
|
|
||||||
# Things which are explicitly *not* kept, for now.
|
# Things which are explicitly *not* kept, for now.
|
||||||
# deblib/ - ???
|
# deblib/ - CVS won't let you blow away directories yet,
|
||||||
|
# so this is still around from when Stu checked
|
||||||
|
# it in, as part of Lucid support.
|
||||||
# energize - Part of Lucid support.
|
# energize - Part of Lucid support.
|
||||||
# energize-patches - Part of Lucid support.
|
# energize-patches - Part of Lucid support.
|
||||||
# energize.c - Part of Lucid support.
|
# energize.c - Part of Lucid support.
|
||||||
# energize.h - Part of Lucid support.
|
# energize.h - Part of Lucid support.
|
||||||
# infrun.hacked.c - Beats me...
|
# infrun.hacked.c - An old version of infrun.c that had some
|
||||||
# remote-sa.sparc.c - ???
|
# wait_for_inferior improvements by gnu,
|
||||||
|
# which were never fully debugged.
|
||||||
|
# remote-sa.sparc.c - Remote target for a standalone SPARC, using
|
||||||
|
# the FORTH console ROMs. We never got the paperwork
|
||||||
|
# straight, since Sun's lawyers messed with the
|
||||||
|
# FSF contract and RMS didn't accept the changes.
|
||||||
|
# Written at SunLabs.
|
||||||
# state.c - Not used at the moment, keep for reference (fnf)
|
# state.c - Not used at the moment, keep for reference (fnf)
|
||||||
# state.h - Not used at the moment, keep for reference (fnf)
|
# state.h - Not used at the moment, keep for reference (fnf)
|
||||||
# tests - ?
|
# tests - Old test programs for GDB, pre-gdbtest and pre-
|
||||||
|
# DejaGnu.
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Jun 2 19:58:46 1993 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
|
* remote-es1800.c: Fix typo.
|
||||||
|
|
||||||
Tue Jun 1 21:22:39 1993 Fred Fish (fnf@cygnus.com)
|
Tue Jun 1 21:22:39 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
* target.c (target_read_memory_partial): Like target_read_memory,
|
* target.c (target_read_memory_partial): Like target_read_memory,
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
This file is added to GDB to make it possible to do debugging via an
|
This file is added to GDB to make it possible to do debugging via an
|
||||||
ES-1800 emulator. The code was originally written by Johan Holmberg
|
ES-1800 emulator. The code was originally written by Johan Holmberg
|
||||||
TT/SJ Ericsson Telecom AB and later modified byJohan Henriksson
|
TT/SJ Ericsson Telecom AB and later modified by Johan Henriksson
|
||||||
TT/SJ. It was modified for gdb 4.0 by TX/DK Jan Nordenand by TX/DKG
|
TT/SJ. It was modified for gdb 4.0 by TX/DK Jan Nordenand by TX/DKG
|
||||||
Harald Johansen.
|
Harald Johansen.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue