From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18856 invoked by alias); 7 Jul 2009 07:48:04 -0000 Received: (qmail 18829 invoked by uid 22791); 7 Jul 2009 07:48:03 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_64 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; Tue, 07 Jul 2009 07:47:53 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 0806E290030; Tue, 7 Jul 2009 09:47:51 +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 e2MpZo-psgJw; Tue, 7 Jul 2009 09:47:50 +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 1AC8629002C; Tue, 7 Jul 2009 09:47:50 +0200 (CEST) Cc: gdb-patches@sourceware.org Message-Id: <05618139-E255-47CC-8F99-2856AED10B10@adacore.com> From: Tristan Gingold To: Mark Kettenis In-Reply-To: <200907061004.n66A4gk0001378@brahms.sibelius.xs4all.nl> 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: [RFA Darwin]: Remove unused darwin.defs file Date: Tue, 07 Jul 2009 07:48:00 -0000 References: <20090706085434.GA83739@Macintosh-2.local> <200907061004.n66A4gk0001378@brahms.sibelius.xs4all.nl> 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-07/txt/msg00175.txt.bz2 On Jul 6, 2009, at 12:04 PM, Mark Kettenis wrote: >> Date: Mon, 6 Jul 2009 10:54:34 +0200 >> From: Tristan Gingold >> >> Hi, >> >> darwin.defs file is not used anymore as now darwin-nat.c manually >> decodes >> mach messages. This patch remove this file and the associated >> targets. >> >> Tristan. >> >> 2009-07-06 Tristan Gingold >> >> * config/i386/darwin.mh (NATDEPFILES): Remove excServer.o. >> Remove excServer.c target. Remove _all target. >> * darwin.defs: Removed. > > Sure. Thanks, committed.