Remove parameters from start_psymtab_common
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index 0583ce2f3ac123f66bed9ec4bef30ee0aa635219..766a6d15318eac713a23908ff1ba28cb401db147 100644 (file)
@@ -2619,9 +2619,7 @@ parse_partial_symbols (minimal_symbol_reader &reader,
        textlow = 0;
       pst = start_psymtab_common (objfile,
                                  fdr_name (fh),
-                                 textlow,
-                                 objfile->global_psymbols,
-                                 objfile->static_psymbols);
+                                 textlow);
       pst->read_symtab_private = XOBNEW (&objfile->objfile_obstack, symloc);
       memset (pst->read_symtab_private, 0, sizeof (struct symloc));
 
This page took 0.025093 seconds and 4 git commands to generate.