Fix -Wmissing-prototypes build warnings on Darwin.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 14 Mar 2012 01:46:59 +0000 (01:46 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 14 Mar 2012 01:46:59 +0000 (01:46 +0000)
commitc381a3f69abc90c5117dbb9d425149d24c42fd6e
tree264805a16132460c9cdecfe43a11c5b192c4fd07
parentccbb4f28f0454cf84b515c3122144f30f30d2f36
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.
gdb/ChangeLog
gdb/darwin-nat-info.c
gdb/darwin-nat.c
gdb/i386-darwin-nat.c
gdb/machoread.c
This page took 0.034182 seconds and 4 git commands to generate.