From: Jim Blandy Date: Wed, 24 Oct 2001 17:13:12 +0000 (+0000) Subject: (start_psymtab_common): Revert change accidentally included in last X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bc873f163fc55221bf367e920acaa652345299a6;p=binutils-gdb.git (start_psymtab_common): Revert change accidentally included in last commit. --- diff --git a/gdb/symfile.c b/gdb/symfile.c index ebd0427b29e..7f3fdc643f3 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -1989,7 +1989,6 @@ allocate_psymtab (char *filename, struct objfile *objfile) psymtab->filename = obsavestring (filename, strlen (filename), &objfile->psymbol_obstack); psymtab->symtab = NULL; - psymtab->text_addrs = addrset_new (&objfile->psymbol_obstack); /* Prepend it to the psymtab list for the objfile it belongs to. Psymtabs are searched in most recent inserted -> least recent