mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 17:40:49 +00:00
Rebase libiberty source with latest changes from gcc.
PR 25876 PR demangler/94797 * cp-demangle.c (cplus_demangle_operators): Add ss <=> operator. * testsuite/demangle-expected: Add operator<=> test.
This commit is contained in:
@@ -1860,6 +1860,7 @@ const struct demangle_operator_info cplus_demangle_operators[] =
|
||||
{ "sP", NL ("sizeof..."), 1 },
|
||||
{ "sZ", NL ("sizeof..."), 1 },
|
||||
{ "sc", NL ("static_cast"), 2 },
|
||||
{ "ss", NL ("<=>"), 2 },
|
||||
{ "st", NL ("sizeof "), 1 },
|
||||
{ "sz", NL ("sizeof "), 1 },
|
||||
{ "tr", NL ("throw"), 0 },
|
||||
|
||||
Reference in New Issue
Block a user