forked from Imagelibrary/binutils-gdb
Eli Zaretskii's DOSish file name patches.
This commit is contained in:
@@ -72,6 +72,9 @@ DEFUN (gmon_out_read, (filename), const char *filename)
|
||||
if (strcmp (filename, "-") == 0)
|
||||
{
|
||||
ifp = stdin;
|
||||
#ifdef SET_BINARY
|
||||
SET_BINARY (fileno (stdin));
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user