From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28886 invoked by alias); 8 Jun 2012 06:09:17 -0000 Received: (qmail 28874 invoked by uid 22791); 8 Jun 2012 06:09:15 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Jun 2012 06:09:02 +0000 Received: by yenm7 with SMTP id m7so1163604yen.0 for ; Thu, 07 Jun 2012 23:09:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.184.134 with SMTP id s6mr4976001yhm.122.1339135742005; Thu, 07 Jun 2012 23:09:02 -0700 (PDT) Received: by 10.236.138.132 with HTTP; Thu, 7 Jun 2012 23:09:01 -0700 (PDT) In-Reply-To: References: <4FD0AF8C.2040908@codesourcery.com> Date: Fri, 08 Jun 2012 06:09:00 -0000 Message-ID: Subject: Re: [PATCH] Makefile.in includes linux-record.c to be common for all arch. (arm-reversible>phase-3) From: Matt Rice To: oza Pawandeep Cc: Yao Qi , "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/msg00222.txt.bz2 On Thu, Jun 7, 2012 at 10:20 AM, oza Pawandeep wrote: > ok. sure will add it there as it is not currently linking. > but on the contrary 'record.o' is also under the same section > COMMON_OBS, which is also not required where no record support. > hence it is confusing. I think that because record.o implements gdb commands, we want commands to be available universally e.g. we want an error that support for a command is not available in a build of gdb, rather than 'Undefined command.' where linux-record appears to be plumbing, thus not necessary.