diff options
author | Pedro Alves <palves@redhat.com> | 2009-06-07 17:58:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-06-07 17:58:24 +0000 |
commit | 09d3bde977f98e66cd770b080b29e3aa651acd65 (patch) | |
tree | c8b6d1d8ca49803d433ed2d3919f4a18f1e18f84 /gdb/nto-tdep.h | |
parent | c35b149212fc1bf4cf991e42354b0303682bcead (diff) | |
download | gdb-09d3bde977f98e66cd770b080b29e3aa651acd65.zip gdb-09d3bde977f98e66cd770b080b29e3aa651acd65.tar.gz gdb-09d3bde977f98e66cd770b080b29e3aa651acd65.tar.bz2 |
* inferior.h (proc_iterate_over_mappings): Delete declaration.
* nto-tdep.h (proc_iterate_over_mappings): Delete declaration.
* procfs.c (proc_iterate_over_mappings): Delete.
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 *); |