diff options
Diffstat (limited to 'gdb/nto-tdep.h')
-rw-r--r-- | gdb/nto-tdep.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h index b3a29f5..24e4ff8 100644 --- a/gdb/nto-tdep.h +++ b/gdb/nto-tdep.h @@ -147,8 +147,6 @@ void nto_set_target(struct nto_target_ops *); char **nto_parse_redirection (char *start_argv[], const char **in, const char **out, const char **err); -int proc_iterate_over_mappings (int (*func) (int, CORE_ADDR)); - void nto_relocate_section_addresses (struct so_list *, struct target_section *); |