public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
To: binutils@sourceware.org
Subject: Re: dlltool emits extraneous CRs when using def file with CRLF endings
Date: Mon, 16 May 2005 02:57:00 -0000	[thread overview]
Message-ID: <20050516015427.GC3060@efn.org> (raw)
In-Reply-To: <20050516010953.GB25621@trixie.casa.cgf.cx>

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

       reply	other threads:[~2005-05-16  1:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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     ` Yitzchak Scott-Thoennes [this message]
2005-05-17 16:25       ` Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050516015427.GC3060@efn.org \
    --to=sthoenna@efn.org \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).