diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-01-17 23:07:15 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-01-17 23:07:15 +0000 |
commit | 6259c7e28d3ba78993c89c56eb48d8c0801f372a (patch) | |
tree | 237bea359f6156d55dcf65025005936f80f70433 /gdb/i386nbsd-tdep.c | |
parent | 6be0ca9435e428a36715dcae17ac27c8f06a65e8 (diff) | |
download | gdb-6259c7e28d3ba78993c89c56eb48d8c0801f372a.zip gdb-6259c7e28d3ba78993c89c56eb48d8c0801f372a.tar.gz gdb-6259c7e28d3ba78993c89c56eb48d8c0801f372a.tar.bz2 |
* 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.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/i386nbsd-tdep.c b/gdb/i386nbsd-tdep.c index 4dfa627..18b5605 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) |