From: Kung Hsu Date: Thu, 14 Sep 1995 20:44:03 +0000 (+0000) Subject: * symfile.c: Move global variable auto_solib_add_at_startup from X-Git-Tag: gdb-4_18~10852 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bd537a4350e43918678fee61501a905ff74de1e;p=external%2Fbinutils.git * 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a4a00df..7819b7f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Wed Sep 13 13:33:58 1995 Kung Hsu + + * 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. + Thu Sep 14 12:39:35 1995 Stu Grossman (grossman@cygnus.com) * coffread.c (coff_symtab_read): Complain about unmatched .ef and 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)