mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* 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.
This commit is contained in:
parent
8567205d48
commit
0bd537a435
@ -1,3 +1,11 @@
|
|||||||
|
Wed Sep 13 13:33:58 1995 Kung Hsu <kung@mexican.cygnus.com>
|
||||||
|
|
||||||
|
* 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)
|
Thu Sep 14 12:39:35 1995 Stu Grossman (grossman@cygnus.com)
|
||||||
|
|
||||||
* coffread.c (coff_symtab_read): Complain about unmatched .ef and
|
* coffread.c (coff_symtab_read): Complain about unmatched .ef and
|
||||||
|
@ -1126,8 +1126,6 @@ attach_command (args, from_tty)
|
|||||||
char *args;
|
char *args;
|
||||||
int from_tty;
|
int from_tty;
|
||||||
{
|
{
|
||||||
extern int auto_solib_add_at_startup;
|
|
||||||
|
|
||||||
dont_repeat (); /* Not for the faint of heart */
|
dont_repeat (); /* Not for the faint of heart */
|
||||||
|
|
||||||
if (target_has_execution)
|
if (target_has_execution)
|
||||||
|
Loading…
Reference in New Issue
Block a user