From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9794 invoked by alias); 12 Nov 2008 10:14:23 -0000 Received: (qmail 9767 invoked by uid 22791); 12 Nov 2008 10:14:22 -0000 X-Spam-Check-By: sourceware.org Received: from ulanbator.act-europe.fr (HELO ulanbator.act-europe.fr) (212.99.106.139) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Nov 2008 10:13:47 +0000 Received: by ulanbator.act-europe.fr (Postfix, from userid 501) id 376877B14D6; Wed, 12 Nov 2008 11:13:46 +0100 (CET) Date: Wed, 12 Nov 2008 12:50:00 -0000 From: Tristan Gingold To: gdb-patches@sourceware.org Subject: [RFA] Darwin/x86 port (v2 - part 4/4: misc) Message-ID: <20081112101346.GA18409@ulanbator.act-europe.fr> 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: 2008-11/txt/msg00230.txt.bz2 darwin.defs: #include "config.h" #ifdef HAVE_64_BIT_MACH_EXCEPTIONS #import #else #import #endif config/i386/darwin.mh: # Host: IA86 running Darwin SER_HARDWIRE = ser-base.o ser-unix.o ser-tcp.o NATDEPFILES = fork-child.o machoread.o darwin-nat.o excServer.o \ i386-darwin-nat.o i386-nat.o # Trick so that excServer.c is not the default target! _all: all excServer.c: darwin.defs /usr/bin/mig -I. $< From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17123 invoked by alias); 12 Nov 2008 12:52:28 -0000 Received: (qmail 17074 invoked by uid 22791); 12 Nov 2008 12:52:28 -0000 X-Spam-Check-By: sourceware.org Received: from ulanbator.act-europe.fr (HELO ulanbator.act-europe.fr) (212.99.106.139) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 12 Nov 2008 12:51:51 +0000 Received: by ulanbator.act-europe.fr (Postfix, from userid 501) id 376877B14D6; Wed, 12 Nov 2008 11:13:46 +0100 (CET) Date: Wed, 12 Nov 2008 17:29:00 -0000 From: Tristan Gingold To: gdb-patches@sourceware.org Subject: [RFA] Darwin/x86 port (v2 - part 4/4: misc) Message-ID: <20081112101346.GA18409@ulanbator.act-europe.fr> 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: 2008-11/txt/msg00235.txt.bz2 Message-ID: <20081112172900.bjrtm0zTRoME1VnZcv9eIgvGsudVs9nFWk5gKdgLFN8@z> darwin.defs: #include "config.h" #ifdef HAVE_64_BIT_MACH_EXCEPTIONS #import #else #import #endif config/i386/darwin.mh: # Host: IA86 running Darwin SER_HARDWIRE = ser-base.o ser-unix.o ser-tcp.o NATDEPFILES = fork-child.o machoread.o darwin-nat.o excServer.o \ i386-darwin-nat.o i386-nat.o # Trick so that excServer.c is not the default target! _all: all excServer.c: darwin.defs /usr/bin/mig -I. $<