diff options
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index f28c0b2..2ec30ec 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -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. */ |