diff options
Diffstat (limited to 'gdb/solib.c')
-rw-r--r-- | gdb/solib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.c b/gdb/solib.c index 0fbf5bc..7d4734b 100644 --- a/gdb/solib.c +++ b/gdb/solib.c @@ -1225,7 +1225,7 @@ solib_contains_address_p (const struct so_list *const solib, breakpoints which are in shared libraries that are not currently mapped in. */ -char * +const char * solib_name_from_address (struct program_space *pspace, CORE_ADDR address) { struct so_list *so = NULL; |