From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12897 invoked by alias); 20 Jul 2011 02:12:56 -0000 Received: (qmail 12888 invoked by uid 22791); 20 Jul 2011 02:12:55 -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, 20 Jul 2011 02:12:42 +0000 Received: (qmail 1627 invoked from network); 20 Jul 2011 02:12:42 -0000 Received: from unknown (HELO ?192.168.0.100?) (yao@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Jul 2011 02:12:42 -0000 Message-ID: <4E263997.7010003@codesourcery.com> Date: Wed, 20 Jul 2011 07:04:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [RFA 8/8] New port: TI C6x: NEWS Content-Type: multipart/mixed; boundary="------------040207070702020307000805" 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/msg00511.txt.bz2 This is a multi-part message in MIME format. --------------040207070702020307000805 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-length: 74 This is to mention new target tic6x-*-* in gdb in NEWS. -- Yao (齐尧) --------------040207070702020307000805 Content-Type: text/x-patch; name="0008-NEWS.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0008-NEWS.patch" Content-length: 438 gdb/ * NEWS: New target tic6x-*-*. --- gdb/NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/gdb/NEWS b/gdb/NEWS index 99615d2..db63a10 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -62,6 +62,10 @@ QTDisable Dynamically disable a tracepoint in a started trace experiment. +* New targets + +TI C6X tic6x-*-* + *** Changes in GDB 7.3 * GDB has a new command: "thread find [REGEXP]". -- 1.7.0.4 --------------040207070702020307000805--