diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-11-14 01:11:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-11-14 01:11:07 +0000 |
commit | 8851ec7ac2a17dee100645972fa9a39dc3dbc70c (patch) | |
tree | 76a0573311f731fbd88e5fb702a827f44fe868ed /gdb/config/mips/embed.mt | |
parent | 9445aa303f19ea3f4bfad8843eca987c8f3eaf03 (diff) | |
download | binutils-gdb-8851ec7ac2a17dee100645972fa9a39dc3dbc70c.tar.gz |
2004-11-13 Andrew Cagney <cagney@gnu.org>
* regcache.h (deprecated_register_valid): Delete.
(deprecated_registers): Delete.
* regcache.c (deprecated_register_valid): Delete.
(deprecated_registers): Delete.
(deprecated_read_register_byte, _initialize_regcache)
(deprecated_write_register_bytes, build_regcache): Update.
* config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
remote-sds.o.
* config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
* config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
Diffstat (limited to 'gdb/config/mips/embed.mt')
-rw-r--r-- | gdb/config/mips/embed.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/embed.mt b/gdb/config/mips/embed.mt index ee04cef92e8..4265a919dc3 100644 --- a/gdb/config/mips/embed.mt +++ b/gdb/config/mips/embed.mt @@ -1,3 +1,3 @@ -TDEPFILES= mips-tdep.o remote-mips.o mips-mdebug-tdep.o +TDEPFILES= mips-tdep.o mips-mdebug-tdep.o SIM_OBS = remote-sim.o SIM = ../sim/mips/libsim.a |