convert to_files_info

2014-02-19  Tom Tromey  <tromey@redhat.com>

	* target-delegates.c: Rebuild.
	* target.c (update_current_target): Don't inherit or default
	to_files_info.
	* target.h (struct target_ops) <to_files_info>: Use
	TARGET_DEFAULT_IGNORE.
This commit is contained in:
Tom Tromey
2013-12-18 09:51:47 -07:00
parent 6c62816386
commit f86e59b2d1
4 changed files with 26 additions and 5 deletions

View File

@ -447,7 +447,8 @@ struct target_ops
struct mem_attrib *attrib,
struct target_ops *target);
void (*to_files_info) (struct target_ops *);
void (*to_files_info) (struct target_ops *)
TARGET_DEFAULT_IGNORE ();
int (*to_insert_breakpoint) (struct target_ops *, struct gdbarch *,
struct bp_target_info *)
TARGET_DEFAULT_FUNC (memory_insert_breakpoint);