convert to_load
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a159898a30ea531df2abf3040b7cfda0ec945338..3a0a45a30f95af985e4f6695b6bac835a98902c4 100644 (file)
@@ -1,3 +1,67 @@
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_load.
+       * target.h (struct target_ops) <to_load>: Use
+       TARGET_DEFAULT_NORETURN.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_terminal_info.
+       * target.h (struct target_ops) <to_terminal_info>: Use
+       TARGET_DEFAULT_FUNC.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_terminal_save_ours.
+       * target.h (struct target_ops) <to_terminal_save_ours>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_terminal_ours.
+       * target.h (struct target_ops) <to_terminal_ours>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_terminal_ours_for_output.
+       * target.h (struct target_ops) <to_terminal_ours_for_output>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_terminal_inferior.
+       * target.h (struct target_ops) <to_terminal_inferior>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_terminal_init.
+       * target.h (struct target_ops) <to_terminal_init>: Use
+       TARGET_DEFAULT_IGNORE.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target-delegates.c: Rebuild.
+       * target.c (update_current_target): Don't inherit or default
+       to_can_accel_watchpoint_condition.
+       * target.h (struct target_ops)
+       <to_can_accel_watchpoint_condition>: Use TARGET_DEFAULT_RETURN.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target-delegates.c: Rebuild.
This page took 0.025336 seconds and 4 git commands to generate.