* NEWS: New port to Cell Broadband Engine SPU.
* MAINTAINERS: Add myself as spu maintainer.
This commit is contained in:
parent
29d73ae48c
commit
d1320b0b09
3 changed files with 12 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
4
gdb/NEWS
4
gdb/NEWS
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue