From 414842dc7ae1d398fca1bda9a20a89d51b7c2f09 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 21 Jul 2014 17:05:16 -0600 Subject: constify solib_add This constifies the "pattern" argument to solib_add. 2014-07-24 Tom Tromey * solib.c (solib_add): Make "pattern" const. * solib.h (solib_add): Update. --- gdb/solib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/solib.c') diff --git a/gdb/solib.c b/gdb/solib.c index e0afca0..c8f141f 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -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; -- cgit v1.1