From 0542c86dbbe17befae1ab88c8a18296d89388bb5 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 22 May 2009 23:49:14 +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/symfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/symfile.h') diff --git a/gdb/symfile.h b/gdb/symfile.h index 88f8326..5451c28 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -26,7 +26,7 @@ #include "symtab.h" /* Opaque declarations. */ -struct section_table; +struct target_section; struct objfile; struct obj_section; struct obstack; @@ -237,9 +237,9 @@ extern struct section_addr_info *(copy_section_addr_info existing section table. */ extern struct section_addr_info - *build_section_addr_info_from_section_table (const struct section_table + *build_section_addr_info_from_section_table (const struct target_section *start, - const struct section_table + const struct target_section *end); /* Free all memory allocated by -- cgit v1.1