From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27137 invoked by alias); 13 Sep 2010 19:14:52 -0000 Received: (qmail 27128 invoked by uid 22791); 13 Sep 2010 19:14:51 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_NX,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Sep 2010 19:14:47 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EC9442BABF0; Mon, 13 Sep 2010 15:14:45 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id SyoR91Qg05S7; Mon, 13 Sep 2010 15:14:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BE9592BAB5A; Mon, 13 Sep 2010 15:14:45 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BCA5DF599F; Mon, 13 Sep 2010 15:14:43 -0400 (EDT) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [NEWS] Announce gdbserver support for x86-lynxos Date: Mon, 13 Sep 2010 19:41:00 -0000 Message-Id: <1284405282-8056-1-git-send-email-brobecker@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-09/txt/msg00256.txt.bz2 Hello, 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. OK to commit? Thank you, -- Joel --- gdb/NEWS | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index 57bd6a7..01d2f46 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -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 -- 1.7.1