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 | |
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')
-rw-r--r-- | gdb/config/alpha/tm-alpha.h | 2 | ||||
-rw-r--r-- | gdb/config/frv/tm-frv.h | 3 | ||||
-rw-r--r-- | gdb/config/h8300/tm-h8300.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/tm-i386.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/x86-64linux.mt | 2 | ||||
-rw-r--r-- | gdb/config/m68hc11/m68hc11.mt | 1 | ||||
-rw-r--r-- | gdb/config/m68k/tm-m68k.h | 2 | ||||
-rw-r--r-- | gdb/config/ns32k/tm-ns32k.h | 2 | ||||
-rw-r--r-- | gdb/config/pa/tm-hppa64.h | 1 | ||||
-rw-r--r-- | gdb/config/s390/s390.mt | 1 | ||||
-rw-r--r-- | gdb/config/s390/s390x.mt | 1 | ||||
-rw-r--r-- | gdb/config/sparc/tm-linux.h | 2 | ||||
-rw-r--r-- | gdb/config/sparc/tm-nbsd.h | 2 | ||||
-rw-r--r-- | gdb/config/sparc/tm-sp64.h | 2 | ||||
-rw-r--r-- | gdb/config/sparc/tm-sparc.h | 2 | ||||
-rw-r--r-- | gdb/config/sparc/tm-sun4sol2.h | 2 | ||||
-rw-r--r-- | gdb/config/v850/v850.mt | 1 | ||||
-rw-r--r-- | gdb/config/vax/tm-vax.h | 2 |
18 files changed, 0 insertions, 32 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h index 9ced4f2..1b93e76 100644 --- a/gdb/config/alpha/tm-alpha.h +++ b/gdb/config/alpha/tm-alpha.h @@ -24,8 +24,6 @@ #ifndef TM_ALPHA_H #define TM_ALPHA_H -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - #include "bfd.h" #include "coff/sym.h" /* Needed for PDR below. */ #include "coff/symconst.h" diff --git a/gdb/config/frv/tm-frv.h b/gdb/config/frv/tm-frv.h index 303d1d3..a08f2d3 100644 --- a/gdb/config/frv/tm-frv.h +++ b/gdb/config/frv/tm-frv.h @@ -20,9 +20,6 @@ /* This target uses an architecture vector for most architecture methods. */ -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - - #define TARGET_HW_BREAK_LIMIT 4 #define TARGET_HW_WATCH_LIMIT 4 diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h index e560c64..5d1aaa7 100644 --- a/gdb/config/h8300/tm-h8300.h +++ b/gdb/config/h8300/tm-h8300.h @@ -20,8 +20,6 @@ Boston, MA 02111-1307, USA. */ /* Contributed by Steve Chamberlain sac@cygnus.com */ -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - /* NOTE: ezannoni 2000-07-18: these variables are part of sim, defined in sim/h8300/compile.c. They really should not be used this way. Because of this we cannot get rid of the macro diff --git a/gdb/config/i386/tm-i386.h b/gdb/config/i386/tm-i386.h index 395c9b2..e2bd81f 100644 --- a/gdb/config/i386/tm-i386.h +++ b/gdb/config/i386/tm-i386.h @@ -22,6 +22,4 @@ #ifndef TM_I386_H #define TM_I386_H 1 -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - #endif /* ifndef TM_I386_H */ diff --git a/gdb/config/i386/x86-64linux.mt b/gdb/config/i386/x86-64linux.mt index bb33978..9ef5938 100644 --- a/gdb/config/i386/x86-64linux.mt +++ b/gdb/config/i386/x86-64linux.mt @@ -3,6 +3,4 @@ TDEPFILES= x86-64-tdep.o x86-64-linux-tdep.o \ i386-tdep.o i387-tdep.o i386-linux-tdep.o \ solib.o solib-svr4.o solib-legacy.o corelow.o -GDB_MULTI_ARCH=GDB_MULTI_ARCH_TM - TM_FILE=tm-x86-64linux.h diff --git a/gdb/config/m68hc11/m68hc11.mt b/gdb/config/m68hc11/m68hc11.mt index 5e25eee..0f1f001 100644 --- a/gdb/config/m68hc11/m68hc11.mt +++ b/gdb/config/m68hc11/m68hc11.mt @@ -1,6 +1,5 @@ # Target: Motorola 68HC11 processor TDEPFILES= m68hc11-tdep.o -TM_FILE= tm-m68hc11.h SIM_OBS= remote-sim.o SIM= ../sim/m68hc11/libsim.a -lm diff --git a/gdb/config/m68k/tm-m68k.h b/gdb/config/m68k/tm-m68k.h index f773428..17b3198 100644 --- a/gdb/config/m68k/tm-m68k.h +++ b/gdb/config/m68k/tm-m68k.h @@ -19,6 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - extern int m68k_get_longjmp_target (CORE_ADDR *); diff --git a/gdb/config/ns32k/tm-ns32k.h b/gdb/config/ns32k/tm-ns32k.h index cd15942..96dd2cb 100644 --- a/gdb/config/ns32k/tm-ns32k.h +++ b/gdb/config/ns32k/tm-ns32k.h @@ -22,8 +22,6 @@ #ifndef TM_NS32K_H #define TM_NS32K_H -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - /* Need to get function ends by adding this to epilogue address from .bf record, not using x_fsize field. */ #define FUNCTION_EPILOGUE_SIZE 4 diff --git a/gdb/config/pa/tm-hppa64.h b/gdb/config/pa/tm-hppa64.h index 8999edf..f9e5b9e 100644 --- a/gdb/config/pa/tm-hppa64.h +++ b/gdb/config/pa/tm-hppa64.h @@ -35,7 +35,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ causing GDB to lose line number information. Since prior to this switch and a other recent tweaks, 64 bit PA hadn't been building for some months, this is probably the lesser of several evils. */ -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL #include "pa/tm-hppah.h" diff --git a/gdb/config/s390/s390.mt b/gdb/config/s390/s390.mt index 6b8d91f..86b6a33 100644 --- a/gdb/config/s390/s390.mt +++ b/gdb/config/s390/s390.mt @@ -3,4 +3,3 @@ TM_FILE= tm-linux.h TDEPFILES=s390-tdep.o solib.o # Post 5.0 tdep-files TDEPFILES+=solib-svr4.o solib-legacy.o -GDB_MULTI_ARCH=GDB_MULTI_ARCH_PARTIAL diff --git a/gdb/config/s390/s390x.mt b/gdb/config/s390/s390x.mt index 7b23cad..d0c8262 100644 --- a/gdb/config/s390/s390x.mt +++ b/gdb/config/s390/s390x.mt @@ -3,7 +3,6 @@ TM_FILE= tm-linux.h TDEPFILES=s390-tdep.o solib.o # Post 5.0 tdep-files TDEPFILES+=solib-svr4.o solib-legacy.o -GDB_MULTI_ARCH=GDB_MULTI_ARCH_PARTIAL # needed for gdbserver. MT_CFLAGS= -DCONFIG_ARCH_S390X diff --git a/gdb/config/sparc/tm-linux.h b/gdb/config/sparc/tm-linux.h index 31eeff9..63be2b8 100644 --- a/gdb/config/sparc/tm-linux.h +++ b/gdb/config/sparc/tm-linux.h @@ -23,8 +23,6 @@ #ifndef TM_SPARCLINUX_H #define TM_SPARCLINUX_H -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - #include "sparc/tm-sparc.h" #define SIGCONTEXT_PC_OFFSET 12 diff --git a/gdb/config/sparc/tm-nbsd.h b/gdb/config/sparc/tm-nbsd.h index bd98450..c82c315 100644 --- a/gdb/config/sparc/tm-nbsd.h +++ b/gdb/config/sparc/tm-nbsd.h @@ -21,8 +21,6 @@ #ifndef TM_NBSD_H #define TM_NBSD_H -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - #include "sparc/tm-sparc.h" #include "solib.h" diff --git a/gdb/config/sparc/tm-sp64.h b/gdb/config/sparc/tm-sp64.h index 203f656..960cc0b 100644 --- a/gdb/config/sparc/tm-sp64.h +++ b/gdb/config/sparc/tm-sp64.h @@ -25,8 +25,6 @@ struct type; -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - #ifndef GDB_TARGET_IS_SPARC64 #define GDB_TARGET_IS_SPARC64 1 #endif diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h index 4355c8e..a18e203 100644 --- a/gdb/config/sparc/tm-sparc.h +++ b/gdb/config/sparc/tm-sparc.h @@ -22,8 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - #include "regcache.h" struct type; diff --git a/gdb/config/sparc/tm-sun4sol2.h b/gdb/config/sparc/tm-sun4sol2.h index eb253b1..506e937 100644 --- a/gdb/config/sparc/tm-sun4sol2.h +++ b/gdb/config/sparc/tm-sun4sol2.h @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - #include "sparc/tm-sparc.h" #include "config/tm-sysv4.h" 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 diff --git a/gdb/config/vax/tm-vax.h b/gdb/config/vax/tm-vax.h index f1ed146..b5e1ac2 100644 --- a/gdb/config/vax/tm-vax.h +++ b/gdb/config/vax/tm-vax.h @@ -22,6 +22,4 @@ #ifndef TM_VAX_H #define TM_VAX_H -#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL - #endif /* TM_VAX_H */ |