From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27379 invoked by alias); 31 Oct 2007 20:36:40 -0000 Received: (qmail 27370 invoked by uid 22791); 31 Oct 2007 20:36:39 -0000 X-Spam-Check-By: sourceware.org Received: from mail.lancom.de (HELO mail.lancom.de) (213.217.69.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 31 Oct 2007 20:36:37 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.lancom.de (Postfix) with ESMTP id ADAC0498010; Wed, 31 Oct 2007 21:36:33 +0100 (CET) Received: from localhost by localhost (AvMailGate-2.1.2-14) id 12380-beB1nS; Wed, 31 Oct 2007 21:36:33 +0100 (CET) Received: from mail.lancom.de ([127.0.0.1]) by localhost (mail.lancom.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R3B2gS+N7CGk; Wed, 31 Oct 2007 21:36:30 +0100 (CET) Received: from lcs-mail.lancom.de (lcs-mail.lancom.de [10.1.80.23]) by mail.lancom.de (Postfix) with ESMTP id 45B79498010; Wed, 31 Oct 2007 21:36:30 +0100 (CET) In-Reply-To: <20071031202211.GA28571@caradoc.them.org> To: Daniel Jacobowitz Cc: Doug Evans , Eli Zaretskii , gdb@sourceware.org Subject: Re: ^m's in testsuite/gdb.disasm MIME-Version: 1.0 Message-ID: From: frank.theinen@lancom.de Date: Wed, 31 Oct 2007 20:36:00 -0000 Content-Type: text/plain; charset="US-ASCII" X-AntiVirus: checked by AntiVir MailGate (version: 2.1.2-14; AVE: 7.6.0.30; VDF: 7.0.0.160; host: morannon.lancom.de) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00307.txt.bz2 > On Wed, Oct 31, 2007 at 10:18:51PM +0200, Eli Zaretskii wrote: > > As for other files, IMO they should only have CR-LF if the development > > tools or programs that use them require that. I don't think *.s > > assembly source files qualify; chances are they were simply committed > > from a Windows machine... > > I agree; I suspect it's just an accident. FWIW: By coincidence we had a similar event in our company CVS repository: Whereas checking out and committing from a Windows machine presented no problems since CVS does automatic end of line conversion on ASCII files (-kkv), using the editor Kate under Linux configured to use CR-LF style endings managed to trick CVS, so that the files in the repository got the CR-LF line endings. Regards, Frank