From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20334 invoked by alias); 13 Nov 2008 12:52:30 -0000 Received: (qmail 20318 invoked by uid 22791); 13 Nov 2008 12:52:30 -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.31) with ESMTP; Thu, 13 Nov 2008 12:51:56 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 8C1DA290048; Thu, 13 Nov 2008 13:51:53 +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 BXK+rHbVzXOv; Thu, 13 Nov 2008 13:51:53 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.0.139]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 018D7290045 for ; Thu, 13 Nov 2008 13:51:53 +0100 (CET) Message-Id: From: Tristan Gingold To: gdb-patches@sourceware.org In-Reply-To: <3A152A70-4355-440D-839F-A4EAC36C530B@adacore.com> 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] Darwin/x86 port (v2 - part 0) Date: Thu, 13 Nov 2008 15:11:00 -0000 References: <3A152A70-4355-440D-839F-A4EAC36C530B@adacore.com> X-Mailer: Apple Mail (2.929.2) 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/msg00270.txt.bz2 Hi, is there any remaining work to do before getting the approval ? Tristan. On Nov 12, 2008, at 11:02 AM, Tristan Gingold wrote: > Hi, > > I think I made all the changes requested - and wasn't a large bit of > work (mainly because darwin and > macosx have the same number of letters :-) > > Please, review again! > > Tristan. > > 2008-11-10 Tristan Gingold > > * configure.host: Add Darwin host. > * configure.tgt: Add Darwin target. > * defs.h (enum gdb_osabi): Add GDB_OSABI_DARWIN. > * osabi.c (gdb_osabi_names): Add name for Darwin abi. > * i386-darwin-nat.c: New file. > * i386-darwin-tdep.c: New file. > * i386-darwin-tdep.h: New file. > * machoread.c: New file. > * darwin-nat-info.c: New file. > * darwin-nat.c: New file. > * darwin-nat.h: New file. > * darwin.defs: New file. > * config/i386/darwin.mh: New file.