darling-gdb/gdb/common
Pierre Muller 8bdce1ffdf 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.
2012-11-15 16:12:19 +00:00
..
agent.c * gdbarch.sh (target_gdbarch): Remove macro. 2012-11-09 19:58:03 +00:00
agent.h gdb/ 2012-04-16 11:24:47 +00:00
ax.def Add target-side support for dynamic printf. 2012-07-02 15:29:39 +00:00
buffer.c gdb/ 2012-06-28 17:07:34 +00:00
buffer.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
common-utils.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
common-utils.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
format.c Add target-side support for dynamic printf. 2012-07-02 15:29:39 +00:00
format.h Add target-side support for dynamic printf. 2012-07-02 15:29:39 +00:00
gdb_assert.h 2012-01-11 Andreas Tobler <andreast@fgznet.ch> 2012-01-11 21:51:31 +00:00
gdb_dirent.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
gdb_locale.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
gdb_signals.h gdb/ 2012-05-24 16:39:15 +00:00
gdb_stat.h 2012-11-15 Pierre Muller <muller@sourceware.org> 2012-11-15 16:12:19 +00:00
gdb_string.h * gdb_string.h: Moved to ... 2012-08-08 19:48:19 +00:00
gdb_thread_db.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
gdb_vecs.c * common/gdb_vecs.h: Moved here from ./gdb_vecs.h. 2012-07-18 23:37:58 +00:00
gdb_vecs.h * common/gdb_vecs.h: Moved here from ./gdb_vecs.h. 2012-07-18 23:37:58 +00:00
gdb_wait.h 2012-11-15 Pierre Muller <muller@sourceware.org> 2012-11-15 16:12:19 +00:00
host-defs.h * common/gdb_vecs.h: Moved here from ./gdb_vecs.h. 2012-07-18 23:37:58 +00:00
i386-xstate.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
linux-osdata.c 2012-11-15 Pierre Muller <muller@sourceware.org> 2012-11-15 16:12:19 +00:00
linux-osdata.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
linux-procfs.c gdb/ 2012-03-13 15:02:25 +00:00
linux-procfs.h gdb/ 2012-03-13 15:02:25 +00:00
linux-ptrace.c 2012-11-15 Pierre Muller <muller@sourceware.org> 2012-11-15 16:12:19 +00:00
linux-ptrace.h gdb/ 2012-07-07 12:13:57 +00:00
ptid.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
ptid.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
signals.c gdb/ 2012-05-24 16:51:47 +00:00
vec.c gdb: 2012-04-19 05:58:52 +00:00
vec.h gdb: add completion handler for "handle" and "signal" 2012-08-10 05:03:13 +00:00
xml-utils.c Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00
xml-utils.h Copyright year update in most files of the GDB Project. 2012-01-04 08:17:56 +00:00