aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-07-02 16:16:32 -0700
committerJim Wilson <wilson@gcc.gnu.org>1994-07-02 16:16:32 -0700
commit6859741315c5be659065d18e1cb17b183f5c006d (patch)
treebcbd305ac7753ee74befbec97fda820e87ffb960 /gcc/dbxout.c
parentb8bdbf1625d565a15fe3e6838ce6bb9282aa1608 (diff)
downloadgcc-6859741315c5be659065d18e1cb17b183f5c006d.zip
gcc-6859741315c5be659065d18e1cb17b183f5c006d.tar.gz
gcc-6859741315c5be659065d18e1cb17b183f5c006d.tar.bz2
(dbxout_type_methods): Enable debugging info for
template classes. From-SVN: r7647
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 7da2d41..8d208d0 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -742,6 +742,7 @@ dbxout_type_methods (type)
type_encoding = DECL_NAME (TYPE_NAME (type));
+#if 0
/* C++: Template classes break some assumptions made by this code about
the class names, constructor names, and encodings for assembler
label names. For now, disable output of dbx info for them. */
@@ -763,6 +764,7 @@ dbxout_type_methods (type)
return;
}
}
+#endif
type_identifier_length = IDENTIFIER_LENGTH (type_encoding);