aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/i960-tdep.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a75af85..0d0a305 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
Sun Sep 4 16:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
+ * i960-tdep.c (signal.h): Don't include.
+
* cxux-nat.c (target_is_m88110): Remove definition.
* configure.in (config/nm-empty.h): If cross only, use instead
diff --git a/gdb/i960-tdep.c b/gdb/i960-tdep.c
index d7b2ca6..e0360b5 100644
--- a/gdb/i960-tdep.c
+++ b/gdb/i960-tdep.c
@@ -23,7 +23,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
Most are called from macros defined in "tm-i960.h". */
#include "defs.h"
-#include <signal.h>
#include "symtab.h"
#include "value.h"
#include "frame.h"