aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-10-15 20:00:23 +0000
committerDaniel Jacobowitz <drow@false.org>2007-10-15 20:00:23 +0000
commitd71340b87391e3dba1f40f101c18941a2d9f6d0a (patch)
tree6f475701ac7c84212e9d1a798c03a1365e364fe1 /gdb/NEWS
parent30ed0a8f0b4557aeb8bbbeee1bb1904bc45f747e (diff)
downloadgdb-d71340b87391e3dba1f40f101c18941a2d9f6d0a.zip
gdb-d71340b87391e3dba1f40f101c18941a2d9f6d0a.tar.gz
gdb-d71340b87391e3dba1f40f101c18941a2d9f6d0a.tar.bz2
* NEWS: Mention gdbserver PowerPC improvements.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 81e1cfa..9a2410d 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -12,6 +12,9 @@ and in inlined functions.
* Target descriptions can now describe registers for PowerPC.
+* The GDB remote stub, gdbserver, now supports the AltiVec and SPE
+registers on PowerPC targets.
+
*** Changes in GDB 6.7
* Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,