Change allocate_psymtab to be a constructor
[deliverable/binutils-gdb.git] / gdb / mdebugread.c
index f28c0b25cbfc6f71cb21fa8d9f3976c90862346a..2ec30ec1deb7244263e815068435960accd111b4 100644 (file)
@@ -4662,7 +4662,7 @@ new_psymtab (const char *name, struct objfile *objfile)
 {
   struct partial_symtab *psymtab;
 
-  psymtab = allocate_psymtab (name, objfile);
+  psymtab = new partial_symtab (name, objfile);
 
   /* Keep a backpointer to the file's symbols.  */
 
This page took 0.025058 seconds and 4 git commands to generate.