Date: Wed, 24 Jul 1996 16:44:37 +0200 (IST) From: Eli Zaretskii To: DJ Delorie Cc: djgpp-workers AT delorie DOT com Subject: Re: carriage returns In-Reply-To: <199607241258.IAA18205@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 24 Jul 1996, DJ Delorie wrote: > These are the asm files that gcc is *generating*. Same for the > dependency (.d) files. We're talking printf here. Is it gcc or one of the program it invokes (cc1 etc.)? If it's gcc's children, then maybe one of them (cpp?) reads the sources via redirected stdin, and then my previous idea might be valid. If not, somebody must be adding CRs twice. Grep for O_BINARY, O_TEXT, "rb", _fmode and '\r'. Or maybe it's just a bug in the new stdio...