diff options
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 |