summaryrefslogtreecommitdiff
path: root/libiberty/cplus-dem.c
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2000-09-10 19:43:30 +0000
committerHans-Peter Nilsson <hp@axis.com>2000-09-10 19:43:30 +0000
commitb19a74b6c9d402b3c93d57452e83216138d8dba0 (patch)
treeff0fddf8b98546ff69f4e533702bc51534f17822 /libiberty/cplus-dem.c
parent250de26929a563f2a49bc632fe99070a4d50c6cd (diff)
downloadgdb-b19a74b6c9d402b3c93d57452e83216138d8dba0.tar.gz
* testsuite/demangle-expected: Add four tests for type_info
mangling. * cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type, for a non-template non-qualified type_info function or node.
Diffstat (limited to 'libiberty/cplus-dem.c')
-rw-r--r--libiberty/cplus-dem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c
index 0611d76d0f9..da951331d55 100644
--- a/libiberty/cplus-dem.c
+++ b/libiberty/cplus-dem.c
@@ -2873,7 +2873,7 @@ gnu_special (work, mangled, declp)
success = demangle_template (work, mangled, declp, 0, 1, 1);
break;
default:
- success = demangle_fund_type (work, mangled, declp);
+ success = do_type (work, mangled, declp);
break;
}
if (success && **mangled != '\0')