re-do how gdbarch provides non-multi arch defaults so that non-

multi-arch gdbservers can continue to compile.
This commit is contained in:
Andrew Cagney
2000-05-02 08:57:21 +00:00
parent 5d15e25250
commit 33489c5bed
6 changed files with 240 additions and 70 deletions

View File

@@ -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. */