* gdbtypes.c (check_typedef): Tweak comment.
This commit is contained in:
parent
0a5429f697
commit
73e2eb35ba
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
2010-12-08 Doug Evans <dje@google.com>
|
2010-12-08 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* gdbtypes.c (check_typedef): Tweak comment.
|
||||||
|
|
||||||
PR symtab/12302
|
PR symtab/12302
|
||||||
* dwarf2read.c (struct psymtab_cu_index_map): New struct.
|
* dwarf2read.c (struct psymtab_cu_index_map): New struct.
|
||||||
(hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
|
(hash_psymtab_cu_index, eq_psymtab_cu_index): New functions.
|
||||||
|
|
|
@ -1582,7 +1582,7 @@ check_typedef (struct type *type)
|
||||||
|
|
||||||
if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type))
|
if (TYPE_STUB (target_type) || TYPE_TARGET_STUB (target_type))
|
||||||
{
|
{
|
||||||
/* Empty. */
|
/* Nothing we can do. */
|
||||||
}
|
}
|
||||||
else if (TYPE_CODE (type) == TYPE_CODE_ARRAY
|
else if (TYPE_CODE (type) == TYPE_CODE_ARRAY
|
||||||
&& TYPE_NFIELDS (type) == 1
|
&& TYPE_NFIELDS (type) == 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue