From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21168 invoked by alias); 22 Jan 2009 22:36:04 -0000 Received: (qmail 21160 invoked by uid 22791); 22 Jan 2009 22:36:03 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_93,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Jan 2009 22:35:55 +0000 Received: (qmail 24868 invoked from network); 22 Jan 2009 22:35:53 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 22 Jan 2009 22:35:53 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] Submit process record and replay third time, 3/9 Date: Thu, 22 Jan 2009 22:36:00 -0000 User-Agent: KMail/1.9.10 Cc: teawater References: <200901222234.25828.pedro@codesourcery.com> In-Reply-To: <200901222234.25828.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200901222236.54667.pedro@codesourcery.com> 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: 2009-01/txt/msg00458.txt.bz2 On Thursday 22 January 2009 22:34:25, Pedro Alves write: > Here's what I propose you try as first step: remove all references to rec= ord.o > from Makefile.in and configure.tgt. =A0Try building. =A0You'll get link e= rrors. =A0Now, > come up with interfaces between the core and record.c that would preserve= all > functionality if record.o isn't included in the link; but that will still= link > a gdb executable, if record.o isn't linked in. Sigh, I said "isn't" when I mean "is". Let me try again, Here's what I propose you try as first step: remove all references to recor= d.o from Makefile.in and configure.tgt. Try building. You'll get link errors.= Now, come up with interfaces between the core and record.c that would preserve a= ll functionality if record.o *is* included in the link; but that will still li= nk a gdb executable, if record.o *isn't* linked in. --=20 Pedro Alves