diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-05-19 14:27:06 +0200 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-05-19 14:27:06 +0200 |
commit | a40635885c50f14782d80251a8966bf4dd271f76 (patch) | |
tree | e0c31f8427dd73679cc5dffa2f00d4de77e71436 /gdb/ChangeLog | |
parent | 84204ed7c0ccaa790dff8e124e710277d9a8abc9 (diff) | |
download | gdb-a40635885c50f14782d80251a8966bf4dd271f76.zip gdb-a40635885c50f14782d80251a8966bf4dd271f76.tar.gz gdb-a40635885c50f14782d80251a8966bf4dd271f76.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 73a423d..8fbc023 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +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. + 2015-05-16 Doug Evans <xdje42@gmail.com> * NEWS: Mention support for unbuffered Guile memory ports. |