From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14874 invoked by alias); 3 Jul 2009 12:28:37 -0000 Received: (qmail 14863 invoked by uid 22791); 3 Jul 2009 12:28:37 -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, 03 Jul 2009 12:28:29 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 49CF6290058; Fri, 3 Jul 2009 14:28:27 +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 565948fj12U6; Fri, 3 Jul 2009 14:28:26 +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 9064C290053; Fri, 3 Jul 2009 14:28:26 +0200 (CEST) Cc: gdb@sourceware.org Message-Id: <7367BC14-E3DD-4F49-A45B-B3D8120C8F49@adacore.com> From: Tristan Gingold To: Hui Zhu In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: An compile error with x86_darwin_init_abi_64 Date: Fri, 03 Jul 2009 12:28:00 -0000 References: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00014.txt.bz2 On Jul 2, 2009, at 7:50 AM, Hui Zhu wrote: > Hi, > > I "../src/configure --enable-targets=all --enable-64-bits-bfd" in a > x86 ubuntu. > I got some error: [...] The last patch for darwin (just committed) fixes this issue :-) Tristan.