2012-11-15 Pierre Muller <muller@sourceware.org>
authorPierre Muller <muller@sourceware.org>
Thu, 15 Nov 2012 16:12:19 +0000 (16:12 +0000)
committerPierre Muller <muller@sourceware.org>
Thu, 15 Nov 2012 16:12:19 +0000 (16:12 +0000)
commit8bdce1ffdf65dc18332dfddb39482f6685cec85a
treebaf333dd105f99f14a4b4ebfca4f91e0a76eba29
parent3a731e0fc7b80a274d4a34fed7ed41d6f35f1e51
2012-11-15  Pierre Muller  <muller@sourceware.org>

ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
* gdb_stat.h: Delete. Moved to common directory.
* common/gdb_stat.h: New file.
* gdb_wait.h: Delete. Moved to common directory.
* common/gdb_wait.h: New file.
* Makefile.in (H_FILES_NO_SRC): Adapt to new header
location.
* contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
location.
(stat.h rule): Adapt to new gdb_stat.h location.
* common/linux-osdata.c: Include "gdb_stat.h" header instead of
<sys/stat.h> header.
* common/linux-ptrace.c: Include "gdb_wait.h" header instead of
<sys/wait.h> header.

gdbserver ChangeLog entry:

2012-11-15  Pierre Muller  <muller@sourceware.org>

* configure.ac (AC_CHECK_HEADERS): Add wait.h header.
* config.in: Regenerate.
* configure: Regenerate.
* linux-low.c: Use "gdb_stat.h" header instead of <sys/stat.h> header.
Use "gdb_wait.h" header instead of <sys/wait.h> header.
* lynx-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
* remote-utils.c: Use "gdb_stat.h" header instead of <sys/stat.h>
header.
* server.c: Remove HAVE_WAIT_H conditional.  Use "gdb_wait.h" header
instead of <sys/wait.h> header.
* spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
18 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/common/gdb_stat.h [new file with mode: 0644]
gdb/common/gdb_wait.h [new file with mode: 0644]
gdb/common/linux-osdata.c
gdb/common/linux-ptrace.c
gdb/contrib/ari/gdb_ari.sh
gdb/gdb_stat.h [deleted file]
gdb/gdb_wait.h [deleted file]
gdb/gdbserver/ChangeLog
gdb/gdbserver/config.in
gdb/gdbserver/configure
gdb/gdbserver/configure.ac
gdb/gdbserver/linux-low.c
gdb/gdbserver/lynx-low.c
gdb/gdbserver/remote-utils.c
gdb/gdbserver/server.c
gdb/gdbserver/spu-low.c
This page took 0.025805 seconds and 4 git commands to generate.