diff options
author | Tom Tromey <tromey@redhat.com> | 2008-08-18 19:44:49 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-08-18 19:44:49 +0000 |
commit | 29f4dd7bf0e85c26b7702da5ecda035a27a96c9d (patch) | |
tree | 20b797a235f8cc1ddfa0aefbfe218fa7b37acb0e /gdb/solib-sunos.c | |
parent | 4702a3cc7d85107d28a93c2e9c0dfe1a2b1f4eb5 (diff) | |
download | gdb-29f4dd7bf0e85c26b7702da5ecda035a27a96c9d.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.c | 1 |
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); |