From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4047 invoked by alias); 27 Feb 2013 03:28:58 -0000 Received: (qmail 4035 invoked by uid 22791); 27 Feb 2013 03:28:57 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=BAYES_00,KHOP_SPAMHAUS_DROP,RP_MATCHES_RCVD,TW_EG,TW_YM 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 03:28:51 +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; Tue, 26 Feb 2013 22:28:49 -0500 Message-ID: <512D7D6A.3080106@tilera.com> Date: Wed, 27 Feb 2013 03:28: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: CC: Pedro Alves , Walter Lee Subject: [RFC/TileGX] enable gdbserver in configure.tgt for tilegx Content-Type: multipart/mixed; boundary="------------090002090003020505060206" 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/msg00675.txt.bz2 --------------090002090003020505060206 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Content-length: 253 this patch enable gdbserver build for tilegx, and replace whitespaces with tab. gdb/ChangeLog: * configure.tgt: Enable gdbserver for tilegx. Replace whitespaces with tab. please review, thanks. --- Regards, Jiong Tilera Corporation --------------090002090003020505060206 Content-Type: text/x-patch; name="gdbserver.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="gdbserver.patch" Content-length: 516 diff --git a/gdb/configure.tgt b/gdb/configure.tgt index feb2059..eac949a 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -596,10 +596,11 @@ tic6x-*-*) ;; tilegx-*-linux*) - # Target: TILE-Gx - gdb_target_obs="tilegx-tdep.o tilegx-linux-tdep.o solib-svr4.o \ + # Target: TILE-Gx + gdb_target_obs="tilegx-tdep.o tilegx-linux-tdep.o solib-svr4.o \ symfile-mem.o glibc-tdep.o linux-tdep.o" - ;; + build_gdbserver=yes + ;; xstormy16-*-*) # Target: Sanyo Xstormy16a processor --------------090002090003020505060206--