Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
From: "Chet Simpson" <digitalasp@yahoo.com>
To: "'Neil Booth'" <neil@daikokuya.demon.co.uk>,
   "'Mack Lobell'" <macklobell@hotmail.com>
Cc: <gcc@gcc.gnu.org>, <cygwin@cygwin.com>
Subject: RE: Problems building cross compiler on NT
Date: Mon, 28 Jan 2002 17:28:39 -0700
Message-ID: <000a01c1a85b$e6ca6a40$0200000a@hungone>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2627
In-reply-to: <20020128230122.GA28425@daikokuya.demon.co.uk>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Importance: Normal


> Mack Lobell wrote:-
> 
> Huh?  As far as I'm aware, that's not a diagnostic that 
> 3.0.3's preprocessor gives.  After all, a carriage return in 
> a preprocessing directive is quite normal; it ends it!
> 
> Is the bootstrap compiler 2.x?  If so, you might want to try 
> 3.0.3 itself.
> 
> Neil.

Actually the problem stems from the fact that insn-flags.h is generated
with symbolics:

#define SOME_SYMBOLIC
\
Symbolic_definition_here();


Where 2.95.3 generated them as:

#define SOME_SYMBOLIC \
Symbolic_definition_here();




...Chet...


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

