diff options
Diffstat (limited to 'gdb/nto-tdep.h')
-rw-r--r-- | gdb/nto-tdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h index 4eaea48..f82cad1 100644 --- a/gdb/nto-tdep.h +++ b/gdb/nto-tdep.h @@ -170,7 +170,8 @@ void nto_relocate_section_addresses (struct so_list *, int nto_map_arch_to_cputype (const char *); -int nto_find_and_open_solib (const char *, unsigned, char **); +int nto_find_and_open_solib (const char *, unsigned, + gdb::unique_xmalloc_ptr<char> *); enum gdb_osabi nto_elf_osabi_sniffer (bfd *abfd); |