From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12196 invoked by alias); 4 Dec 2008 15:37:33 -0000 Received: (qmail 12183 invoked by uid 22791); 4 Dec 2008 15:37:32 -0000 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; Thu, 04 Dec 2008 15:36:57 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 2C3E5290004; Thu, 4 Dec 2008 16:36:55 +0100 (CET) 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 Dt5BOd5-UFNt; Thu, 4 Dec 2008 16:36:54 +0100 (CET) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 6AA24290048; Thu, 4 Dec 2008 16:36:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id 47790165B7E; Thu, 4 Dec 2008 16:36:54 +0100 (CET) Received: from province.act-europe.fr ([127.0.0.1]) by localhost (province.act-europe.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PvhOxiRAaf39; Thu, 4 Dec 2008 16:36:54 +0100 (CET) Received: from [IPv6:::1] (province.act-europe.fr [10.10.0.214]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by province.act-europe.fr (Postfix) with ESMTPSA id C8C67165B7A; Thu, 4 Dec 2008 16:36:53 +0100 (CET) Cc: gdb-patches@sourceware.org Message-Id: From: Tristan Gingold To: Daniel Jacobowitz In-Reply-To: <20081204131613.GD24868@caradoc.them.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [RFA] Fix Darwin failures on macscp.exp Date: Thu, 04 Dec 2008 15:37:00 -0000 References: <7D408FC4-C9AB-4EAF-A881-A30778266311@adacore.com> <20081204131613.GD24868@caradoc.them.org> 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: 2008-12/txt/msg00068.txt.bz2 On Dec 4, 2008, at 2:16 PM, Daniel Jacobowitz wrote: > On Wed, Dec 03, 2008 at 02:39:16PM +0100, Tristan Gingold wrote: >> Instead of disabling this test on Darwin, I'd prefer to do a two >> steps >> compilation: first create an object >> file and then link. > > This is OK, but only with a comment; otherwise someone will clean it > up again. I added a comment and committed it. Thanks, Tristan.