From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20102 invoked by alias); 1 Apr 2013 12:41: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 20040 invoked by uid 89); 1 Apr 2013 12:41:08 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,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; Mon, 01 Apr 2013 12:41:05 +0000 Received: from [192.168.0.102] (218.11.179.40) by USMAExch2.tad.internal.tilera.com (10.3.0.33) with Microsoft SMTP Server (TLS) id 14.0.722.0; Mon, 1 Apr 2013 08:41:01 -0400 Message-ID: <51598054.7060207@tilera.com> Date: Mon, 01 Apr 2013 12:54:00 -0000 From: Jiong Wang User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 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> <514A6931.3030400@tilera.com> In-Reply-To: <514A6931.3030400@tilera.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-04/txt/msg00007.txt.bz2 on 2013/3/21 9:58, Jiong Wang wrote: > >>> >>> 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? Ping. --- Regards, Jiong Tilera Corporation > > --- > 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 >> >