diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-10-24 17:13:12 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-10-24 17:13:12 +0000 |
commit | bc873f163fc55221bf367e920acaa652345299a6 (patch) | |
tree | 89c7018cdf20e020cacf5dd6e9c09c3c8472e384 /gdb/symfile.c | |
parent | 3973eaddf42f21fd7f36696381b8a2f9d210215a (diff) | |
download | gdb-bc873f163fc55221bf367e920acaa652345299a6.zip gdb-bc873f163fc55221bf367e920acaa652345299a6.tar.gz gdb-bc873f163fc55221bf367e920acaa652345299a6.tar.bz2 |
(start_psymtab_common): Revert change accidentally included in last
commit.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index ebd0427..7f3fdc6 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 |