From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6525 invoked by alias); 26 Sep 2005 19:18:07 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6505 invoked by uid 22791); 26 Sep 2005 19:17:59 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 26 Sep 2005 19:17:59 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-206-248.inter.net.il [83.130.206.248]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CNA04871 (AUTH halo1); Mon, 26 Sep 2005 22:17:53 +0300 (IDT) Date: Mon, 26 Sep 2005 19:18:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sources.redhat.com In-reply-to: <20050926143047.GA2921@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 26 Sep 2005 10:30:47 -0400) Subject: Re: [patch] Build arm-elf-gdb on mingw host Reply-to: Eli Zaretskii 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> <20050926143047.GA2921@nevyn.them.org> X-SW-Source: 2005-09/txt/msg00233.txt.bz2 > Date: Mon, 26 Sep 2005 10:30:47 -0400 > From: Daniel Jacobowitz > > On Mon, Sep 26, 2005 at 10:26:11AM -0400, Christopher Faylor wrote: > > I think you're right. This sounds like a problem in msys's texinfo > > although just linking with binmode.o shouldn't really hurt anything even > > if texinfo was fixed. > > Wouldn't it break if the source files (bfd/*, inputs to chew) had DOS > line endings? It most certainly would. So 100% binary I/O is a problem waiting to bite us, as soon as someone edits bfd/* sources with a Windows editor that doesn't preserve EOL format.