diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-09-13 20:37:34 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-09-13 20:37:34 +0000 |
commit | 1aee7009881311b5aa08640a8f0a0f23f32fae6c (patch) | |
tree | dd3cdac3a259a906be0ea077fefdd0542b5dba3a /gdb/NEWS | |
parent | dbd492a37708515131c212c6ed88c13cc3a3d3b0 (diff) | |
download | gdb-1aee7009881311b5aa08640a8f0a0f23f32fae6c.zip gdb-1aee7009881311b5aa08640a8f0a0f23f32fae6c.tar.gz gdb-1aee7009881311b5aa08640a8f0a0f23f32fae6c.tar.bz2 |
[NEWS] Announce gdbserver support for x86-lynxos
This patch adjusts the NEWS entry for the LynxOS gdbserver to include
x86-lynxos to the list of supported platforms.
gdb/ChangeLog:
* NEWS: Add x86-lynxos to the list of platforms supported by
gdbserver.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -64,7 +64,8 @@ * New features in the GDB remote stub, GDBserver - ** GDBserver is now supported on PowerPC LynxOS 4.x and 5.x. + ** GDBserver is now supported on PowerPC LynxOS (versions 4.x and 5.x), + and i686 LynxOS (version 5.x). *** Changes in GDB 7.2 |