From: J.T. Conklin Date: Fri, 2 Feb 2001 23:04:14 +0000 (+0000) Subject: * ppc-bdm.c (#include ): Removed. X-Git-Tag: jimb_gnu_v3_branchpoint~304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86ddecc5fc79ab583b0310407108301d26e567b8;p=external%2Fbinutils.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1220766..fb4c63d 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 d0eb2e5..0be1cfa 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 c22d39c..7cb6376 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 74b23f5..42f7540 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 f31825f..01840d1 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 9848b0c..cc53c70 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 9e930d4..16b9056 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 ea029dc..d688770 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 0edee95..a741ef7 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 b86b6bd..1d5230c 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 cc82e9a..8dd97f2 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 9e7ff18..4a2af5c 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 d204377..a06edaf 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 2c0fdc6..b9a1a25 100644 --- a/gdb/remote-vxsparc.c +++ b/gdb/remote-vxsparc.c @@ -34,7 +34,6 @@ #include "gdb_string.h" #include -#include #include #include #include