diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-04-13 14:17:47 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-04-13 14:17:47 +0000 |
commit | ea35711cf6b30ef12ec81274e832977c0f77e8fc (patch) | |
tree | 5e1c2d33b294a505ad46c6b48227d63bc8197585 /gdb/config/h8300 | |
parent | 058b9c07a4baa26ee76f57cad946e8533d85d189 (diff) | |
download | gdb-ea35711cf6b30ef12ec81274e832977c0f77e8fc.zip gdb-ea35711cf6b30ef12ec81274e832977c0f77e8fc.tar.gz gdb-ea35711cf6b30ef12ec81274e832977c0f77e8fc.tar.bz2 |
* mips-mdebug-tdep.c, mips-mdebug-tdep.h, ocd.c, ocd.h, ppc-bdm.c,
remote-e7000.c, remote-hms.c, remote-utils.c, remote-utils.h,
scm-exp.c, scm-lang.c, scm-lang.h, scm-tags.h, scm-valprint.c,
ser-e7kpc.c, sh3-rom.c, stop-gdb.c: Delete.
* Makefile.in: Remove references to deleted files.
* README: Do not mention deleted ROM monitor interfaces.
* defs.h (enum language): Delete language_scm.
* expprint.c (print_subexp_standard): Do not handle OP_EXPRSTRING.
(dump_subexp_body_standard): Likewise.
* parse.c (operator_length_standard): Likewise.
* expression.h (enum exp_opcode): Delete OP_EXPRSTRING.
* remote-mips.c: Do not include remote-utils.h.
* remote-sim.c: Likewise. Use remote_debug instead of sr_get_debug
throughout.
* value.c: Do not include scm-lang.h.
(unpack_long): Delete scm_unpack call.
* config/h8300/h8300.mt, config/mips/embed.mt,
config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt,
config/sh/embed.mt, config/sh/linux.mt: Remove references to
deleted files.
* NEWS: Mention removed files.
* gdb.texinfo (Memory): Reference Remote Debugging chapter.
(Character Sets, Caching Data of Remote Targets): Likewise.
(Targets): Delete Remote node. Move its text...
(Debugging Remote Programs): ...to here. Delete description
of the "remote" command.
(Remote configuration): Delete description of "set remotedevice"
and "show remotedevice".
(Embedded Processors): Delete H8/300, H8/500, and SH nodes.
Diffstat (limited to 'gdb/config/h8300')
-rw-r--r-- | gdb/config/h8300/h8300.mt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/h8300/h8300.mt b/gdb/config/h8300/h8300.mt index ea78140..9e579be 100644 --- a/gdb/config/h8300/h8300.mt +++ b/gdb/config/h8300/h8300.mt @@ -1,5 +1,5 @@ -# Target: H8300 with HMS monitor, E7000 ICE and H8 simulator -TDEPFILES= h8300-tdep.o remote-e7000.o ser-e7kpc.o monitor.o remote-hms.o dsrec.o +# Target: H8300 with HMS monitor and H8 simulator +TDEPFILES= h8300-tdep.o monitor.o dsrec.o SIM_OBS = remote-sim.o SIM = ../sim/h8300/libsim.a |