diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2006-11-22 19:41:17 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2006-11-22 19:41:17 +0000 |
commit | d1320b0b09358c62dea5d6ccf680b8054c7be7a8 (patch) | |
tree | b45643f96ec0e4ebfbd019648866d698301e3606 /gdb | |
parent | 29d73ae48cd62606a7b493ce6863b07bae97f775 (diff) | |
download | gdb-d1320b0b09358c62dea5d6ccf680b8054c7be7a8.zip gdb-d1320b0b09358c62dea5d6ccf680b8054c7be7a8.tar.gz gdb-d1320b0b09358c62dea5d6ccf680b8054c7be7a8.tar.bz2 |
* NEWS: New port to Cell Broadband Engine SPU.
* MAINTAINERS: Add myself as spu maintainer.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 3 | ||||
-rw-r--r-- | gdb/NEWS | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 84a5a54..28a997d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-11-22 Ulrich Weigand <uweigand@de.ibm.com> + + * NEWS: New port to Cell Broadband Engine SPU. + * MAINTAINERS: Add myself as spu maintainer. + 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.in (arm-tdep.o): Update dependencies. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index f5536e0..deb5dcf 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -303,6 +303,9 @@ the native maintainer when resolving ABI issues. sparc --target=sparc-elf ,-Werror + spu --target=spu-elf ,-Werror + Ulrich Weigand uweigand@de.ibm.com + v850 --target=v850-elf ,-Werror vax --target=vax-netbsd ,-Werror @@ -3,6 +3,10 @@ *** 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. |