Add target_ops argument to to_augmented_libraries_svr4_read

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

	* target.h (struct target_ops) <to_augmented_libraries_svr4_read>:
	Add argument.
	(target_augmented_libraries_svr4_read): Add argument.
	* target.c (update_current_target): Update.
	* remote.c (remote_augmented_libraries_svr4_read): Add 'self'
	argument.
This commit is contained in:
Tom Tromey
2013-12-17 21:49:18 -07:00
parent f0d960ea2f
commit 5436ff0304
4 changed files with 13 additions and 4 deletions

View File

@@ -11370,7 +11370,7 @@ remote_read_btrace (struct target_ops *self,
}
static int
remote_augmented_libraries_svr4_read (void)
remote_augmented_libraries_svr4_read (struct target_ops *self)
{
struct remote_state *rs = get_remote_state ();