diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 84a5a54a61..28a997d417 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-11-22 Ulrich Weigand + + * NEWS: New port to Cell Broadband Engine SPU. + * MAINTAINERS: Add myself as spu maintainer. + 2006-11-22 Daniel Jacobowitz * Makefile.in (arm-tdep.o): Update dependencies. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index f5536e0b06..deb5dcf6e6 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 9c65874b61..d8bd85c4af 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.