From 9a82579f3d1ba4b133844af18ec0a7fb0074dad9 Mon Sep 17 00:00:00 2001 From: Jiri Smid Date: Fri, 21 Sep 2001 12:15:15 +0000 Subject: * i386-tdep.h: New file. * i387-nat.c: Include i386-tdep.h when multiarch. * i387-tdep.c: Ditto. --- gdb/i387-tdep.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/i387-tdep.c') diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c index 275a1e2..5842c00 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. */ -- cgit v1.1