From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11645 invoked by alias); 18 Jun 2012 09:24:39 -0000 Received: (qmail 11635 invoked by uid 22791); 18 Jun 2012 09:24:38 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,TW_YM X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Jun 2012 09:24:25 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SgYC8-0004tV-AT from Yao_Qi@mentor.com ; Mon, 18 Jun 2012 02:24:24 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 18 Jun 2012 02:24:24 -0700 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Mon, 18 Jun 2012 02:24:23 -0700 Message-ID: <4FDEF3C3.6090100@codesourcery.com> Date: Mon, 18 Jun 2012 09:24:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120601 Thunderbird/13.0 MIME-Version: 1.0 To: oza Pawandeep CC: "gdb-patches@sourceware.org" Subject: Re: [PATCH] Makefile.in includes linux-record.c to be common for all arch. (arm-reversible>phase-3) References: <4FD0AF8C.2040908@codesourcery.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes 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: 2012-06/txt/msg00574.txt.bz2 On 06/18/2012 05:08 PM, oza Pawandeep wrote: > diff -urN orig/configure.tgt new/configure.tgt > --- orig/configure.tgt 2012-06-18 12:36:47.274501400 +0530 > +++ new/configure.tgt 2012-06-18 12:31:47.335501400 +0530 > @@ -76,7 +76,7 @@ > arm*-*-linux*) > # Target: ARM based machine running GNU/Linux > gdb_target_obs="arm-tdep.o arm-linux-tdep.o glibc-tdep.o \ > - solib-svr4.o symfile-mem.o linux-tdep.o" > + solib-svr4.o symfile-mem.o linux-tdep.o linux-record.o" > build_gdbserver=yes > ;; > arm*-*-netbsd* | arm*-*-knetbsd*-gnu) > > ok to check in ? It is not good to post the same change twice in different mails. This change makes no sense until your 'arm-syscall record' patch is approved. I noticed that this change has been included in your 'arm-syscall record' patch, so I think patch here doesn't have to reviewed. -- Yao (齐尧)