From 0bd537a4350e43918678fee61501a905ff74de1e Mon Sep 17 00:00:00 2001 From: Kung Hsu Date: Thu, 14 Sep 1995 20:44:03 +0000 Subject: * symfile.c: Move global variable auto_solib_add_at_startup from solib.c to symfile.c. * solib.c: ditto. * symfile.h: Add extern declaration of the above mentioned variable. * infcmd.c: Take out extern declaration, since it's in symfile.h. --- gdb/infcmd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/infcmd.c') diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 3e0097e..d78b106 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1126,8 +1126,6 @@ attach_command (args, from_tty) char *args; int from_tty; { - extern int auto_solib_add_at_startup; - dont_repeat (); /* Not for the faint of heart */ if (target_has_execution) -- cgit v1.1