summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@redback.com>2001-02-02 23:04:14 +0000
committerJ.T. Conklin <jtc@redback.com>2001-02-02 23:04:14 +0000
commitf193d1c9ed0c79671d7d58a87a6a99ad40f40805 (patch)
treeb2f0a60d21106cea07e7f73d101c04245cfe0726
parent81566c77875613789abac67730ad82b3d7330e36 (diff)
downloadgdb-f193d1c9ed0c79671d7d58a87a6a99ad40f40805.tar.gz
* ppc-bdm.c (#include <signal.h>): Removed.
* remote-array.c: Likewise. * remote-bug.c: Likewise. * remote-e7000.c: Likewise. * remote-mips.c: Likewise. * remote-os9k.c: Likewise. * remote-st.c: Likewise. * remote-udi.c: Likewise. * remote-vx29k.c: Likewise. * remote-vx68.c: Likewise. * remote-vx960.c: Likewise. * remote-vxmips.c: Likewise. * remote-vxsparc.c: Likewise.
-rw-r--r--gdb/ChangeLog16
-rw-r--r--gdb/ppc-bdm.c1
-rw-r--r--gdb/remote-array.c1
-rw-r--r--gdb/remote-bug.c1
-rw-r--r--gdb/remote-e7000.c1
-rw-r--r--gdb/remote-mips.c2
-rw-r--r--gdb/remote-os9k.c1
-rw-r--r--gdb/remote-st.c1
-rw-r--r--gdb/remote-udi.c1
-rw-r--r--gdb/remote-vx29k.c2
-rw-r--r--gdb/remote-vx68.c1
-rw-r--r--gdb/remote-vx960.c1
-rw-r--r--gdb/remote-vxmips.c1
-rw-r--r--gdb/remote-vxsparc.c1
14 files changed, 16 insertions, 15 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1220766c037..fb4c63d29f3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,19 @@
+2001-02-02 J.T. Conklin <jtc@redback.com>
+
+ * ppc-bdm.c (#include <signal.h>): Removed.
+ * remote-array.c: Likewise.
+ * remote-bug.c: Likewise.
+ * remote-e7000.c: Likewise.
+ * remote-mips.c: Likewise.
+ * remote-os9k.c: Likewise.
+ * remote-st.c: Likewise.
+ * remote-udi.c: Likewise.
+ * remote-vx29k.c: Likewise.
+ * remote-vx68.c: Likewise.
+ * remote-vx960.c: Likewise.
+ * remote-vxmips.c: Likewise.
+ * remote-vxsparc.c: Likewise.
+
2001-02-02 John Moore <jmoore@redhat.com>
* remote-utils.h (sr_set_device): Changed free() to xfree() where
diff --git a/gdb/ppc-bdm.c b/gdb/ppc-bdm.c
index d0eb2e5bcdf..0be1cfa717c 100644
--- a/gdb/ppc-bdm.c
+++ b/gdb/ppc-bdm.c
@@ -32,7 +32,6 @@
#include "objfiles.h"
#include "gdb-stabs.h"
#include <sys/types.h>
-#include <signal.h>
#include "serial.h"
#include "ocd.h"
#include "ppc-tdep.h"
diff --git a/gdb/remote-array.c b/gdb/remote-array.c
index c22d39c0560..7cb63765474 100644
--- a/gdb/remote-array.c
+++ b/gdb/remote-array.c
@@ -29,7 +29,6 @@
#include "gdbcore.h"
#include "target.h"
#include <ctype.h>
-#include <signal.h>
#include <sys/types.h>
#include "gdb_string.h"
#include "command.h"
diff --git a/gdb/remote-bug.c b/gdb/remote-bug.c
index 74b23f526a4..42f75406539 100644
--- a/gdb/remote-bug.c
+++ b/gdb/remote-bug.c
@@ -26,7 +26,6 @@
#include "gdb_string.h"
#include <ctype.h>
#include <fcntl.h>
-#include <signal.h>
#include <setjmp.h>
#include <errno.h>
diff --git a/gdb/remote-e7000.c b/gdb/remote-e7000.c
index f31825fce9d..01840d105c4 100644
--- a/gdb/remote-e7000.c
+++ b/gdb/remote-e7000.c
@@ -39,7 +39,6 @@
#include "target.h"
#include "value.h"
#include "command.h"
-#include <signal.h>
#include "gdb_string.h"
#include "gdbcmd.h"
#include <sys/types.h>
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index 9848b0c19d3..cc53c706812 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -31,10 +31,8 @@
#include "remote-utils.h"
#include "gdb_string.h"
-#include <signal.h>
#include <sys/types.h>
#include <sys/stat.h>
-
#include <ctype.h>
/* Microsoft C's stat.h doesn't define all the POSIX file modes. */
diff --git a/gdb/remote-os9k.c b/gdb/remote-os9k.c
index 9e930d4cece..16b90569560 100644
--- a/gdb/remote-os9k.c
+++ b/gdb/remote-os9k.c
@@ -40,7 +40,6 @@
#include "defs.h"
#include "gdbcore.h"
#include "target.h"
-#include <signal.h>
#include "gdb_string.h"
#include <sys/types.h>
#include "command.h"
diff --git a/gdb/remote-st.c b/gdb/remote-st.c
index ea029dc77c7..d688770ffb9 100644
--- a/gdb/remote-st.c
+++ b/gdb/remote-st.c
@@ -38,7 +38,6 @@
#include "defs.h"
#include "gdbcore.h"
#include "target.h"
-#include <signal.h>
#include "gdb_string.h"
#include <sys/types.h>
#include "serial.h"
diff --git a/gdb/remote-udi.c b/gdb/remote-udi.c
index 0edee95d86b..a741ef76a86 100644
--- a/gdb/remote-udi.c
+++ b/gdb/remote-udi.c
@@ -38,7 +38,6 @@
#include "value.h"
#include <ctype.h>
#include <fcntl.h>
-#include <signal.h>
#include <errno.h>
#include "gdb_string.h"
#include "terminal.h"
diff --git a/gdb/remote-vx29k.c b/gdb/remote-vx29k.c
index b86b6bd93c1..1d5230c689b 100644
--- a/gdb/remote-vx29k.c
+++ b/gdb/remote-vx29k.c
@@ -1,5 +1,4 @@
/* Am29k-dependent portions of the RPC protocol
- used with a VxWorks target
Contributed by Wind River Systems.
@@ -34,7 +33,6 @@
#include "gdb_string.h"
#include <errno.h>
-#include <signal.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>
diff --git a/gdb/remote-vx68.c b/gdb/remote-vx68.c
index cc82e9a9650..8dd97f2a165 100644
--- a/gdb/remote-vx68.c
+++ b/gdb/remote-vx68.c
@@ -34,7 +34,6 @@
#include "gdb_string.h"
#include <errno.h>
-#include <signal.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>
diff --git a/gdb/remote-vx960.c b/gdb/remote-vx960.c
index 9e7ff188cc5..4a2af5c55f2 100644
--- a/gdb/remote-vx960.c
+++ b/gdb/remote-vx960.c
@@ -34,7 +34,6 @@
#include "gdb_string.h"
#include <errno.h>
-#include <signal.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>
diff --git a/gdb/remote-vxmips.c b/gdb/remote-vxmips.c
index d2043772579..a06edaf0bce 100644
--- a/gdb/remote-vxmips.c
+++ b/gdb/remote-vxmips.c
@@ -34,7 +34,6 @@
#include "gdb_string.h"
#include <errno.h>
-#include <signal.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>
diff --git a/gdb/remote-vxsparc.c b/gdb/remote-vxsparc.c
index 2c0fdc6b96d..b9a1a250a0b 100644
--- a/gdb/remote-vxsparc.c
+++ b/gdb/remote-vxsparc.c
@@ -34,7 +34,6 @@
#include "gdb_string.h"
#include <errno.h>
-#include <signal.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/time.h>