| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Sun, 15 May 2005 21:09:53 -0400 |
| From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: dlltool emits extraneous CRs when using def file with CRLF endings |
| Message-ID: | <20050516010953.GB25621@trixie.casa.cgf.cx> |
| Reply-To: | cygwin AT cygwin DOT com |
| References: | <20050513015255 DOT GA3832 AT efn DOT org> <20050515190924 DOT GA2964 AT efn DOT org> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <20050515190924.GA2964@efn.org> |
| User-Agent: | Mutt/1.5.8i |
On Sun, May 15, 2005 at 12:10:36PM -0700, Yitzchak Scott-Thoennes wrote:
>This patch fixes it for me:
>--- binutils-20041229-1/binutils/deflex.l.orig 2005-05-15 12:03:31.295483200 -0700
>+++ binutils-20041229-1/binutils/deflex.l 2005-05-15 12:03:38.105275000 -0700
>@@ -81,6 +81,7 @@
> ";".* { }
> " " { }
> "\t" { }
>+"\r" { }
> "\n" { linenumber ++ ;}
> "=" { return '=';}
> "." { return '.';}
Could you forward this patch (with ChangeLog) to binutils AT sourceware PERIOD org?
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |