From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27883 invoked by alias); 2 Apr 2013 03:15:39 -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 27849 invoked by uid 89); 2 Apr 2013 03:15:31 -0000 X-Spam-SWARE-Status: No, score=-3.6 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; Tue, 02 Apr 2013 03:15:28 +0000 Received: from localhost.localdomain (124.207.145.166) by USMAExch2.tad.internal.tilera.com (10.3.0.33) with Microsoft SMTP Server (TLS) id 14.0.722.0; Mon, 1 Apr 2013 23:15:26 -0400 Message-ID: <515A4D4A.8080501@tilera.com> Date: Tue, 02 Apr 2013 13:39:00 -0000 From: Jiong Wang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Eli Zaretskii CC: , Subject: [COMMITTED][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> <51598054.7060207@tilera.com> <83fvza2xct.fsf@gnu.org> In-Reply-To: <83fvza2xct.fsf@gnu.org> Content-Type: multipart/mixed; boundary="------------040201040704090904080501" X-Virus-Found: No X-SW-Source: 2013-04/txt/msg00030.txt.bz2 --------------040201040704090904080501 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Content-length: 779 On 04/01/2013 09:29 PM, Eli Zaretskii wrote: >> Date: Mon, 1 Apr 2013 20:40:52 +0800 >> From: Jiong Wang >> CC: , Eli Zaretskii >> >> 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. > Sorry. yes, approved. commited the following on both mainline and 7.6 branch. thanks. --- gdb/ChangeLog: * NEWS: Mention TILE-Gx in "New native configurations" and "New targets" sections. -- Regards, Jiong Tilera Corporation. --------------040201040704090904080501 Content-Type: text/x-patch; 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 --------------040201040704090904080501--