import gdb-1999-09-08 snapshot
[deliverable/binutils-gdb.git] / gdb / mipsread.c
index a388e76d805b2510986a91cf69d5af18c00c5ab3..d137a9aaac5730c978267a9bef74f9caedd5f51a 100644 (file)
@@ -104,7 +104,7 @@ mipscoff_symfile_read (objfile, mainline)
     error ("Error reading symbol table: %s", bfd_errmsg (bfd_get_error ()));
 
   mdebug_build_psymtabs (objfile, &ecoff_backend (abfd)->debug_swap,
-                        &ecoff_data (abfd)->debug_info, objfile->section_offsets);
+                        &ecoff_data (abfd)->debug_info);
 
   /* Add alpha coff dynamic symbols.  */
 
This page took 0.023353 seconds and 4 git commands to generate.