diff options
Diffstat (limited to 'gdb/compile/compile.c')
-rw-r--r-- | gdb/compile/compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile.c b/gdb/compile/compile.c index 5ab4e48..42df80e 100644 --- a/gdb/compile/compile.c +++ b/gdb/compile/compile.c @@ -647,7 +647,7 @@ get_args (const compile_instance *compiler, struct gdbarch *gdbarch) static void print_callback (void *ignore, const char *message) { - fputs_filtered (message, gdb_stderr); + gdb_puts (message, gdb_stderr); } /* Process the compilation request. On success it returns the object |