aboutsummaryrefslogtreecommitdiff
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
commit1dc349e58c8f86234f4f88ed7bfee329ee493544 (patch)
tree696ad7a7eb674e06b6d4d9f6c0bd4d576410e594 /libiberty/cplus-dem.c
parentff0829fd43f9844232e794f5be9f70fa20204616 (diff)
downloadfsf-binutils-gdb-1dc349e58c8f86234f4f88ed7bfee329ee493544.zip
fsf-binutils-gdb-1dc349e58c8f86234f4f88ed7bfee329ee493544.tar.gz
fsf-binutils-gdb-1dc349e58c8f86234f4f88ed7bfee329ee493544.tar.bz2
* 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 0611d76..da95133 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')