diff options
author | Fred Fish <fnf@specifix.com> | 2001-10-30 17:34:30 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2001-10-30 17:34:30 +0000 |
commit | c3c057c81fd0696a860eaa35f5e765d62478e797 (patch) | |
tree | e25a3e18511a43853e267bbd71adb11ec66c1f6a /gdb/win32-nat.c | |
parent | 3c3bdf30e42268e6193693acd1dc66d2d1792536 (diff) | |
download | gdb-c3c057c81fd0696a860eaa35f5e765d62478e797.zip gdb-c3c057c81fd0696a860eaa35f5e765d62478e797.tar.gz gdb-c3c057c81fd0696a860eaa35f5e765d62478e797.tar.bz2 |
2001-10-30 Fred Fish <fnf@redhat.com>
* somsolib.c (som_solib_add): A megabyte is 1024*1024 bytes.
* pa64solib.c (add_to_solist): Ditto.
* win32-nat.c (_initialize_inftarg): Remove unnecessary
initialization of auto_solib_add, it defaults to 1.
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 0e2fb5d..884f2b4 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -1453,7 +1453,6 @@ _initialize_inftarg (void) "Load dll library symbols from FILE."); c->completer = filename_completer; - auto_solib_add = 1; add_com_alias ("sharedlibrary", "dll-symbols", class_alias, 1); add_show_from_set (add_set_cmd ("new-console", class_support, var_boolean, |