From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2058 invoked by alias); 7 Jan 2002 19:11:23 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 2009 invoked from network); 7 Jan 2002 19:11:22 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 7 Jan 2002 19:11:22 -0000 Received: from redhat.com (reddwarf.cygnus.com [205.180.231.12]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA10968; Mon, 7 Jan 2002 11:11:03 -0800 (PST) Message-ID: <3C39F19F.D21AD6ED@redhat.com> Date: Mon, 07 Jan 2002 11:11:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2smp i686) X-Accept-Language: en MIME-Version: 1.0 To: Pierre Muller CC: gdb-patches@sources.redhat.com Subject: Re: [RFA] get win32-nat target to compile again. References: <4.2.0.58.20020107111032.01623390@ics.u-strasbg.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00105.txt.bz2 Pierre Muller wrote: > > Win32-nat target is broken since december 27., > when Mark moved some macros from tm-i386.h > to i386-tdep.h which isn't included in the win32-nat.c. > > The patch below does fix the compile failure, but > I am unsure if this is the correct approach > (maybe it should rather be included inside another include file ?) We have used the same fix for several other i386 targets already.