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 | |
parent | dbd492a37708515131c212c6ed88c13cc3a3d3b0 (diff) | |
download | fsf-binutils-gdb-1aee7009881311b5aa08640a8f0a0f23f32fae6c.zip fsf-binutils-gdb-1aee7009881311b5aa08640a8f0a0f23f32fae6c.tar.gz fsf-binutils-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')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/NEWS | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c46a562..9c3478b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2010-09-13 Joel Brobecker <brobecker@adacore.com> + * NEWS: Add x86-lynxos to the list of platforms supported by + gdbserver. + +2010-09-13 Joel Brobecker <brobecker@adacore.com> + * NEWS: Announce GDBserver support for version 5.x of ppc-lynxos. 2010-09-13 Tom Tromey <tromey@redhat.com> @@ -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 |