diff options
author | Daniel Jacobowitz <dan@debian.org> | 2007-04-13 14:17:47 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2007-04-13 14:17:47 +0000 |
commit | 0e9346be32424649fe92666f82be25a9175971a3 (patch) | |
tree | d0bf4b07a460fc3c6d218332fc407fc01461f3d0 /gdb/config | |
parent | 94e0b139e4611c1477f984c81fa7e038e13986a1 (diff) | |
download | gdb-0e9346be32424649fe92666f82be25a9175971a3.tar.gz |
* 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')
-rw-r--r-- | gdb/config/h8300/h8300.mt | 4 | ||||
-rw-r--r-- | gdb/config/mips/embed.mt | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/ppc-eabi.mt | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/ppc-sim.mt | 2 | ||||
-rw-r--r-- | gdb/config/sh/embed.mt | 2 | ||||
-rw-r--r-- | gdb/config/sh/linux.mt | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/gdb/config/h8300/h8300.mt b/gdb/config/h8300/h8300.mt index ea78140031e..9e579be26ef 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 diff --git a/gdb/config/mips/embed.mt b/gdb/config/mips/embed.mt index 4265a919dc3..fb2a45b8274 100644 --- a/gdb/config/mips/embed.mt +++ b/gdb/config/mips/embed.mt @@ -1,3 +1,3 @@ -TDEPFILES= mips-tdep.o mips-mdebug-tdep.o +TDEPFILES= mips-tdep.o SIM_OBS = remote-sim.o SIM = ../sim/mips/libsim.a diff --git a/gdb/config/powerpc/ppc-eabi.mt b/gdb/config/powerpc/ppc-eabi.mt index 02a560a96c5..25f8cba1c85 100644 --- a/gdb/config/powerpc/ppc-eabi.mt +++ b/gdb/config/powerpc/ppc-eabi.mt @@ -1,3 +1,3 @@ # Target: PowerPC running eabi -TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ocd.o ppc-sysv-tdep.o solib.o solib-svr4.o +TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-sysv-tdep.o solib.o solib-svr4.o DEPRECATED_TM_FILE= tm-ppc-eabi.h diff --git a/gdb/config/powerpc/ppc-sim.mt b/gdb/config/powerpc/ppc-sim.mt index 2d14a2df883..e78a64d99b4 100644 --- a/gdb/config/powerpc/ppc-sim.mt +++ b/gdb/config/powerpc/ppc-sim.mt @@ -1,5 +1,5 @@ # Target: PowerPC running eabi and including the simulator -TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ocd.o ppc-sysv-tdep.o solib.o solib-svr4.o +TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o dink32-rom.o ppc-sysv-tdep.o solib.o solib-svr4.o DEPRECATED_TM_FILE= tm-ppc-eabi.h SIM_OBS = remote-sim.o diff --git a/gdb/config/sh/embed.mt b/gdb/config/sh/embed.mt index 8aaf4081a24..68acb270a04 100644 --- a/gdb/config/sh/embed.mt +++ b/gdb/config/sh/embed.mt @@ -1,5 +1,5 @@ # Target: Embedded Renesas Super-H with ICE and simulator -TDEPFILES= sh-tdep.o sh64-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o +TDEPFILES= sh-tdep.o sh64-tdep.o monitor.o dsrec.o SIM_OBS = remote-sim.o SIM = ../sim/sh/libsim.a diff --git a/gdb/config/sh/linux.mt b/gdb/config/sh/linux.mt index c9a22ee3330..a04e7fa368c 100644 --- a/gdb/config/sh/linux.mt +++ b/gdb/config/sh/linux.mt @@ -1,6 +1,6 @@ # Target: GNU/Linux Super-H TDEPFILES= sh-tdep.o sh64-tdep.o sh-linux-tdep.o \ - monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o \ + monitor.o dsrec.o \ solib.o solib-svr4.o symfile-mem.o SIM_OBS = remote-sim.o |