compile: gdb_stdout -> gdb_stdlog
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 19 May 2015 12:27:06 +0000 (14:27 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 19 May 2015 12:27:06 +0000 (14:27 +0200)
commita40635885c50f14782d80251a8966bf4dd271f76
treee0c31f8427dd73679cc5dffa2f00d4de77e71436
parent84204ed7c0ccaa790dff8e124e710277d9a8abc9
compile: gdb_stdout -> gdb_stdlog

Please send debug output to gdb_stdlog.

OK but gdb/compile/ is using now only gdb_stdout; the error above is due to
a copy-paste.  So I will send a follow-up patch to change all the other
gdb/compile/ gdb_stdout strings to gdb_stdlog.

gdb/ChangeLog
2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>

* compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
(gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
* compile/compile-object-load.c (setup_sections, compile_object_load):
Likewise.
* compile/compile.c (compile_to_object): Likewise.
gdb/ChangeLog
gdb/compile/compile-c-symbols.c
gdb/compile/compile-object-load.c
gdb/compile/compile.c
This page took 0.025722 seconds and 4 git commands to generate.