[patch] Build arm-elf-gdb on mingw host

Eli Zaretskii eliz@gnu.org
Mon Sep 26 19:16:00 GMT 2005


> Date: Mon, 26 Sep 2005 10:14:36 -0400
> From: Daniel Jacobowitz <drow@false.org>
> 
> What about opening all input files in text mode and all output files
> in binary mode, on all platforms, if we need to do this?

There's no easy way of doing that, AFAIK, except if we add "rt" and
"wb" to every call to `fopen' (or the respective O_BINARY and O_TEXT
to every call to `open').  Is that what you were suggesting?



More information about the Gdb-patches mailing list