]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/solib.c
Constify add_info
[thirdparty/binutils-gdb.git] / gdb / solib.c
index c70b9d8193319f0fbc7e95f9109e686fc7c1019a..b63bb9d4954267cc4ba409c78b8416b2cbde2a59 100644 (file)
@@ -1045,7 +1045,7 @@ solib_add (const char *pattern, int from_tty, int readsyms)
    all.  */
 
 static void
-info_sharedlibrary_command (char *pattern, int from_tty)
+info_sharedlibrary_command (const char *pattern, int from_tty)
 {
   struct so_list *so = NULL;   /* link map state variable */
   int so_missing_debug_info = 0;