mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08: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:
@ -301,6 +301,9 @@ handle_lto_debug_sections (const char *name, int rename)
|
||||
COMDAT sections in objects produced by GCC. */
|
||||
else if (strcmp (name, ".comment") == 0)
|
||||
return strcpy (newname, name);
|
||||
/* Copy over .GCC.command.line section under the same name if present. */
|
||||
else if (strcmp (name, ".GCC.command.line") == 0)
|
||||
return strcpy (newname, name);
|
||||
free (newname);
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user