summaryrefslogtreecommitdiff
path: root/gdb/solib-sunos.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-08-18 19:44:49 +0000
committerTom Tromey <tromey@redhat.com>2008-08-18 19:44:49 +0000
commitf98dfd4b46ff7c68b479181714832b4c5fced87e (patch)
tree71f22509b59c46d2508086ef19b5a4043c833f1b /gdb/solib-sunos.c
parentd87ecdfba2fcd75ef418cc93a6d966d67b7e9334 (diff)
downloadbinutils-gdb-f98dfd4b46ff7c68b479181714832b4c5fced87e.tar.gz
* 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.
Diffstat (limited to 'gdb/solib-sunos.c')
-rw-r--r--gdb/solib-sunos.c1
1 files changed, 0 insertions, 1 deletions
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);