aboutsummaryrefslogtreecommitdiff
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
parent30ed0a8f0b4557aeb8bbbeee1bb1904bc45f747e (diff)
downloadfsf-binutils-gdb-d71340b87391e3dba1f40f101c18941a2d9f6d0a.zip
fsf-binutils-gdb-d71340b87391e3dba1f40f101c18941a2d9f6d0a.tar.gz
fsf-binutils-gdb-d71340b87391e3dba1f40f101c18941a2d9f6d0a.tar.bz2
* NEWS: Mention gdbserver PowerPC improvements.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9c441c2..18607ed 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
+ * NEWS: Mention gdbserver PowerPC improvements.
+
+2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
+
* features/Makefile (WHICH): Add PowerPC register definitions.
(rs6000/powerpc-32-expedite, rs6000/powerpc-e500-expedite)
(rs6000/powerpc-64-expedite): New macros.
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,