Mail Archives: djgpp-workers/1996/07/24/09:50:37
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...
- Raw text -