diff options
Diffstat (limited to 'gdb/nto-tdep.h')
-rw-r--r-- | gdb/nto-tdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h index b352d53..8b644b3 100644 --- a/gdb/nto-tdep.h +++ b/gdb/nto-tdep.h @@ -166,8 +166,7 @@ void nto_init_solib_absolute_prefix (void); char **nto_parse_redirection (char *start_argv[], const char **in, const char **out, const char **err); -void nto_relocate_section_addresses (struct so_list *, - struct target_section *); +void nto_relocate_section_addresses (so_list &, target_section *); int nto_map_arch_to_cputype (const char *); |