From 86ddecc5fc79ab583b0310407108301d26e567b8 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Fri, 2 Feb 2001 23:04:14 +0000 Subject: [PATCH] * ppc-bdm.c (#include ): 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. --- gdb/ChangeLog | 16 ++++++++++++++++ gdb/ppc-bdm.c | 1 - gdb/remote-array.c | 1 - gdb/remote-bug.c | 1 - gdb/remote-e7000.c | 1 - gdb/remote-mips.c | 2 -- gdb/remote-os9k.c | 1 - gdb/remote-st.c | 1 - gdb/remote-udi.c | 1 - gdb/remote-vx29k.c | 2 -- gdb/remote-vx68.c | 1 - gdb/remote-vx960.c | 1 - gdb/remote-vxmips.c | 1 - gdb/remote-vxsparc.c | 1 - 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 + + * ppc-bdm.c (#include ): 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 * 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 -#include #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 -#include #include #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 #include -#include #include #include 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 #include "gdb_string.h" #include "gdbcmd.h" #include 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 #include #include - #include /* 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 #include "gdb_string.h" #include #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 #include "gdb_string.h" #include #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 #include -#include #include #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 -#include #include #include #include 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 -#include #include #include #include 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 -#include #include #include #include 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 -#include #include #include #include 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 -#include #include #include #include -- 2.30.2