aboutsummaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-01-13 21:34:31 +0000
committerDaniel Jacobowitz <drow@false.org>2004-01-13 21:34:31 +0000
commit2d6520ee207ec339308f7876b2036b7dbeb5cbd1 (patch)
treec272ae058736047ab89f981e43a6a8614ce98023 /libiberty/cp-demangle.c
parentea1dd7bc40deeb43d44eefa7eed8662bd5d68892 (diff)
downloadgdb-2d6520ee207ec339308f7876b2036b7dbeb5cbd1.zip
gdb-2d6520ee207ec339308f7876b2036b7dbeb5cbd1.tar.gz
gdb-2d6520ee207ec339308f7876b2036b7dbeb5cbd1.tar.bz2
* cp-demangle.c (d_make_comp): DEMANGLE_COMPONENT_CONSTRUCTION_VTABLE
takes two parameters. * cp-demint.c (cplus_demangle_fill_component): Likewise.
Diffstat (limited to 'libiberty/cp-demangle.c')
-rw-r--r--libiberty/cp-demangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c
index 1c43eb8..19f191e 100644
--- a/libiberty/cp-demangle.c
+++ b/libiberty/cp-demangle.c
@@ -751,6 +751,7 @@ d_make_comp (di, 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_PTRMEM_TYPE:
case DEMANGLE_COMPONENT_UNARY:
@@ -768,7 +769,6 @@ d_make_comp (di, type, left, right)
/* These types only require one parameter. */
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: