From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21747 invoked by alias); 13 Feb 2008 23:48:51 -0000 Received: (qmail 21736 invoked by uid 22791); 13 Feb 2008 23:48:50 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Feb 2008 23:48:33 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1JPRL1-0003Rc-8D; Wed, 13 Feb 2008 23:48:27 +0000 Message-ID: <47B381CA.7E60221B@dessent.net> Date: Wed, 13 Feb 2008 23:48:00 -0000 From: Brian Dessent Reply-To: gdb-patches@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Joel Brobecker CC: Dave Murphy , gdb-patches@sourceware.org Subject: Re: [PATCH] build powerpc sim for mingw host References: <47ACE034.6020802@devkitpro.org> <20080213233916.GA3713@adacore.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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-02/txt/msg00218.txt.bz2 Joel Brobecker wrote: > In the GDB sources, we exclusively use the __CYGWIN__ macro, whereas > in the simulator sources, we use __CYGWIN32__. The name of the latter AFAIK, __CYGWIN32__ is deprecated and should not be used; all instances of it should be changed to simply __CYGWIN__. Brian