* 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:
Tom Tromey 2008-08-18 19:44:49 +00:00
parent d87ecdfba2
commit f98dfd4b46
5 changed files with 10 additions and 25 deletions

View file

@ -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