Change section_offsets to a std::vector
[deliverable/binutils-gdb.git] / gdb / stabsread.h
index 181b29133aca604f2280bfde142dca76ba9de427..aa52a98e72d91804047fa2a9d89f221abfa60714 100644 (file)
@@ -178,7 +178,7 @@ extern struct partial_symtab *dbx_end_psymtab
    int textlow_not_set);
 
 extern void process_one_symbol (int, int, CORE_ADDR, const char *,
-                               const struct section_offsets *,
+                               const section_offsets &,
                                struct objfile *, enum language);
 
 extern void elfstab_build_psymtabs (struct objfile *objfile,
This page took 0.024353 seconds and 4 git commands to generate.