cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals.
authorMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 23 Oct 1998 16:36:15 +0000 (16:36 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 23 Oct 1998 16:36:15 +0000 (16:36 +0000)
* cplus-dem.c (work_stuff): Replace const_type and volatile_type
with type_quals.
(TYPE_UNQUALIFIED): New macro.
(TYPE_QUAL_CONST): Likewise.
(TYPE_QUAL_VOLATILE): Likewise.
(TYPE_QUAL_RESTRICT): Likewise.
(code_for_qualifier): New function.
(qualifier_string): Likewise.
(demangle_qualifier): Likewise.
(internal_cplus_demangle): Use them.
(demangle_signature): Likewise.
(demangle_template_value_parm): Likewise.
(do_type): Likewise.
(demangle_fund_type)): Likewise.

From-SVN: r23260

libiberty/ChangeLog

index e533323d7fba5e80fe38b50cbab7da2374c8be47..ba44da35edf8d7a2a4fed3073fbee7fe8941cb12 100644 (file)
@@ -1,3 +1,20 @@
+1998-10-23  Mark Mitchell  <mark@markmitchell.com>
+
+       * cplus-dem.c (work_stuff): Replace const_type and volatile_type
+       with type_quals.
+       (TYPE_UNQUALIFIED): New macro.
+       (TYPE_QUAL_CONST): Likewise.
+       (TYPE_QUAL_VOLATILE): Likewise.
+       (TYPE_QUAL_RESTRICT): Likewise.
+       (code_for_qualifier): New function.
+       (qualifier_string): Likewise.
+       (demangle_qualifier): Likewise.
+       (internal_cplus_demangle): Use them.
+       (demangle_signature): Likewise.
+       (demangle_template_value_parm): Likewise.
+       (do_type): Likewise.
+       (demangle_fund_type)): Likewise.
+       
 Thu Oct 22 19:58:43 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * splay-tree.c (splay_tree_foreach_helper): Make definition static