* 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
|
@ -163,7 +163,6 @@ allocate_objfile (bfd *abfd, int flags)
|
|||
{
|
||||
objfile = (struct objfile *) xmalloc (sizeof (struct objfile));
|
||||
memset (objfile, 0, sizeof (struct objfile));
|
||||
objfile->md = NULL;
|
||||
objfile->psymbol_cache = bcache_xmalloc ();
|
||||
objfile->macro_cache = bcache_xmalloc ();
|
||||
/* We could use obstack_specify_allocation here instead, but
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue