From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22081 invoked by alias); 6 Jul 2009 09:45:10 -0000 Received: (qmail 21975 invoked by uid 22791); 6 Jul 2009 09:45:09 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM,HK_OBFDOMREQ,J_CHICKENPOX_62,J_CHICKENPOX_64 X-Spam-Check-By: sourceware.org Received: from smtp2-g21.free.fr (HELO smtp2-g21.free.fr) (212.27.42.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Jul 2009 09:45:00 +0000 Received: from smtp2-g21.free.fr (localhost [127.0.0.1]) by smtp2-g21.free.fr (Postfix) with ESMTP id F13CC4B018B for ; Mon, 6 Jul 2009 11:44:51 +0200 (CEST) Received: from Macintosh-2.local (boi78-1-82-232-198-173.fbx.proxad.net [82.232.198.173]) by smtp2-g21.free.fr (Postfix) with ESMTP id 10C864B009D for ; Mon, 6 Jul 2009 11:44:49 +0200 (CEST) Received: by Macintosh-2.local (Postfix, from userid 501) id 3558AC17B60; Mon, 6 Jul 2009 10:54:34 +0200 (CEST) Date: Mon, 06 Jul 2009 09:45:00 -0000 From: Tristan Gingold To: gdb-patches@sourceware.org Subject: [RFA Darwin]: Remove unused darwin.defs file Message-ID: <20090706085434.GA83739@Macintosh-2.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i 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/msg00129.txt.bz2 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. Index: config/i386/darwin.mh =================================================================== RCS file: /cvs/src/src/gdb/config/i386/darwin.mh,v retrieving revision 1.1 diff -u -p -r1.1 darwin.mh --- config/i386/darwin.mh 27 Nov 2008 09:23:01 -0000 1.1 +++ config/i386/darwin.mh 6 Jul 2009 08:54:20 -0000 @@ -1,10 +1,4 @@ # Host: IA86 running Darwin -NATDEPFILES = fork-child.o machoread.o darwin-nat.o excServer.o \ +NATDEPFILES = fork-child.o machoread.o darwin-nat.o \ i386-darwin-nat.o i386-nat.o amd64-nat.o darwin-nat-info.o - -# Trick so that excServer.c is not the default target! -_all: all - -excServer.c: darwin.defs - /usr/bin/mig -I. $<