aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2006-11-22 19:41:17 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2006-11-22 19:41:17 +0000
commitd1320b0b09358c62dea5d6ccf680b8054c7be7a8 (patch)
treeb45643f96ec0e4ebfbd019648866d698301e3606 /gdb
parent29d73ae48cd62606a7b493ce6863b07bae97f775 (diff)
downloadgdb-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/ChangeLog5
-rw-r--r--gdb/MAINTAINERS3
-rw-r--r--gdb/NEWS4
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
diff --git a/gdb/NEWS b/gdb/NEWS
index 9c65874..d8bd85c 100644
--- 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.