From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4158 invoked by alias); 7 Jun 2012 03:51:46 -0000 Received: (qmail 4148 invoked by uid 22791); 7 Jun 2012 03:51:46 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-we0-f169.google.com (HELO mail-we0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 07 Jun 2012 03:51:33 +0000 Received: by wefh52 with SMTP id h52so108415wef.0 for ; Wed, 06 Jun 2012 20:51:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.196.91 with SMTP id q69mr509150wen.185.1339041092367; Wed, 06 Jun 2012 20:51:32 -0700 (PDT) Received: by 10.216.235.140 with HTTP; Wed, 6 Jun 2012 20:51:32 -0700 (PDT) Date: Thu, 07 Jun 2012 03:51:00 -0000 Message-ID: Subject: [PATCH] Makefile.in includes linux-record.c to be common for all arch. (arm-reversible>phase-3) From: oza Pawandeep To: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 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/msg00212.txt.bz2 Hi, linux-record.o is added under COMMON_OBS, now -linux-tdep.c compiles. ok to commit ? diff -urN ./old/Makefile.in ./new/Makefile.in --- ./old/Makefile.in 2012-06-07 09:13:32.000000000 +0530 +++ ./new/Makefile.in 2012-06-07 09:17:05.000000000 +0530 @@ -914,7 +914,7 @@ prologue-value.o memory-map.o memrange.o \ xml-support.o xml-syscall.o xml-utils.o \ target-descriptions.o target-memory.o xml-tdesc.o xml-builtin.o \ - inferior.o osdata.o gdb_usleep.o record.o gcore.o \ + inferior.o osdata.o gdb_usleep.o linux-record.o record.o gcore.o \ jit.o progspace.o skip.o probe.o \ common-utils.o buffer.o ptid.o gdb-dlfcn.o common-agent.o Regards, Oza.