* NEWS: Mention sparc64-linux-gnu gdbserver support.

This commit is contained in:
Daniel Jacobowitz 2008-11-15 16:09:51 +00:00
parent a45248e086
commit da8bd9a3c5
2 changed files with 7 additions and 0 deletions

View 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.

View File

@ -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