Fix -Wmissing-prototypes build warnings on Darwin.

gdb/
2012-03-13  Josh Matthews  <josh@joshmatthews.net>

	* darwin-nat-info.c (_initialize_darwin_info_commands): Add
	prototype.
	(darwin_debug_port_info): Make static.
	* darwin-nat.c (_initialize_darwin_inferior): Add prototype.
	* machoread.c (_initialize_machoread): Add prototype.
	* i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
	(i386_darwin_set_control, i386_darwin_get_control)
	i386_darwin_dr_set_addr, i386_darwin_get_addr)
	i386_darwin_get_status, i386_darwin_get_control):
	Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
This commit is contained in:
Joel Brobecker
2012-03-14 01:46:59 +00:00
parent ccbb4f28f0
commit c381a3f69a
5 changed files with 25 additions and 2 deletions

View File

@@ -260,7 +260,7 @@ i386_darwin_store_inferior_registers (struct target_ops *ops,
}
}
#ifdef HW_WATCHPOINT_NOT_YET_ENABLED
/* Support for debug registers, boosted mostly from i386-linux-nat.c. */
static void
@@ -410,6 +410,7 @@ i386_darwin_dr_get_control (void)
{
return i386_darwin_dr_get (DR_CONTROL);
}
#endif
void
darwin_check_osabi (darwin_inferior *inf, thread_t thread)