diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-09-13 19:10:51 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-09-13 19:10:51 +0000 |
commit | 5ec6ebf9c973a91f36d0195650b5066ae5ba1cf2 (patch) | |
tree | 3c9a1baee913fef4aeeabb92869319f217267d35 /gdb | |
parent | 47fac8f84d1876bc60bfdde5060a355d5748edde (diff) | |
download | gdb-5ec6ebf9c973a91f36d0195650b5066ae5ba1cf2.zip gdb-5ec6ebf9c973a91f36d0195650b5066ae5ba1cf2.tar.gz gdb-5ec6ebf9c973a91f36d0195650b5066ae5ba1cf2.tar.bz2 |
[NEWS] Announce support for PowerPC LynxOS 5.x.
This adjusts the news entry about ppc-lynxos to add version 5.x
of the OS to the list of supported versions...
gdb/ChangeLog:
* NEWS: Announce GDBserver support for version 5.x of ppc-lynxos.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cf19fae..c46a562 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +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> * Makefile.in (HFILES_NO_SRCDIR): Add progspace.h. @@ -64,7 +64,7 @@ * New features in the GDB remote stub, GDBserver - ** GDBserver is now supported on PowerPC LynxOS 4.x. + ** GDBserver is now supported on PowerPC LynxOS 4.x and 5.x. *** Changes in GDB 7.2 |