From: brobecke Date: Wed, 1 Sep 2010 20:47:01 +0000 (+0000) Subject: [NEWS] powerpc-lynxos gdbserver support X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=345810123439203d11d46c2ea3906cde16cf10c4;p=pf3gnuchains%2Fpf3gnuchains4x.git [NEWS] powerpc-lynxos gdbserver support This adds an entry in the NEWS file announcing the GDBserver support on powerpc-lynxos. gdb/ChangeLog: * NEWS: Add entry announcing GDBserver support on powerpc-lynxos. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a1b097acb6..232a7215bf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-09-01 Joel Brobecker + + * NEWS: Add entry announcing GDBserver support on powerpc-lynxos. + 2010-09-01 Marc Khouzam * mi/mi-main.c (mi_cmd_list_target_features): Add `reverse' diff --git a/gdb/NEWS b/gdb/NEWS index b38399894d..37613aa74f 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -62,6 +62,10 @@ libthread_db library with the "set libthread-db-search-path" command. See the user manual for more details on this command. +* New features in the GDB remote stub, GDBserver + + ** GDBserver is now supported on PowerPC LynxOS 4.x. + *** Changes in GDB 7.2 * Shared library support for remote targets by default