[Bug target/36603] Use \r\n for generated *.s files on Windows

2023-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36603 Andrew Pinski changed: What|Removed |Added Host||*-mingw* *-cygwin*

[Bug target/36603] Use \r\n for generated *.s files on Windows

2008-06-22 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-06-22 21:48 --- (he can't display *.s files properly on Windows without converting them first) What text editor is he using? I know NotePad does not support UNIX style line endings but WordPad supports it which is what I use

[Bug target/36603] Use \r\n for generated *.s files on Windows

2008-06-22 Thread dannysmith at users dot sourceforge dot net
--- Comment #2 from dannysmith at users dot sourceforge dot net 2008-06-23 02:54 --- Using \r\n will cause problems with pch files. This is why I made this change 2004-06-05 Danny Smith [EMAIL PROTECTED] * toplev.c (init_asm_output): Add explicit 'b' to mode when