From 19b4a952dd590a49db11d4b1132835756b2a7ade Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 22 May 2009 23:49:13 +0000 Subject: * target.h (struct section_table): Rename to ... (struct target_section): ... this. * exec.c: Adjust all references. * exec.h: Adjust all references. * nto-tdep.c: Adjust all references. * nto-tdep.h: Adjust all references. * ppc-linux-tdep.c: Adjust all references. * rs6000-nat.c: Adjust all references. * s390-tdep.c: Adjust all references. * solib-darwin.c: Adjust all references. * solib-frv.c: Adjust all references. * solib-irix.c: Adjust all references. * solib-null.c: Adjust all references. * solib-osf.c: Adjust all references. * solib-pa64.c: Adjust all references. * solib-som.c: Adjust all references. * solib-sunos.c: Adjust all references. * solib-svr4.c: Adjust all references. * solib-target.c: Adjust all references. * solib.c: Adjust all references. * solist.h: Adjust all references. * symfile.c: Adjust all references. * symfile.h: Adjust all references. * target.c: Adjust all references. --- gdb/nto-tdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/nto-tdep.h') diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h index ac9031483d5..b3a29f59ce8 100644 --- a/gdb/nto-tdep.h +++ b/gdb/nto-tdep.h @@ -150,7 +150,7 @@ char **nto_parse_redirection (char *start_argv[], const char **in, int proc_iterate_over_mappings (int (*func) (int, CORE_ADDR)); void nto_relocate_section_addresses (struct so_list *, - struct section_table *); + struct target_section *); int nto_map_arch_to_cputype (const char *); -- cgit v1.2.1