* target.h: Add enum target_waitkind, enum target_signal, and
[deliverable/binutils-gdb.git] / gdb / paread.c
index a7922f2c63ad3b88079f5a6937017d651e2c4e4d..7c24fdd80c6902135a623a03ee143d166dd9134c 100644 (file)
@@ -81,7 +81,7 @@ record_minimal_symbol (name, address, ms_type, objfile)
      struct objfile *objfile;
 {
   name = obsavestring (name, strlen (name), &objfile -> symbol_obstack);
-  prim_record_minimal_symbol (name, address, ms_type);
+  prim_record_minimal_symbol (name, address, ms_type, objfile);
 }
 
 /*
This page took 0.023315 seconds and 4 git commands to generate.