From: Daniel Jacobowitz Date: Sat, 15 Nov 2008 16:09:51 +0000 (+0000) Subject: * NEWS: Mention sparc64-linux-gnu gdbserver support. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da8bd9a3c5988662518227005098a56ae2b08f94;p=binutils-gdb.git * NEWS: Mention sparc64-linux-gnu gdbserver support. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 62a9a9a23d6..811a760c76f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-11-15 Daniel Jacobowitz + + * NEWS: Mention sparc64-linux-gnu gdbserver support. + 2008-11-14 Daniel Gutson * configure.tgt (sparc64-*-linux*): Added gdbserver support. diff --git a/gdb/NEWS b/gdb/NEWS index 6f8fb658869..ab94020f45f 100644 --- 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