+2013-09-24 Doug Evans <dje@google.com>
+
+ * objfiles.c (free_objfile): Move comment.
+
2013-09-24 Joel Brobecker <brobecker@adacore.com>
* ada-exp.y (string_to_operator): Delete.
clear_current_source_symtab_and_line ();
}
- /* The last thing we do is free the objfile struct itself. */
-
if (objfile->global_psymbols.list)
xfree (objfile->global_psymbols.list);
if (objfile->static_psymbols.list)
/* Rebuild section map next time we need it. */
get_objfile_pspace_data (objfile->pspace)->section_map_dirty = 1;
+ /* The last thing we do is free the objfile struct itself. */
xfree (objfile);
}