diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/tui/tui-io.c | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e4ebab8..73032e2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-09-06 Andrew Burgess <aburgess@broadcom.com> + * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring + to deprecated_init_ui_hook. + +2013-09-06 Andrew Burgess <aburgess@broadcom.com> + * cli/cli-interp.c (_initialize_cli_interp): Add a command_loop_proc to interp_procs. * event-top.c (cli_command_loop): Change signature to match diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index f255fdf..19b0291 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -609,8 +609,7 @@ tui_initialize_io (void) tui_stderr = tui_fileopen (stderr); tui_out = tui_out_new (tui_stdout); - /* Create the default UI. It is not created because we installed a - deprecated_init_ui_hook. */ + /* Create the default UI. */ tui_old_uiout = cli_out_new (gdb_stdout); #ifdef TUI_USE_PIPE_FOR_READLINE |