aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1998-10-23 16:36:15 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1998-10-23 16:36:15 +0000
commitd9db46fd480c055c4559a4b820a7c96df0fcf676 (patch)
tree3bf3f9d476c6e9659eac6e70de67137c225fa0d2 /libiberty
parent943767e30c4c566fd6ae1a421f32e37f25bfba04 (diff)
downloadgcc-d9db46fd480c055c4559a4b820a7c96df0fcf676.zip
gcc-d9db46fd480c055c4559a4b820a7c96df0fcf676.tar.gz
gcc-d9db46fd480c055c4559a4b820a7c96df0fcf676.tar.bz2
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
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index e533323..ba44da3 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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