diff options
Diffstat (limited to 'gdb/i386-pinsn.c')
-rw-r--r-- | gdb/i386-pinsn.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/gdb/i386-pinsn.c b/gdb/i386-pinsn.c index 50cf14b..2b34a77 100644 --- a/gdb/i386-pinsn.c +++ b/gdb/i386-pinsn.c @@ -1,5 +1,5 @@ /* Print i386 instructions for GDB, the GNU debugger. - Copyright (C) 1988, 1989 Free Software Foundation, Inc. + Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc. This file is part of GDB. @@ -34,6 +34,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> #include <ctype.h> +/* For the GDB interface at the bottom of the file... */ +#include "defs.h" +#include "param.h" +#include "gdbcore.h" + #define Eb OP_E, b_mode #define indirEb OP_indirE, b_mode #define Gb OP_G, b_mode @@ -1812,14 +1817,6 @@ OP_rm (bytemode) } } -/* GDB interface */ -#include "defs.h" -#include "param.h" -#include "symtab.h" -#include "frame.h" -#include "inferior.h" -#include "gdbcore.h" - #define MAXLEN 20 print_insn (memaddr, stream) CORE_ADDR memaddr; |