* breakpoint.c (disable_breakpoints_in_unloaded_shlib):

Make static.
This commit is contained in:
Vladimir Prus 2007-11-20 08:16:15 +00:00
parent 4f833eee90
commit 7514952146
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-11-20 Vladimir Prus <vladimir@codesourcery.com>
* breakpoint.c (disable_breakpoints_in_unloaded_shlib):
Make static.
2007-11-19 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (register_sim_regno): Add gdbarch as parameter.

View File

@ -4661,7 +4661,7 @@ disable_breakpoints_in_shlibs (void)
/* Disable any breakpoints that are in in an unloaded shared library. Only
apply to enabled breakpoints, disabled ones can just stay disabled. */
void
static void
disable_breakpoints_in_unloaded_shlib (struct so_list *solib)
{
struct bp_location *loc;