* symfile.c (reread_symbols): Update.
* solib-sunos.c (allocate_rt_common_objfile): Update. * objfiles.c (allocate_objfile): Update. * objfiles.h (struct objfile) <md, mmfd, deprecated_obj_private>: Remove.
This commit is contained in:
parent
d87ecdfba2
commit
f98dfd4b46
5 changed files with 10 additions and 25 deletions
|
@ -2421,8 +2421,6 @@ reread_symbols (void)
|
|||
(*objfile->sf->sym_finish) (objfile);
|
||||
}
|
||||
|
||||
/* We never make this a mapped file. */
|
||||
objfile->md = NULL;
|
||||
objfile->psymbol_cache = bcache_xmalloc ();
|
||||
objfile->macro_cache = bcache_xmalloc ();
|
||||
/* obstack_init also initializes the obstack so it is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue