2005-02-18 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / pa64solib.c
index daa8815d958aa00d6d24e53c4eaedb99ee9c7c4d..f0589e7cdfe4f4ceb7cb86e8ea72b730c17ef84d 100644 (file)
@@ -901,15 +901,16 @@ inferior.  Otherwise, symbols must be loaded manually, using `sharedlibrary'."),
                           NULL, /* FIXME: i18n: */
                           &setlist, &showlist);
 
-  deprecated_add_show_from_set
-    (add_set_cmd ("auto-solib-limit", class_support, var_zinteger,
-                 (char *) &auto_solib_limit,
-                 "Set threshold (in Mb) for autoloading shared library symbols.\n\
+  add_setshow_zinteger_cmd ("auto-solib-limit", class_support,
+                           &auto_solib_limit, _("\
+Set threshold (in Mb) for autoloading shared library symbols."), _("\
+Show threshold (in Mb) for autoloading shared library symbols."), _("\
 When shared library autoloading is enabled, new libraries will be loaded\n\
 only until the total size of shared library symbols exceeds this\n\
-threshold in megabytes.  Is ignored when using `sharedlibrary'.",
-                 &setlist),
-     &showlist);
+threshold in megabytes.  Is ignored when using `sharedlibrary'."),
+                           NULL,
+                           NULL, /* FIXME: i18n: */
+                           &setlist, &showlist);
 
   /* ??rehrauer: On HP-UX, the kernel parameter MAXDSIZ limits how
      much data space a process can use.  We ought to be reading
This page took 0.038631 seconds and 4 git commands to generate.