* dwarf2read.c (create_debug_types_hash_table): Set objfile on

type signature's per-CU data.
This commit is contained in:
Tom Tromey 2010-07-22 15:53:48 +00:00
parent 21fd2dbd9c
commit ca1f3406ef
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2010-07-22 Tom Tromey <tromey@redhat.com>
* dwarf2read.c (create_debug_types_hash_table): Set objfile on
type signature's per-CU data.
2010-07-22 Pedro Alves <pedro@codesourcery.com>
* NEWS: Mention target reported shared libraries support by

View File

@ -2678,6 +2678,7 @@ create_debug_types_hash_table (struct objfile *objfile)
type_sig->signature = signature;
type_sig->offset = offset;
type_sig->type_offset = type_offset;
type_sig->per_cu.objfile = objfile;
slot = htab_find_slot (types_htab, type_sig, INSERT);
gdb_assert (slot != NULL);