OBVIOUS: Remove legacy comment referring to deprecated_init_ui_hook.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 463d9f67bb1c01b82eb3668d83ad339f7c34b665..73032e264e20c57ebc5680395020840ef7a87f25 100644 (file)
@@ -1,3 +1,76 @@
+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.
+       (cris_elf_gregset_t): Rename from elf_gregset_t.
+       (crisv32_elf_gregset_t): Adjust.
+       (cris_supply_gregset, fetch_core_registers): Adjust.
+
+2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
+
+       * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
+
+2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
+
+       * defs.h (deprecated_command_loop_hook): Remove, including
+       references in comments.
+       * interps.c (current_interp_command_loop): No longer use
+       deprecated_command_loop_hook.
+       (clear_interpreter_hooks): Remove deprecated_command_loop_hook
+       setup.
+       * top.c (deprecated_command_loop_hook): Remove.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): 'dwarf_regnum'
+       local is now int instead of ULONGEST.  Print it with %d
+       instead of paddress.
+
+2013-09-05  Tristan Gingold  <gingold@adacore.com>
+
+       * MAINTAINERS: Remove avr maintainership.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * findvar.c (value_of_register): Rework in terms of
+       value_of_register_lazy.
+
+2013-09-05  Muhammad Bilal  <mbilal@codesourcery.com>
+
+       * symfile.c (add_symbol_file_command): Remove trailing
+        whitespaces and blank line after comment.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * tui/tui-regs.c (tui_register_format): Don't look at the
+       register's name here.  Return string representing register
+       value instead of storing it in the data element.
+       (tui_get_register): Compare register string representations
+       instead of register value states and contents.
+
 2013-09-05  Pedro Alves  <palves@redhat.com>
 
        PR tui/15933
This page took 0.025729 seconds and 4 git commands to generate.