2010-02-04 Tristan Gingold <gingold@adacore.com>

* machoread.c (macho_add_oso): Renamed to macho_register_oso.
	(macho_symtab_read): Adjust calls to macho_add_oso.
	(macho_oso_symfile): Renamed to macho_symfile_read_all_oso.
	(macho_symfile_read): Adjust call to macho_oso_symfile.
	(macho_new_init): Move this function after declarations.
	(macho_symfile_init): Ditto.
	* darwin-nat-info.c (darwin_lib_gdb_ports): Remove.
	* darwin-nat.c (darwin_lookup_task): Remove unused prototype.
This commit is contained in:
Tristan Gingold
2010-02-04 12:45:49 +00:00
parent 4dfe6ac6fe
commit 2d33f7b84c
4 changed files with 34 additions and 50 deletions

View File

@@ -99,8 +99,6 @@ static ptid_t darwin_wait (ptid_t ptid, struct target_waitstatus *status);
static void darwin_mourn_inferior (struct target_ops *ops);
static int darwin_lookup_task (char *args, task_t * ptask, int *ppid);
static void darwin_kill_inferior (struct target_ops *ops);
static void darwin_ptrace_me (void);