From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13941 invoked by alias); 6 Jul 2009 10:05:14 -0000 Received: (qmail 13933 invoked by uid 22791); 6 Jul 2009 10:05:14 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_64 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Jul 2009 10:05:07 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n66A4g9B011198; Mon, 6 Jul 2009 12:04:42 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n66A4gk0001378; Mon, 6 Jul 2009 12:04:42 +0200 (CEST) Date: Mon, 06 Jul 2009 10:05:00 -0000 Message-Id: <200907061004.n66A4gk0001378@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: gingold@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20090706085434.GA83739@Macintosh-2.local> (message from Tristan Gingold on Mon, 6 Jul 2009 10:54:34 +0200) Subject: Re: [RFA Darwin]: Remove unused darwin.defs file References: <20090706085434.GA83739@Macintosh-2.local> 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/msg00132.txt.bz2 > 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.