summaryrefslogtreecommitdiff
path: root/libiberty/cp-demangle.c
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-01 20:37:13 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-01 20:37:13 +0000
commitdb248273d7681e28f402d04bf750fbab2c9b31aa (patch)
treeb5d2716a99ffdeb91dd3b1144c3c6cf8e634ff15 /libiberty/cp-demangle.c
parent7a15ee905c0a1cf652a7351f5483396753a29a03 (diff)
downloadgcc-db248273d7681e28f402d04bf750fbab2c9b31aa.tar.gz
2002-02-01 H.J. Lu <hjl@gnu.org>
* cp-demangle.c (cp_demangle_type): Call demangling_new with DMGL_GNU_V3. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49409 138bc75d-0d04-0410-961f-82ee72b054a4
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 457a09f4c19..01c956b82f9 100644
--- a/libiberty/cp-demangle.c
+++ b/libiberty/cp-demangle.c
@@ -3540,7 +3540,7 @@ cp_demangle_type (type_name, result)
dyn_string_t result;
{
status_t status;
- demangling_t dm = demangling_new (type_name);
+ demangling_t dm = demangling_new (type_name, DMGL_GNU_V3);
if (dm == NULL)
return STATUS_ALLOCATION_FAILED;