diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2006-11-24 20:19:37 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2006-11-24 20:19:37 +0000 |
commit | 9c309e77dca295f829cbe2be6045bb880985e4b6 (patch) | |
tree | 3380386738453e6f632485965730e4b448c55e35 /gdb | |
parent | 5ea03926accff5b46afe33893076d101bc13fe2e (diff) | |
download | gdb-9c309e77dca295f829cbe2be6045bb880985e4b6.zip gdb-9c309e77dca295f829cbe2be6045bb880985e4b6.tar.gz gdb-9c309e77dca295f829cbe2be6045bb880985e4b6.tar.bz2 |
* NEWS: SPU target is already supported in GDB 6.6.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 63d1f3d..72cf3c6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2006-11-24 Ulrich Weigand <uweigand@de.ibm.com> + * NEWS: SPU target is already supported in GDB 6.6. + +2006-11-24 Ulrich Weigand <uweigand@de.ibm.com> + * Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency. (nto-procfs.o): Likewise. * mips-linux-tdep.c: Include "solib.h". @@ -3,10 +3,6 @@ *** Changes since GDB 6.6 -* New targets - -Cell Broadband Engine SPU spu-elf - * The GDB remote stub, gdbserver, now has lower overhead for high frequency signals (e.g. SIGALRM) via the QPassSignals packet. @@ -22,6 +18,7 @@ QPassSignals: * New targets Xtensa xtensa-elf +Cell Broadband Engine SPU spu-elf * GDB can now be configured as a cross-debugger targeting native Windows (mingw32) or Cygwin. It can communicate with a remote debugging stub |