From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21686 invoked by alias); 27 Feb 2013 14:17:13 -0000 Received: (qmail 21678 invoked by uid 22791); 27 Feb 2013 14:17:12 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=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; Wed, 27 Feb 2013 14:17:08 +0000 Received: from [192.168.0.102] (218.11.179.49) by USMAExch2.tad.internal.tilera.com (10.3.0.33) with Microsoft SMTP Server (TLS) id 14.0.722.0; Wed, 27 Feb 2013 09:17:07 -0500 Message-ID: <512E155D.2010902@tilera.com> Date: Wed, 27 Feb 2013 14:17:00 -0000 From: Jiong Wang User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: Pedro Alves CC: , Walter Lee Subject: Re: [RFC/TileGX] enable gdbserver in configure.tgt for tilegx References: <512D7D6A.3080106@tilera.com> <512E14F5.8000906@redhat.com> In-Reply-To: <512E14F5.8000906@redhat.com> Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit 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-02/txt/msg00683.txt.bz2 On 2013/2/27 22:15, Pedro Alves wrote: > On 02/27/2013 03:28 AM, Jiong Wang wrote: >> this patch enable gdbserver build for tilegx, and replace whitespaces >> with tab. > We prefer whitespace/formatting fixes to be separate from real changes (unless > the patch actually touches all the lines anyway). > > Please commit first a patch that fixes the whitespace, and then as another > patch the gdbserver bit. I see. thanks for point out. Regards, Jiong > >> gdb/ChangeLog: >> * configure.tgt: Enable gdbserver for tilegx. >> Replace whitespaces with tab. >> >> please review, thanks. >> >> --- >> Regards, >> Jiong >> Tilera Corporation >> >> >