public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: dlltool emits extraneous CRs when using def file with CRLF endings
       [not found]   ` <20050516010953.GB25621@trixie.casa.cgf.cx>
@ 2005-05-16  2:57     ` Yitzchak Scott-Thoennes
  2005-05-17 16:25       ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Yitzchak Scott-Thoennes @ 2005-05-16  2:57 UTC (permalink / raw)
  To: binutils

On Sun, May 15, 2005 at 09:09:53PM -0400, Christopher Faylor wrote:
> 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?

Certainly.

2005-05-15  Yitzchak Scott-Thoennes  <sthoenna@efn.org>

        * deflex.l: Ignore CRs

--- 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 '.';}

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: dlltool emits extraneous CRs when using def file with CRLF endings
  2005-05-16  2:57     ` dlltool emits extraneous CRs when using def file with CRLF endings Yitzchak Scott-Thoennes
@ 2005-05-17 16:25       ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2005-05-17 16:25 UTC (permalink / raw)
  To: Yitzchak Scott-Thoennes; +Cc: binutils

Hi Yitzchak,

> 2005-05-15  Yitzchak Scott-Thoennes  <sthoenna@efn.org>
> 
>         * deflex.l: Ignore CRs

Thank you very much for sending us this patch.  I have now applied it to 
the mainline sources.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-17 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20050513015255.GA3832@efn.org>
     [not found] ` <20050515190924.GA2964@efn.org>
     [not found]   ` <20050516010953.GB25621@trixie.casa.cgf.cx>
2005-05-16  2:57     ` dlltool emits extraneous CRs when using def file with CRLF endings Yitzchak Scott-Thoennes
2005-05-17 16:25       ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).