aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-02 08:57:21 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-02 08:57:21 +0000
commit33489c5beda387c0c9ac0467974628da2f9491e4 (patch)
treee7a7384a936d13bcfac62c4ab00a683daa2ab43a /gdb/defs.h
parent5d15e25250782bba5c750ba905d6211e65de2090 (diff)
downloadbinutils-33489c5beda387c0c9ac0467974628da2f9491e4.zip
binutils-33489c5beda387c0c9ac0467974628da2f9491e4.tar.gz
binutils-33489c5beda387c0c9ac0467974628da2f9491e4.tar.bz2
re-do how gdbarch provides non-multi arch defaults so that non-
multi-arch gdbservers can continue to compile.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 9e6218a..38e4082 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -984,6 +984,12 @@ extern char *alloca ();
/* Dynamic target-system-dependent parameters for GDB. */
#include "gdbarch.h"
+#if (GDB_MULTI_ARCH == 0)
+/* Multi-arch targets _should_ be including "arch-utils.h" directly
+ into their *-tdep.c file. This is a prop to help old non-
+ multi-arch targets to continue to compile. */
+#include "arch-utils.h"
+#endif
/* Static target-system-dependent parameters for GDB. */