Sync libiberty from GCC, replaying updates to configure scripts

This commit is contained in:
Iain Buclaw
2015-06-24 21:43:02 +02:00
parent 59cab53283
commit f91ca6bc00
19 changed files with 1404 additions and 605 deletions

View File

@@ -2470,6 +2470,9 @@ cplus_demangle_type (struct d_info *di)
case 'U':
d_advance (di, 1);
ret = d_source_name (di);
if (d_peek_char (di) == 'I')
ret = d_make_comp (di, DEMANGLE_COMPONENT_TEMPLATE, ret,
d_template_args (di));
ret = d_make_comp (di, DEMANGLE_COMPONENT_VENDOR_TYPE_QUAL,
cplus_demangle_type (di), ret);
break;