gdb/testsuite
* gdb.dwarf2/fission-reread.exp: Add unload test.
+2013-01-29 Tom Tromey <tromey@redhat.com>
+
+ * dwarf2read.c (free_dwo_file): Remove assert.
+
2013-01-29 Tom Tromey <tromey@redhat.com>
* value.c (deprecated_set_value_modifiable): Remove.
int ix;
struct dwarf2_section_info *section;
- gdb_assert (dwo_file->dbfd != objfile->obfd);
gdb_bfd_unref (dwo_file->dbfd);
VEC_free (dwarf2_section_info_def, dwo_file->sections.types);
+2013-01-29 Tom Tromey <tromey@redhat.com>
+
+ * gdb.dwarf2/fission-reread.exp: Add unload test.
+
2013-01-28 Doug Evans <dje@google.com>
* gdb.dwarf2/fission-loclists.exp: New file.
# If we get this far gdb didn't crash, nor did an error occur.
pass $testfile
+
+gdb_unload
+# If we get this far gdb didn't crash, nor did an error occur.
+pass "$testfile - unload"