(start_psymtab_common): Revert change accidentally included in last
authorJim Blandy <jimb@codesourcery.com>
Wed, 24 Oct 2001 17:13:12 +0000 (17:13 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 24 Oct 2001 17:13:12 +0000 (17:13 +0000)
commit.

gdb/symfile.c

index ebd0427b29e4c1cc607f3245ce31db1805efbee4..7f3fdc643f3d4c688fd62b5c0d5071efe3ad3ffb 100644 (file)
@@ -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