diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-09-20 15:19:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-09-20 15:19:28 +0000 |
commit | 67ba4e42a079555c4717512fa28e24b119c71818 (patch) | |
tree | 06ca433c53b11fe8da0a5cfe5109041d29906a66 /gdb/ChangeLog | |
parent | 6cd909163a0fc8344737084beac2c4a146c40930 (diff) | |
download | gdb-67ba4e42a079555c4717512fa28e24b119c71818.zip gdb-67ba4e42a079555c4717512fa28e24b119c71818.tar.gz gdb-67ba4e42a079555c4717512fa28e24b119c71818.tar.bz2 |
* mi/mi-main.c (mi_load_progress): Restore saved_uiout value to
current_uiout, not uiout.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1b2519b..f15e616 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-09-20 Joseph Myers <joseph@codesourcery.com> + + * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to + current_uiout, not uiout. + 2011-09-19 Doug Evans <dje@google.com> * python/py-auto-load.c (source_section_scripts): Fix file |