ChangeLog:

* configure.tgt: Enable gdbserver for SPU target.
	* configure.ac: Build gdbserver when gdb_native is yes.
	* configure: Regenerate.
	* regformats/reg-spu.dat: New file.

gdbserver/ChangeLog:

	* configure.srv: Add target "spu*-*-*".
	* Makefile.in (clean): Remove reg-spu.c.
	(reg-spu.c, reg-spu.o, spu-low.o): Add dependencies.
	* spu-low.c: New file.
This commit is contained in:
Ulrich Weigand
2006-11-22 17:34:15 +00:00
parent 59a59f840d
commit a13e2c95aa
9 changed files with 747 additions and 6 deletions

4
gdb/configure vendored
View File

@@ -22646,8 +22646,8 @@ subdirs="$subdirs multi-ice"
fi
# We only build gdbserver automatically if host and target are the same.
if test "x$target" = "x$host"; then
# We only build gdbserver automatically in a native configuration.
if test "$gdb_native" = "yes"; then
echo "$as_me:$LINENO: checking whether gdbserver is supported on this host" >&5
echo $ECHO_N "checking whether gdbserver is supported on this host... $ECHO_C" >&6
if test "x$build_gdbserver" = xyes; then