* minsyms.c (prim_record_minimal_symbol): Call
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 27 Dec 1993 17:49:00 +0000 (17:49 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 27 Dec 1993 17:49:00 +0000 (17:49 +0000)
prim_record_minimal_symbol_and_info rather than duplicating code.

gdb/minsyms.c

index 31f20c339e53638c4be7fd3e6cf43dc1a3f708ed..03b1ce1f0b3723e1887fd6b48569d0d493859f4d 100644 (file)
@@ -298,7 +298,8 @@ prim_record_minimal_symbol (name, address, ms_type, objfile)
      enum minimal_symbol_type ms_type;
      struct objfile *objfile;
 {
-  prim_record_minimal_symbol (name, address, ms_type, NULL, -1, objfile);
+  prim_record_minimal_symbol_and_info (name, address, ms_type,
+                                      NULL, -1, objfile);
 }
 
 void