(dbxout_type_methods): Enable debugging info for
template classes. From-SVN: r7647
This commit is contained in:
parent
b8bdbf1625
commit
6859741315
@ -742,6 +742,7 @@ dbxout_type_methods (type)
|
|||||||
|
|
||||||
type_encoding = DECL_NAME (TYPE_NAME (type));
|
type_encoding = DECL_NAME (TYPE_NAME (type));
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* C++: Template classes break some assumptions made by this code about
|
/* C++: Template classes break some assumptions made by this code about
|
||||||
the class names, constructor names, and encodings for assembler
|
the class names, constructor names, and encodings for assembler
|
||||||
label names. For now, disable output of dbx info for them. */
|
label names. For now, disable output of dbx info for them. */
|
||||||
@ -763,6 +764,7 @@ dbxout_type_methods (type)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
type_identifier_length = IDENTIFIER_LENGTH (type_encoding);
|
type_identifier_length = IDENTIFIER_LENGTH (type_encoding);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user