constify solib_add
[deliverable/binutils-gdb.git] / gdb / solib.c
index e0afca0a2eec69de39f45461ec373a5d0e3f5849..c8f141fba795577021597b3c445d9c77f6dfc573 100644 (file)
@@ -900,7 +900,7 @@ libpthread_solib_p (struct so_list *so)
    FROM_TTY and TARGET are as described for update_solib_list, above.  */
 
 void
-solib_add (char *pattern, int from_tty,
+solib_add (const char *pattern, int from_tty,
           struct target_ops *target, int readsyms)
 {
   struct so_list *gdb;
This page took 0.023175 seconds and 4 git commands to generate.