convert to_can_accel_watchpoint_condition

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.
This commit is contained in:
Tom Tromey
2013-12-18 10:20:48 -07:00
parent d03655e4a5
commit 77cdffe90e
4 changed files with 27 additions and 6 deletions

View File

@ -496,7 +496,8 @@ struct target_ops
int (*to_can_accel_watchpoint_condition) (struct target_ops *,
CORE_ADDR, int, int,
struct expression *);
struct expression *)
TARGET_DEFAULT_RETURN (0);
int (*to_masked_watch_num_registers) (struct target_ops *,
CORE_ADDR, CORE_ADDR);
void (*to_terminal_init) (struct target_ops *);