mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
2005-11-17 Andrew Haley <aph@redhat.com>
* cxxfilt.c (main): Flush ouput at newline.
This commit is contained in:
parent
ed1f044ac6
commit
02aec879c3
@ -1,3 +1,7 @@
|
||||
2005-11-17 Andrew Haley <aph@redhat.com>
|
||||
|
||||
* cxxfilt.c (main): Flush ouput at newline.
|
||||
|
||||
2005-11-16 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* doc/binutils.texi: Include config.texi and @file documentation
|
||||
|
@ -278,6 +278,8 @@ main (int argc, char **argv)
|
||||
/* Echo the whitespace characters so that the output looks
|
||||
like the input, only with the mangled names demangled. */
|
||||
putchar (c);
|
||||
if (c == '\n')
|
||||
fflush (stdout);
|
||||
}
|
||||
|
||||
fflush (stdout);
|
||||
|
Loading…
Reference in New Issue
Block a user