OBVIOUS: Remove legacy comment referring to deprecated_init_ui_hook.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index eb023b1265f89fba7073b473174bd956c07e0ad7..73032e264e20c57ebc5680395020840ef7a87f25 100644 (file)
@@ -1,3 +1,27 @@
+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
+       interp_command_loop_ftype.
+       * event-top.h (cli_command_loop): Same.
+       * interps.c (interp_new): Require every interpreter to have a
+       command_loop_proc.
+       (current_interp_command_loop): Just call the command_loop_proc on
+       the current interpreter.
+       * tui/tui-interp.c (_initialize_tui_interp): Add a
+       command_loop_proc to interp_procs.
+
+2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
+
+       * cris-tdep.c (cris_gdbarch_init): Add call to
+       get_gdbarch_fetch_tls_load_module_address.
+
 2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
 
        * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
 
 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
 
-       * gdb/defs.h (deprecated_command_loop_hook): Remove, including
+       * defs.h (deprecated_command_loop_hook): Remove, including
        references in comments.
-       * gdb/interps.c (current_interp_command_loop): No longer use
+       * interps.c (current_interp_command_loop): No longer use
        deprecated_command_loop_hook.
        (clear_interpreter_hooks): Remove deprecated_command_loop_hook
        setup.
-       * gdb/top.c (deprecated_command_loop_hook): Remove.
+       * top.c (deprecated_command_loop_hook): Remove.
 
 2013-09-05  Pedro Alves  <palves@redhat.com>
 
This page took 0.025422 seconds and 4 git commands to generate.