Remove special support in gdb for Sun's version of stabs.
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index d79b2e3a98e9693c52cd1d200d33451fd41b1666..496b74f4eb6ec88c7965b3cb33941c8c4c23897f 100644 (file)
@@ -4489,7 +4489,6 @@ dwarf2_create_include_psymtab (const char *name, struct partial_symtab *pst,
       subpst->dirname = pst->dirname;
     }
 
-  subpst->section_offsets = pst->section_offsets;
   subpst->textlow = 0;
   subpst->texthigh = 0;
 
@@ -5890,8 +5889,7 @@ create_partial_symtab (struct dwarf2_per_cu_data *per_cu, const char *name)
   struct objfile *objfile = per_cu->objfile;
   struct partial_symtab *pst;
 
-  pst = start_psymtab_common (objfile, objfile->section_offsets,
-                             name, 0,
+  pst = start_psymtab_common (objfile, name, 0,
                              objfile->global_psymbols.next,
                              objfile->static_psymbols.next);
 
This page took 0.05171 seconds and 4 git commands to generate.