From 29f4dd7bf0e85c26b7702da5ecda035a27a96c9d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 18 Aug 2008 19:44:49 +0000 Subject: * symfile.c (reread_symbols): Update. * solib-sunos.c (allocate_rt_common_objfile): Update. * objfiles.c (allocate_objfile): Update. * objfiles.h (struct objfile) : Remove. --- gdb/solib-sunos.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/solib-sunos.c') diff --git a/gdb/solib-sunos.c b/gdb/solib-sunos.c index 0834d0fd19a..554ffdbeb21 100644 --- a/gdb/solib-sunos.c +++ b/gdb/solib-sunos.c @@ -184,7 +184,6 @@ allocate_rt_common_objfile (void) 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 (); obstack_init (&objfile->objfile_obstack); -- cgit v1.2.1