diff options
author | Tom Tromey <tromey@redhat.com> | 2013-01-29 19:26:22 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-01-29 19:26:22 +0000 |
commit | 8d9878a4ca345aef7d7a727a11e7f76de787bac0 (patch) | |
tree | ef1110615f766b03da58ba5e8c128e1b25d80daf /gdb/dwarf2read.c | |
parent | a543d2a92e50ea5689748f74eb23efc02e82b008 (diff) | |
download | gdb-8d9878a4ca345aef7d7a727a11e7f76de787bac0.zip gdb-8d9878a4ca345aef7d7a727a11e7f76de787bac0.tar.gz gdb-8d9878a4ca345aef7d7a727a11e7f76de787bac0.tar.bz2 |
* dwarf2read.c (free_dwo_file): Remove assert.
gdb/testsuite
* gdb.dwarf2/fission-reread.exp: Add unload test.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 63c43eb..23e2dff 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -9240,7 +9240,6 @@ free_dwo_file (struct dwo_file *dwo_file, struct objfile *objfile) 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); |