aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cp-demint.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@mvista.com>2004-01-13 21:35:12 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2004-01-13 21:35:12 +0000
commitd4f3ce5cc08a8c76a2ceb8e88432e80b94beca27 (patch)
treedf9f4ad48711a0a4dc1e279e6d1775bee53345a0 /libiberty/cp-demint.c
parent9ff2cabcbe03487b9de8d195e95ae5a3b174f238 (diff)
downloadgcc-d4f3ce5cc08a8c76a2ceb8e88432e80b94beca27.zip
gcc-d4f3ce5cc08a8c76a2ceb8e88432e80b94beca27.tar.gz
gcc-d4f3ce5cc08a8c76a2ceb8e88432e80b94beca27.tar.bz2
cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE takes two parameters.
* cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE takes two parameters. * cp-demint.c (cplus_demangle_fill_component): Likewise. From-SVN: r75819
Diffstat (limited to 'libiberty/cp-demint.c')
-rw-r--r--libiberty/cp-demint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cp-demint.c b/libiberty/cp-demint.c
index 833e89e..533202d 100644
--- a/libiberty/cp-demint.c
+++ b/libiberty/cp-demint.c
@@ -70,6 +70,7 @@ cplus_demangle_fill_component (p, type, left, right)
case DEMANGLE_COMPONENT_LOCAL_NAME:
case DEMANGLE_COMPONENT_TYPED_NAME:
case DEMANGLE_COMPONENT_TEMPLATE:
+ case DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE:
case DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL:
case DEMANGLE_COMPONENT_FUNCTION_TYPE:
case DEMANGLE_COMPONENT_ARRAY_TYPE:
@@ -89,7 +90,6 @@ cplus_demangle_fill_component (p, type, left, right)
/* These component types only have one subtree. */
case DEMANGLE_COMPONENT_VTABLE:
case DEMANGLE_COMPONENT_VTT:
- case DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE:
case DEMANGLE_COMPONENT_TYPEINFO:
case DEMANGLE_COMPONENT_TYPEINFO_NAME:
case DEMANGLE_COMPONENT_TYPEINFO_FN: