aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-09-02 17:36:10 +0000
committerAndrew Cagney <cagney@redhat.com>2004-09-02 17:36:10 +0000
commita2558533656aa8ad175288825a8b8b7905054906 (patch)
tree8746195932dc25ffa6be4836f00c95435916358f /gdb/defs.h
parente3fd591f8cf4f925be626fdd01a1eef068f789f5 (diff)
downloadfsf-binutils-gdb-a2558533656aa8ad175288825a8b8b7905054906.zip
fsf-binutils-gdb-a2558533656aa8ad175288825a8b8b7905054906.tar.gz
fsf-binutils-gdb-a2558533656aa8ad175288825a8b8b7905054906.tar.bz2
2004-09-02 Andrew Cagney <cagney@gnu.org>
* acconfig.h (GDB_MULTI_ARCH): Delete undef. * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM) (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 7474b3d..45bc805 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -66,29 +66,6 @@
/* For BFD64 and bfd_vma. */
#include "bfd.h"
-
-/* The target is partially multi-arched. Both "tm.h" and the
- multi-arch vector provide definitions. "tm.h" normally overrides
- the multi-arch vector (but there are a few exceptions). */
-
-#define GDB_MULTI_ARCH_PARTIAL 1
-
-/* The target is partially multi-arched. Both the multi-arch vector
- and "tm.h" provide definitions. "tm.h" cannot override a definition
- provided by the multi-arch vector. It is detected as a compilation
- error.
-
- This setting is only useful during a multi-arch conversion. */
-
-#define GDB_MULTI_ARCH_TM 2
-
-/* The target is pure multi-arch. The MULTI-ARCH vector provides all
- definitions. "tm.h" is linked to an empty file. */
-
-#define GDB_MULTI_ARCH_PURE 3
-
-
-
/* An address in the program being debugged. Host byte order. Rather
than duplicate all the logic in BFD which figures out what type
this is (long, long long, etc.) and whether it needs to be 64
@@ -1112,15 +1089,6 @@ extern void *alloca ();
#endif /* Not GNU C */
#endif /* alloca not defined */
-/* Is GDB multi-arch? If there's a "tm.h" file, it is not. */
-#ifndef GDB_MULTI_ARCH
-#ifdef GDB_TM_FILE
-#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PARTIAL
-#else
-#define GDB_MULTI_ARCH GDB_MULTI_ARCH_PURE
-#endif
-#endif
-
/* Dynamic target-system-dependent parameters for GDB. */
#include "gdbarch.h"