diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-03 15:02:51 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-03 15:02:51 +0000 |
commit | 57b29be766028ff8110a89efefc3fda4379b6279 (patch) | |
tree | 3182a5f8f2289f1a4b87443cf48ad838b5b900fd /gdb/config/v850 | |
parent | 13dfd2d03940632d74b6ea84d050a148cc4d8419 (diff) | |
download | gdb-57b29be766028ff8110a89efefc3fda4379b6279.zip gdb-57b29be766028ff8110a89efefc3fda4379b6279.tar.gz gdb-57b29be766028ff8110a89efefc3fda4379b6279.tar.bz2 |
2003-09-03 Andrew Cagney <cagney@redhat.com>
* defs.h: Do not include "arch-utils.h".
(GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or
GDB_MULTI_ARCH_PURE.
* configure.in (GDB_MULTI_ARCH): Do not define.
* configure, config.in: Regenerate.
* configure.tgt: Do not set variable "gdb_multi_arch".
* config/s390/s390x.mt (GDB_MULTI_ARCH): Delete.
* config/s390/s390.mt (GDB_MULTI_ARCH): Delete.
* config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete.
* config/v850/v850.mt (TM_FILE): Delete disabled definition.
* config/m68hc11/m68hc11.mt (TM_FILE): Delete definition.
* config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition.
* config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition.
* config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition.
* config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition.
* config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition.
* config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition.
* config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition.
* config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition.
* config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
Diffstat (limited to 'gdb/config/v850')
-rw-r--r-- | gdb/config/v850/v850.mt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/v850/v850.mt b/gdb/config/v850/v850.mt index 867f8e6..701a240 100644 --- a/gdb/config/v850/v850.mt +++ b/gdb/config/v850/v850.mt @@ -1,5 +1,4 @@ # Target: NEC V850 processor TDEPFILES= v850-tdep.o -# TM_FILE= tm-v850.h SIM_OBS = remote-sim.o SIM = ../sim/v850/libsim.a |