From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23070 invoked by alias); 10 Apr 2006 16:51:30 -0000 Received: (qmail 23058 invoked by uid 22791); 10 Apr 2006 16:51:28 -0000 X-Spam-Check-By: sourceware.org Received: from fios.cgf.cx (HELO cgf.cx) (71.248.179.247) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Apr 2006 16:51:26 +0000 Received: by cgf.cx (Postfix, from userid 201) id 1C8D113C003; Mon, 10 Apr 2006 12:51:25 -0400 (EDT) Date: Mon, 10 Apr 2006 16:51:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: [patch] Build arm-elf-gdb on mingw host Message-ID: <20060410165125.GA17747@trixie.casa.cgf.cx> Mail-Followup-To: gdb-patches@sources.redhat.com References: <4337317B.3050300@ntlworld.com> <20050926035937.GA24565@nevyn.them.org> <43377D19.7050505@ntlworld.com> <20050926132325.GA1219@nevyn.them.org> <20050926140841.GB17370@trixie.casa.cgf.cx> <20050926141436.GA2527@nevyn.them.org> <20050926142611.GA17967@trixie.casa.cgf.cx> <20060408202135.GA18478@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060408202135.GA18478@nevyn.them.org> User-Agent: Mutt/1.5.11 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00119.txt.bz2 On Sat, Apr 08, 2006 at 04:21:35PM -0400, Daniel Jacobowitz wrote: >On Mon, Sep 26, 2005 at 10:26:11AM -0400, Christopher Faylor wrote: >> On Mon, Sep 26, 2005 at 10:14:36AM -0400, Daniel Jacobowitz wrote: >> >On Mon, Sep 26, 2005 at 10:08:41AM -0400, Christopher Faylor wrote: >> >>I think I get it. This patch just modifies chew so that it always >> >>outputs '\n'. Then you see '\n' on input no matter what. >> > >> >Ah, so the problem is that makeinfo fails to handle the '\r\n'? >> >Funny... I'd have expected an msys version of texinfo to expect \r\n. >> >> Ditto. I just checked and I didn't do this in earlier cygwin versions >> but I did rectify at this at some point this year so that texinfo now >> should be line-ending agnostic on cygwin. > >Hi Chris, > >Are you sure? That was six months ago. If I had to guess, I'd guess that I wasn't talking about a cygwin update since the cygwin \r\n handling hasn't changed in years, AFAIK. I was probably talking about a texinfo. Texinfo links with the cygwin automode.o file, which means that it should, by default, accept \r\n input and spit out \n. cgf