From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9833 invoked by alias); 23 Oct 2009 13:37:50 -0000 Received: (qmail 9824 invoked by uid 22791); 23 Oct 2009 13:37:50 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Oct 2009 13:37:43 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 93C13290020; Fri, 23 Oct 2009 15:37:41 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fEqnppYBfu81; Fri, 23 Oct 2009 15:37:40 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id D3975290055; Fri, 23 Oct 2009 15:37:40 +0200 (CEST) Subject: Re: More record.c build failures Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Tristan Gingold In-Reply-To: <000301ca53c5$a332ab30$e9980190$@u-strasbg.fr> Date: Fri, 23 Oct 2009 13:37:00 -0000 Cc: Pierre Muller Content-Transfer-Encoding: 7bit Message-Id: References: <000301ca53c5$a332ab30$e9980190$@u-strasbg.fr> To: gdb-patches ml 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-10/txt/msg00571.txt.bz2 On Oct 23, 2009, at 11:46 AM, Pierre Muller wrote: > record.c is bound to give problems > on all targets that do not compile gcore.c > source. > > gcore.o is a optional object that > is only added to the list of compiled > object in the config directory. > > Thus it is not possible to > use this without some configure test... For the record (:-), record.c doesn't compile on Darwin because doesn't exists (nor bswap_xx). For these, maybe you could use bfd_getb64, bfd_getb32 and bfd_getb16 ? Tristan.