forked from Imagelibrary/binutils-gdb
libiberty: sync with gcc
This imports the following commits from GCC as of r15-5375-gbeec291225be9b: 94bea5dd6c9a libiberity: ANSIfy test-demangle.c aa84020b2edb libiberty: Fix comment typos c1b2100e736c libiberty: Restore build with CP_DEMANGLE_DEBUG defined bb8dd0980b39 libiberty: Fix up > 64K section handling in simple_object_elf_copy_lto_debug_section [PR116614] Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
@@ -655,9 +655,9 @@ d_dump (struct demangle_component *dc, int indent)
|
||||
return;
|
||||
case DEMANGLE_COMPONENT_EXTENDED_BUILTIN_TYPE:
|
||||
{
|
||||
char suffix[2] = { dc->u.s_extended_builtin.type->suffix, 0 };
|
||||
char suffix[2] = { dc->u.s_extended_builtin.suffix, 0 };
|
||||
printf ("builtin type %s%d%s\n", dc->u.s_extended_builtin.type->name,
|
||||
dc->u.s_extended_builtin.type->arg, suffix);
|
||||
dc->u.s_extended_builtin.arg, suffix);
|
||||
}
|
||||
return;
|
||||
case DEMANGLE_COMPONENT_OPERATOR:
|
||||
|
||||
Reference in New Issue
Block a user