From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18424 invoked by alias); 1 May 2008 23:12:21 -0000 Received: (qmail 18416 invoked by uid 22791); 1 May 2008 23:12:20 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 01 May 2008 23:12:03 +0000 Received: (qmail 4972 invoked from network); 1 May 2008 23:12:00 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 May 2008 23:12:00 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [NEWS] mention Ericsson's DICOS OS target support Date: Thu, 01 May 2008 23:12:00 -0000 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_/4kGIyfg9t5y1ig" Message-Id: <200805020011.59615.pedro@codesourcery.com> X-IsSubscribed: yes 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: 2008-05/txt/msg00050.txt.bz2 --Boundary-00=_/4kGIyfg9t5y1ig Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 21 OK? -- Pedro Alves --Boundary-00=_/4kGIyfg9t5y1ig Content-Type: text/x-diff; charset="utf-8"; name="dicos_news.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dicos_news.diff" Content-length: 671 2008-05-02 Pedro Alves * NEWS: Mention new DICOS x86 target configuration. --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+) Index: src/gdb/NEWS =================================================================== --- src.orig/gdb/NEWS 2008-05-01 23:54:32.000000000 +0100 +++ src/gdb/NEWS 2008-05-02 00:00:23.000000000 +0100 @@ -53,6 +53,10 @@ show breakpoint always-inserted them when resuming the target, and removing them when the target stops. This option can improve debugger performance on slow remote targets. +* New targets + +x86 DICOS i[34567]86-*-dicos* + *** Changes in GDB 6.8 * New native configurations --Boundary-00=_/4kGIyfg9t5y1ig--