diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-11-15 16:09:51 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-11-15 16:09:51 +0000 |
commit | da8bd9a3c5988662518227005098a56ae2b08f94 (patch) | |
tree | 54502e4f88a2482ee463b283b7bae4f0b8b98a8d /gdb/NEWS | |
parent | a45248e08687102273909f5d122c6d71e44be5d3 (diff) | |
download | gdb-da8bd9a3c5988662518227005098a56ae2b08f94.zip gdb-da8bd9a3c5988662518227005098a56ae2b08f94.tar.gz gdb-da8bd9a3c5988662518227005098a56ae2b08f94.tar.bz2 |
* NEWS: Mention sparc64-linux-gnu gdbserver support.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |