(start_psymtab_common): Revert change accidentally included in last

commit.
This commit is contained in:
Jim Blandy 2001-10-24 17:13:12 +00:00
parent 3973eaddf4
commit bc873f163f
1 changed files with 0 additions and 1 deletions

View 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