* NEWS: New port to Cell Broadband Engine SPU.

* MAINTAINERS: Add myself as spu maintainer.
This commit is contained in:
Ulrich Weigand 2006-11-22 19:41:17 +00:00
parent 29d73ae48c
commit d1320b0b09
3 changed files with 12 additions and 0 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.