summaryrefslogtreecommitdiff
path: root/gdb/i386nbsd-tdep.c
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2001-01-17 23:07:15 +0000
committerJ.T. Conklin <jtc@redback.com>2001-01-17 23:07:15 +0000
commit3b363c7cf1c187493f3d89a654e8b40f931efe1a (patch)
tree5376c7c0ecd2a42a73ae4ded63971b37d3107a7d /gdb/i386nbsd-tdep.c
parent5d18be69e837e0e5eb725bb15ef9b3cf7bb86c76 (diff)
downloadgdb-3b363c7cf1c187493f3d89a654e8b40f931efe1a.tar.gz
* config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
* config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o. * m68knbsd-tdep.c: New file. * i386nbsd-tdep.c: Remove #if 0'd out #includes. * m68knbsd-nat.c: #include gdbcore.h.
Diffstat (limited to 'gdb/i386nbsd-tdep.c')
-rw-r--r--gdb/i386nbsd-tdep.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/i386nbsd-tdep.c b/gdb/i386nbsd-tdep.c
index 4dfa6272371..18b56059241 100644
--- a/gdb/i386nbsd-tdep.c
+++ b/gdb/i386nbsd-tdep.c
@@ -21,14 +21,6 @@
#include "defs.h"
#include "gdbtypes.h"
-#if 0
-#include <sys/types.h>
-#include <sys/ptrace.h>
-#include <machine/reg.h>
-#include <machine/frame.h>
-#include "inferior.h"
-#include "gdbcore.h" /* for registers_fetched() */
-#endif
int
i386nbsd_use_struct_convention (int gcc_p, struct type *type)