From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13119 invoked by alias); 31 Oct 2007 20:19:19 -0000 Received: (qmail 13109 invoked by uid 22791); 31 Oct 2007 20:19:19 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 31 Oct 2007 20:19:16 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-212-193.inter.net.il [84.229.212.193]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JGU33133 (AUTH halo1); Wed, 31 Oct 2007 22:18:39 +0200 (IST) Date: Wed, 31 Oct 2007 20:19:00 -0000 Message-Id: From: Eli Zaretskii To: dje@google.com (Doug Evans) CC: gdb@sourceware.org In-reply-to: <20071031192147.1BE9C1C7E90@localhost> (dje@google.com) Subject: Re: ^m's in testsuite/gdb.disasm Reply-to: Eli Zaretskii References: <20071031192147.1BE9C1C7E90@localhost> 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/msg00305.txt.bz2 > Date: Wed, 31 Oct 2007 12:21:47 -0700 (PDT) > From: dje@google.com (Doug Evans) > > I can understand ^m's in djunpack.bat, but I'm curious if there's any global > rule regarding ^m's appearing elsewhere. Any *.bat or *.cmd files should have DOS-style CR-LF line endings. 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...