From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23493 invoked by alias); 20 Mar 2013 15:54:21 -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 23467 invoked by uid 89); 20 Mar 2013 15:54:14 -0000 X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,TW_EG autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 20 Mar 2013 15:53:34 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 28ECC1C7985; Wed, 20 Mar 2013 11:53:33 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 9eSEfXA5xdyQ; Wed, 20 Mar 2013 11:53:33 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E0BDD1C7921; Wed, 20 Mar 2013 11:53:32 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 42994C73D7; Wed, 20 Mar 2013 08:53:31 -0700 (PDT) Date: Wed, 20 Mar 2013 16:00:00 -0000 From: Joel Brobecker To: Jiong Wang Cc: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [PATCH] mention tilegx in gdb 7.6 release news Message-ID: <20130320155331.GB5447@adacore.com> References: <5141C526.9060106@tilera.com> <5141C9BE.4080707@tilera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5141C9BE.4080707@tilera.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-03/txt/msg00745.txt.bz2 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. 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 -- Joel