* top.c (init_main): Make `set history file name' complete on file
[deliverable/binutils-gdb.git] / gdb / remote-udi.c
index 0edee95d86b63994be224267c56121ad600fcd21..aa3b4ba6b1b9201b530269f58eff2e9c9afba1ca 100644 (file)
@@ -1,5 +1,6 @@
 /* Remote debugging interface for AMD 29k interfaced via UDI, for GDB.
-   Copyright 1990, 1992, 1995, 2000, 2001 Free Software Foundation, Inc.
+   Copyright 1990, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
+   Free Software Foundation, Inc.
    Written by Daniel Mann.  Contributed by AMD.
 
    This file is part of GDB.
@@ -38,7 +39,6 @@
 #include "value.h"
 #include <ctype.h>
 #include <fcntl.h>
-#include <signal.h>
 #include <errno.h>
 #include "gdb_string.h"
 #include "terminal.h"
@@ -47,6 +47,7 @@
 #include "gdbcmd.h"
 #include "bfd.h"
 #include "gdbcore.h"           /* For download function */
+#include "regcache.h"
 
 /* access the register store directly, without going through
    the normal handler functions. This avoids an extra data copy.  */
This page took 0.024466 seconds and 4 git commands to generate.