diff options
Diffstat (limited to 'gdb/nto-tdep.c')
-rw-r--r-- | gdb/nto-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index 47d8a2b..1b18de1 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -87,7 +87,8 @@ nto_map_arch_to_cputype (const char *arch) } int -nto_find_and_open_solib (char *solib, unsigned o_flags, char **temp_pathname) +nto_find_and_open_solib (const char *solib, unsigned o_flags, + char **temp_pathname) { char *buf, *arch_path, *nto_root; const char *endian; |