This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ^m's in testsuite/gdb.disasm


> 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...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]