diff options
author | Kung Hsu <kung@cygnus> | 1995-09-14 20:44:03 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1995-09-14 20:44:03 +0000 |
commit | 0bd537a4350e43918678fee61501a905ff74de1e (patch) | |
tree | 01f6e1cbb11ee59b3927975d735b77f1e27946b5 /gdb/infcmd.c | |
parent | 8567205d489c1198bd3d6d0574af672e2d2bd8fa (diff) | |
download | gdb-0bd537a4350e43918678fee61501a905ff74de1e.zip gdb-0bd537a4350e43918678fee61501a905ff74de1e.tar.gz gdb-0bd537a4350e43918678fee61501a905ff74de1e.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 0 insertions, 2 deletions
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) |