* NEWS: New port to Cell Broadband Engine SPU.
authorUlrich Weigand <uweigand@de.ibm.com>
Wed, 22 Nov 2006 19:41:17 +0000 (19:41 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Wed, 22 Nov 2006 19:41:17 +0000 (19:41 +0000)
* MAINTAINERS: Add myself as spu maintainer.

gdb/ChangeLog
gdb/MAINTAINERS
gdb/NEWS

index 84a5a54..28a997d 100644 (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.
index f5536e0..deb5dcf 100644 (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
index 9c65874..d8bd85c 100644 (file)
--- a/gdb/NEWS
+++ b/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.