From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4939 invoked by alias); 21 Mar 2013 01:58:28 -0000 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 Received: (qmail 4917 invoked by uid 89); 21 Mar 2013 01:58:21 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,TW_EG autolearn=ham version=3.3.1 Received: from usmamail.tilera.com (HELO USMAMAIL.TILERA.COM) (12.216.194.151) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 21 Mar 2013 01:58:18 +0000 Received: from [10.200.0.56] (124.207.145.166) by USMAExch2.tad.internal.tilera.com (10.3.0.33) with Microsoft SMTP Server (TLS) id 14.0.722.0; Wed, 20 Mar 2013 21:58:16 -0400 Message-ID: <514A6931.3030400@tilera.com> Date: Thu, 21 Mar 2013 03:50:00 -0000 From: Jiong Wang User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Joel Brobecker CC: , Eli Zaretskii Subject: Re: [PATCH] mention tilegx in gdb 7.6 release news References: <5141C526.9060106@tilera.com> <5141C9BE.4080707@tilera.com> <20130320155331.GB5447@adacore.com> In-Reply-To: <20130320155331.GB5447@adacore.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-03/txt/msg00774.txt.bz2 于 2013/3/20 23:53, Joel Brobecker 写道: > On Thu, Mar 14, 2013 at 08:59:42PM +0800, Jiong Wang wrote: >> 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. > JIC: If this patch gets approved, it needs to be ported to the 7.6 > branch as well. Got it. So, this patch approved? --- Regards, Jiong Tilera Corporation > > Thank you! > >> --- >> Regards, >> Jiong >> >> >>> --- >>> Regards, >>> Jiong >>> Tilera Corporation. >> 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 >