* target.h (struct section_table): Rename to ...
[deliverable/binutils-gdb.git] / gdb / symfile.h
index 88f832699e1df4e272fc498e7a3f199b45ddd69b..5451c28ab6fc6fbe85ff76fef0b11e075f57f21d 100644 (file)
@@ -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
This page took 0.023774 seconds and 4 git commands to generate.