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:
Nick Clifton
2020-04-28 11:56:06 +01:00
parent 32d1f47a12
commit 56b1e56d2c
8 changed files with 196 additions and 21 deletions

View File

@@ -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 },