From bc873f163fc55221bf367e920acaa652345299a6 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 24 Oct 2001 17:13:12 +0000 Subject: [PATCH] (start_psymtab_common): Revert change accidentally included in last commit. --- gdb/symfile.c | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2