From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14274 invoked by alias); 9 Jun 2011 19:13:22 -0000 Received: (qmail 14124 invoked by uid 22791); 9 Jun 2011 19:13:21 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jun 2011 19:13:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4B6312BB57B; Thu, 9 Jun 2011 15:13:01 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id h8TaQnmjKmwn; Thu, 9 Jun 2011 15:13:01 -0400 (EDT) Received: from [192.168.1.104] (dpc6682073249.direcpc.com [66.82.73.249]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPSA id 646D32BB579; Thu, 9 Jun 2011 15:12:57 -0400 (EDT) Message-ID: <4DF11B2B.8010603@gnat.com> Date: Thu, 09 Jun 2011 19:32:00 -0000 From: Douglas B Rupp User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: "Joseph S. Myers" , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Un-obsolete Interix References: <4DF10102.50503@gnat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-06/txt/msg00762.txt.bz2 Unneeded and removed. Also found some trailing spaces in i386-interix.h, now removed. On 6/9/2011 12:02 PM, Joseph S. Myers wrote: > Why are you adding an include of to i386-interix.h? This header > (and most common system headers) should generally be included via system.h > on the host, or tsystem.h on the target, not directly. >