From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27789 invoked by alias); 14 Mar 2013 12:59:57 -0000 Received: (qmail 27781 invoked by uid 22791); 14 Mar 2013 12:59:57 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RP_MATCHES_RCVD,TW_EG X-Spam-Check-By: sourceware.org Received: from usmamail.tilera.com (HELO USMAMAIL.TILERA.COM) (12.216.194.151) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 Mar 2013 12:59:50 +0000 Received: from [192.168.0.102] (124.202.191.69) by USMAExch2.tad.internal.tilera.com (10.3.0.33) with Microsoft SMTP Server (TLS) id 14.0.722.0; Thu, 14 Mar 2013 08:59:48 -0400 Message-ID: <5141C9BE.4080707@tilera.com> Date: Thu, 14 Mar 2013 12:59:00 -0000 From: Jiong Wang User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Subject: Re: [PATCH] mention tilegx in gdb 7.6 release news References: <5141C526.9060106@tilera.com> In-Reply-To: <5141C526.9060106@tilera.com> Content-Type: multipart/mixed; boundary="------------080401010306010506060506" 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: 2013-03/txt/msg00626.txt.bz2 --------------080401010306010506060506 Content-Type: text/plain; charset="gb18030"; format=flowed Content-Transfer-Encoding: 7bit Content-length: 518 on 2013/3/14 20:40, Jiong Wang wrote: > I noticed gdb 7.6 branch created, but tilegx target is not mentioned in > the NEWS. tilegx is not in 7.5. > > gdb/ChangeLog: > > * NEWS: mention TILE-Gx in "New native configurations" and > "New targets" section. > > please CR, thanks updated the patch, add corporation name. gdb/ChangeLog: * NEWS: mention TILE-Gx in "New native configurations" and "New targets" section. please CR, thanks. --- Regards, Jiong > > --- > Regards, > Jiong > Tilera Corporation. --------------080401010306010506060506 Content-Type: text/plain; charset="gb18030"; name="gdb.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gdb.patch" Content-length: 660 diff --git a/gdb/NEWS b/gdb/NEWS index b759adf..e3f544e 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -47,6 +47,7 @@ record function-call-history prints the execution history at ARM AArch64 GNU/Linux aarch64*-*-linux-gnu FreeBSD/powerpc powerpc*-*-freebsd +Tilera TILE-Gx GNU/Linux tilegx*-*-linux-gnu * New targets @@ -54,6 +55,7 @@ ARM AArch64 aarch64*-*-elf ARM AArch64 GNU/Linux aarch64*-*-linux Lynx 178 PowerPC powerpc-*-lynx*178 x86_64/Cygwin x86_64-*-cygwin* +Tilera TILE-Gx GNU/Linux tilegx*-*-linux * If the configured location of system.gdbinit file (as given by the --with-system-gdbinit option at configure time) is in the --------------080401010306010506060506--