From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2644 invoked by alias); 27 Jul 2011 06:19:00 -0000 Received: (qmail 2629 invoked by uid 22791); 27 Jul 2011 06:18:59 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 27 Jul 2011 06:18:44 +0000 Received: (qmail 4115 invoked from network); 27 Jul 2011 06:18:43 -0000 Received: from unknown (HELO ?192.168.0.101?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 27 Jul 2011 06:18:43 -0000 Message-ID: <4E2FADBF.2000308@codesourcery.com> Date: Wed, 27 Jul 2011 07:21:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: gdb-patches@sourceware.org CC: eliz@gnu.org Subject: Re: [RFA 8/8] New port: TI C6x: NEWS References: <4E263997.7010003@codesourcery.com> In-Reply-To: <4E263997.7010003@codesourcery.com> Content-Type: multipart/mixed; boundary="------------010700040602030102040107" 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: 2011-07/txt/msg00752.txt.bz2 This is a multi-part message in MIME format. --------------010700040602030102040107 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-length: 241 On 07/20/2011 10:12 AM, Yao Qi wrote: > This is to mention new target tic6x-*-* in gdb in NEWS. > During Eli's review to another patch, I realize that we should use full name here as well. Update NEWS in this new patch. -- Yao (齐尧) --------------010700040602030102040107 Content-Type: text/x-patch; name="0009-NEWS.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0009-NEWS.patch" Content-length: 475 gdb/ * NEWS: New port to Texas Instruments TMS320C6x. --- gdb/NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index 99615d2..adbb4b2 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -62,6 +62,10 @@ QTDisable Dynamically disable a tracepoint in a started trace experiment. +* New targets + +Texas Instruments TMS320C6x tic6x-*-* + *** Changes in GDB 7.3 * GDB has a new command: "thread find [REGEXP]". -- 1.7.0.4 --------------010700040602030102040107--