OSDN Git Service

* NEWS: Mention sparc64-linux-gnu gdbserver support.
authorDaniel Jacobowitz <dan@debian.org>
Sat, 15 Nov 2008 16:09:50 +0000 (16:09 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Sat, 15 Nov 2008 16:09:50 +0000 (16:09 +0000)
gdb/ChangeLog
gdb/NEWS

index 62a9a9a..811a760 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Mention sparc64-linux-gnu gdbserver support.
+
 2008-11-14  Daniel Gutson  <dgutson@codesourcery.com>
 
        * configure.tgt (sparc64-*-linux*): Added gdbserver support.
index 6f8fb65..ab94020 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -85,6 +85,9 @@ are treated as the standard definitions, regardless of context.
   - gdbserver uses the new noack protocol mode for TCP connections to
   reduce communications latency, if also supported and enabled in GDB.
 
+  - Support for the sparc64-linux-gnu target is now included in
+  gdbserver.
+
 * Python scripting
 
   GDB now has support for scripting using Python.  Whether this is