* target.h (struct section_table): Rename to ...
[deliverable/binutils-gdb.git] / gdb / symfile.c
index fb7f1436c4bfa2b8c15b6f382ce536011e4e62bb..ea97d3c5117bdfb8f85ad9dc48292a7f9a37ad3c 100644 (file)
@@ -369,11 +369,11 @@ copy_section_addr_info (struct section_addr_info *addrs)
    an existing section table. */
 
 extern struct section_addr_info *
-build_section_addr_info_from_section_table (const struct section_table *start,
-                                            const struct section_table *end)
+build_section_addr_info_from_section_table (const struct target_section *start,
+                                            const struct target_section *end)
 {
   struct section_addr_info *sap;
-  const struct section_table *stp;
+  const struct target_section *stp;
   int oidx;
 
   sap = alloc_section_addr_info (end - start);
This page took 0.023229 seconds and 4 git commands to generate.