Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs
Date: Tue, 28 Mar 2000 18:53:15 -0600 (CST)
From: Mumit Khan <khan@NanoTech.Wisc.EDU>
To: bi_guo <bi_guo@yahoo.com>
cc: "cygwin@sourceware.cygnus.com" <cygwin@sourceware.cygnus.com>
Subject: Re: i386-rtemself-gasp cann't correctly handle comment line?
In-Reply-To: <200003280948.DAA25648@thor.xraylith.wisc.edu>
Message-ID: <Pine.HPP.3.96.1000328184827.22286B-100000@hp2.xraylith.wisc.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Tue, 28 Mar 2000, bi_guo wrote:

> Hi,folks!I've completely built a corss gcc compiler on windows NT with cygwin20.1.But I compile ASM file with i386-rtemself-as.An error always occur.The reason is that i386-rtemself-gasp cann't correctly handle comment line.My ASM file is shown as follo
ws:

It's not an Cygwin issue, but either a gcc or binutils one. Please follow 
up to the appropriate binutils list. 

My gut feeling is that the ASM_COMMENT macro is incorrectly defined for
rtemself target, and if so, it's definitely a GCC issue.

Add the following to gcc/config/i386/rtemself.h and rebuild everything:

  #undef ASM_COMMENT_START
  #define ASM_COMMENT_START "#"

If it doesn't help, gcc-bugs is the place to go.

Regards,
Mumit



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

