summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-10-24 17:13:12 +0000
committerJim Blandy <jimb@codesourcery.com>2001-10-24 17:13:12 +0000
commited42cc98556e6f5a24fa7c6552f64700abd191d4 (patch)
tree535cdd002cb48804e59b02bf33673b269e3cc773 /gdb/symfile.c
parenta85af32c3cd27bc0ed0a2ddeb992aab5b857ede9 (diff)
downloadgdb-ed42cc98556e6f5a24fa7c6552f64700abd191d4.tar.gz
(start_psymtab_common): Revert change accidentally included in last
commit.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c1
1 files changed, 0 insertions, 1 deletions
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