diff options
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 9 | ||||
-rw-r--r-- | gdb/gdbserver/linux-low.c | 1 | ||||
-rw-r--r-- | gdb/gdbserver/remote-utils.c | 1 | ||||
-rw-r--r-- | gdb/gdbserver/server.h | 1 | ||||
-rw-r--r-- | gdb/gdbserver/spu-low.c | 1 | ||||
-rw-r--r-- | gdb/gdbserver/utils.c | 1 | ||||
-rw-r--r-- | gdb/gdbserver/wincecompat.c | 1 |
7 files changed, 9 insertions, 6 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 4508621..abdda14 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,12 @@ +2014-08-07 Gary Benson <gbenson@redhat.com> + + * server.h: Do not include stdio.h. + * linux-low.c: Likewise. + * remote-utils.c: Likewise. + * spu-low.c: Likewise. + * utils.c: Likewise. + * wincecompat.c: Likewise. + 2014-08-06 Gary Benson <gbenson@redhat.com> * regcache.c (init_register_cache): Move conditionals inside if. diff --git a/gdb/gdbserver/linux-low.c b/gdb/gdbserver/linux-low.c index e65e276..b309289 100644 --- a/gdb/gdbserver/linux-low.c +++ b/gdb/gdbserver/linux-low.c @@ -24,7 +24,6 @@ #include "nat/linux-nat.h" #include "nat/linux-waitpid.h" #include "gdb_wait.h" -#include <stdio.h> #include <sys/ptrace.h> #include "nat/linux-ptrace.h" #include "nat/linux-procfs.h" diff --git a/gdb/gdbserver/remote-utils.c b/gdb/gdbserver/remote-utils.c index 4fcafa0..96d6038 100644 --- a/gdb/gdbserver/remote-utils.c +++ b/gdb/gdbserver/remote-utils.c @@ -24,7 +24,6 @@ #include "dll.h" #include "rsp-low.h" -#include <stdio.h> #include <string.h> #if HAVE_SYS_IOCTL_H #include <sys/ioctl.h> diff --git a/gdb/gdbserver/server.h b/gdb/gdbserver/server.h index ef66a32..743a368 100644 --- a/gdb/gdbserver/server.h +++ b/gdb/gdbserver/server.h @@ -30,7 +30,6 @@ #include "version.h" #include <stdarg.h> -#include <stdio.h> #include <stdlib.h> #ifdef HAVE_ERRNO_H #include <errno.h> diff --git a/gdb/gdbserver/spu-low.c b/gdb/gdbserver/spu-low.c index 9bb0c40..67ff147 100644 --- a/gdb/gdbserver/spu-low.c +++ b/gdb/gdbserver/spu-low.c @@ -21,7 +21,6 @@ #include "server.h" #include "gdb_wait.h" -#include <stdio.h> #include <sys/ptrace.h> #include <fcntl.h> #include <string.h> diff --git a/gdb/gdbserver/utils.c b/gdb/gdbserver/utils.c index 2d0b331..b87bcc9 100644 --- a/gdb/gdbserver/utils.c +++ b/gdb/gdbserver/utils.c @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "server.h" -#include <stdio.h> #include <string.h> #include <stdlib.h> #if HAVE_ERRNO_H diff --git a/gdb/gdbserver/wincecompat.c b/gdb/gdbserver/wincecompat.c index 68f6aa9..7d45b30 100644 --- a/gdb/gdbserver/wincecompat.c +++ b/gdb/gdbserver/wincecompat.c @@ -18,7 +18,6 @@ #include "server.h" -#include <stdio.h> #include <windows.h> void |