From: Mark Mitchell Date: Fri, 23 Oct 1998 16:36:15 +0000 (+0000) Subject: cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9db46fd480c055c4559a4b820a7c96df0fcf676;p=gcc.git cplus-dem.c (work_stuff): Replace const_type and volatile_type with type_quals. * 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 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e533323d7fb..ba44da35edf 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,20 @@ +1998-10-23 Mark Mitchell + + * 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 * splay-tree.c (splay_tree_foreach_helper): Make definition static