summaryrefslogtreecommitdiff
path: root/gdb/i387-tdep.c
diff options
context:
space:
mode:
authorJiri Smid <smid@suse.cz>2001-09-21 12:15:15 +0000
committerJiri Smid <smid@suse.cz>2001-09-21 12:15:15 +0000
commita1a5860a4c86d9f1c807bd319d1ac078931ccdc6 (patch)
tree1e427a06e7847ce277302dd574d3b3e83e7a7fd5 /gdb/i387-tdep.c
parent070a85374b9df26595798952d614f4adf1aa6daf (diff)
downloadgdb-a1a5860a4c86d9f1c807bd319d1ac078931ccdc6.tar.gz
* i386-tdep.h: New file.
* i387-nat.c: Include i386-tdep.h when multiarch. * i387-tdep.c: Ditto.
Diffstat (limited to 'gdb/i387-tdep.c')
-rw-r--r--gdb/i387-tdep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c
index 275a1e291e2..5842c004f62 100644
--- a/gdb/i387-tdep.c
+++ b/gdb/i387-tdep.c
@@ -30,6 +30,9 @@
#include "gdb_assert.h"
#include "doublest.h"
+#if GDB_MULTI_ARCH >0
+#include "i386-tdep.h"
+#endif
/* FIXME: Eliminate the next two functions when we have the time to
change all the callers. */